body{
	margin: 0px 0px 0px 0px;
	background:url(../img/struct/fondPied.png) bottom repeat-x white;	
}
/* ============= Accessibility menu ============= */
ul#accessibility {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:50px;
	width:auto;
	z-index:90;
	font-size:7pt;
	top:3px;
	opacity: 0.2;
	filter:Alpha(opacity=20); 
	color:white;
	font-size: 0px;
}
ul#accessibility:hover{
	opacity: 0.7;
	filter:Alpha(opacity=70); 
}
ul#accessibility li{
	float: left;
	margin-left:10px;
}
ul#accessibility a{
	color:white;
	text-decoration: none;
}
ul#accessibility a:hover{
	text-decoration: none;
}
noscript{
	font-size: 0.8em;
	font-style: italic;
}
#tplFra {
/*	position: absolute; compat IE7 */
	background-color: black;
	height:100%;
	width:100%;
	background:url(../img/struct/pied.png) bottom left no-repeat;	
}
#tplTop {
	position: absolute;
	width:100%;
	top:0px;
	left:0px;
	color: white;
	text-align: left;
	font-size:16px;
	background:url(../img/struct/fondEntete.png) repeat-x;	
}
#titleRoot{
	/* height:105px; */
	height:82px; 
	font-size: 18px;
	text-align: right;
	background:url(../img/struct/logo2.png)no-repeat right, url(../img/struct/entete.png) no-repeat;	
	color:white;
	font-weight:bold;
}

#titleRoot span{
	position:absolute;
	top:20px;
	/* right:0px; */
	right: 240px;
	padding:10px;	
	display: block
}

#tplMnu {
	position: absolute;
	background-color: white;
	width:230px;
	/* altura */
	/* height: 650px; */
	top:105px;
	left:0px;
	bottom:28px;
	text-align: left;
}

#tplMnuOpenedCo{
	position: absolute;
	width: 12px;
	height: 27px;
	left:230px;
	top:50px;
}

#tplMnuOpenedCo span{
	display: none
}

#mnuBtnCollapse{
	background: url(../img/mnu/collapse.png) no-repeat;
	/* top: 160px; */
	position: absolute;
	width: 15px;
	height: 27px;
}

#mnuBtnCollapse:hover{
	background-image: url(../img/mnu/collapseOver.png);
}

#tplIco{
	position: absolute;
	text-align: center;
	width:240px;
	bottom:0px;
	height:200px;
	overflow: hidden;
}

.tplMainMnu_open #tplCo{
	left:250px;
}
.tplMainMnu_closed #tplCo{
	left: 15px;
}
#tplIco img{
	position: absolute;
	left:0px;
	bottom:0px;
}
#tplMnuClosed{
	position: absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width: 15px;
}

#tplMnuClosed span{
	display: none
}

#tplBtnOpenMenu{
	background: url(../img/mnu/open.png) no-repeat;
	/* top: 320px; */
	top: 160px;
	position: absolute;
	width: 15px;
	height: 27px;
	bottom:210px;
}

#tplBtnOpenMenu:hover{
	background-image: url(../img/mnu/openOver.png);
}
#tplCo {
	overflow: auto;
	position:absolute;
	top:82px;
	left:242px;
	right:0px;
	bottom:28px;
	padding-right:90px;
	overflow-x:hidden
}

/* with overflow=auto, margin-bottom does not work correctly for some browsers */
/* using this method as a workaround : http://www.brunildo.org/test/overscrollbackV.html */
#tplCoSpacer {
	height:20px;
}

#tplBtm {
	height:28px;
	color: white;
	text-align: right;
}
#tplBtmLeft{
}
#tplBtmIn {
	position: absolute;
	display: block;
	right: 3px;
	left: 3px;
	bottom:3px;
}
#linkSp{
	text-decoration: none;
	margin: 0px;
}
#linkSp img{
	border-width:0px;
	vertical-align: middle;
}
#tplBtmIn a {
	color: gray;
}
#tplBtmIn a:hover {
	color: lightgray;
}

ul.mnuMode{
	margin:0px;
	padding:0px
}
