body{
	background: #242833 url( /images/fond-header.gif ) repeat-x;  
	margin: 0;
	padding: 0;
}


/* @group MenuDHTML */
#menuDhtmlUl1{
	border: 3px solid #ff0;
}
#menuDhtmlUl1 li{
	float: left;
	list-style: none;
	border: 1px solid green;
}
#menuDhtmlUl1 li ul {
	position: absolute;
	left: -999em; /* on met left plutýt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'ýcran */
	z-index: 100;
	 
}
#menuDhtmlUl1 li:hover ul,
#menuDhtmlUl1 li.sfhover ul { /* listes imbriquýes sous les items de listes survolýs */
	 left: auto;
}
#menuDhtmlUl1 li ul li {
	float: none;
}               
#menuDhtmlUl1 img {
	border: none;
}    


	
/* @end */


.logo{
	display: block;
	background: #242833 url('/images/logo.gif') no-repeat;
	width: 130px;
	height: 142px;
	float: left;
}

.logo span{
	display: none;
}
#PAGE{
	width: 1000px;
}

#Head {
	height: 142px;
	padding-top: 3px;
	background-color: #54120E;
}

#Middle {
	background: #242833 url('/images/fond.gif') no-repeat 0 -142px;
	width: 1016px;
	clear: left;
	float: left;

}

#Center {
	margin: 45px 30px;
	width: 700px;
	float: left;
}



#Right {
	width: 116px;
	float: left;
}

#Left {
	width: 128px;
	float: left;
	padding:  45px  0 0 5px;
}
#Left h1{
	color:  white;
	font: italic 11px Tahoma,Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding: 0 0 5px 0;
}
#Left h2{
	padding: 0 0 3px 10px;
	background: url(/images/puce-gauche.gif) no-repeat 0 3px;
}
#Left h2 a{
	color:  #B5BFDA;
	text-decoration: none;
	font: 11px Tahoma,Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#Left h2 a.Selected,
#Left h2 a:hover{
	color:  white;
}




#Foot {
	clear: both;
	height: 30px;
}


.LienPDF {
	padding-left: 35px;
	height: 30px;
	background: url(images/icone-pdf.gif) no-repeat;
	display: block;
	padding-top: 10px;
	color: #D47F2B;
	margin-top: 20px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.LienPDF:hover {
	text-decoration: underline;
}

/* @group Formulaire */

#FormContact fieldset{
	border: none;
	padding:  20px;
}
#FormContact p{
	clear:  both;
	padding: 10px;
}

#FormContact p label{
	display:  block;
	float:  left;
	width:  20%;
	color:  white;
	text-align:  right;
	margin: 0 2% 0 0;
}

#FormContact p input{
	float:  left;
	width:  30%;
	border-width: 1px;
}

#FormContact p textarea{
	float:  left;
	width:  60%;

}

#FormContact .Erreur{
	color:  red;
}
/* @end */

/* @group FOOTER */
#Foot li{
	float:  left;
	border-left: 1px solid #939393;
	list-style: none;
	margin:  0 10px 0 0;
	padding: 0 0 0 10px;
}
#Foot li.first{
	border-left:  none;
}
#Foot li a{
	color: #d5d5d5;
	text-decoration: none;
	font: 10px tahoma,arial,verdana;
}
#Foot li a:hover{
	color: white;
}
#Foot #menuDhtmlUl1{
	display:  none;
}

/* @end */

/* @group SiteMap */
#sitemap{
	color:  white;
}

#sitemap h1{
	font: bold 14px Tahoma,Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#sitemap h2{
	font: bold 12px Tahoma,Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#sitemap h3{
	font: 12px Tahoma,Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#sitemap ul{
	list-style: none;
	padding: 0 0 0 30px;
	margin:  0 0 15px 0;
}

#sitemap ul ul{
	list-style: none;
	padding: 0 0 0 30px;
	margin:  0 0 15px 0;
	border-left: 1px solid white;
	border-color: #a0a0a0;
}

#sitemap ul li{
	margin: 0 0 5px 0;
}

#sitemap a:hover{
	color: #7f9cb9;
}
/* @end */