@charset "iso-8859-1";
* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0; 
	text-align: center; 
	background: #F7AD43;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#conteneur {
     position:absolute;
     background: white;
     left: 50%; 
     top: 2;
     width: 785px;
     height: 580px;
     margin-top: 0px; 
     margin-left: -392px;
	 border : 0px;
	 border-color : black; 
     text-align: left; 
     } 
#image-haut {
     position:absolute;
     left: 0; 
     top: 0;
     width: 785px;
     height: 123px;
     margin-top: 0px;
     margin-left: 0px;
     border : 0;
	 }	 
#menu-haut {
     position:absolute;
	 background-image: url(img-css/fond-menu-haut.png); 
     left: 0; 
     top: 123px;
     width: 785px;
     height: 20px;
     margin-top: 0px;
     margin-left: 0px;
	 padding-left: 0px;
	 padding-top: 0px;
     border: none;
     text-align: left;
     }
#barre-titre {
     position:absolute;
	 background: #ACACB1;
	 background-image: url(img-css/fond-titre.png); 
	 left: 0; 
     top: 143px;
     width: 785px;
     height: 40px;
     margin-top: 0px; 
     margin-left: 0px;
	 padding-left: 0px;
	 padding-top: 0px;
     border : 1px;
	 border-color : #942923;
     text-align: center; 
     }
#menu-gauche {
     position:absolute;
	 background: #EFF0F1;
	 background-image: url(img-css/fond-menu-gauche.png); 
     left: 0; 
     top: 183px;
     width: 140px;
     height: 397px;
     margin-top: 0px; 
     margin-left: 0px;
	 padding-left: 0px;
	 padding-top: 0px;
     border: none;
	 text-align: center;
	 color : F0EFF0; 
     }
#centre {
     position:absolute;
	 background-image: url(img-css/fond-centre.png); 
	 left: 140px; 
     top: 183px;
     width: 645px;
     height: 397px;
     margin-top: 0px; 
     margin-left: 0px;
	 padding-left: 0px;
	 padding-top: 0px;
     border: none;
	 text-align: left;
	 }
#signature {
	 position:absolute;
	 left: 0; 
     top: 581px;
     width: 785px;
     height: 10px;
     margin-top: 0px; 
     margin-left: 0px;
     border: none;
	 text-align: left;
	 }
	 
a.brun:link {
color: #80231F;
text-decoration: none;
}
a.brun:visited {
color: #B3B4B2;
text-decoration: none;
}
a.brun:hover {
color: #942923;
text-decoration: underline;
}
a.brun:active {
color: #B0B1AF;
text-decoration: none;
}
a.gris:link {
color: #A6A6A4;
text-decoration: none;
}
a.gris:visited {
color: #C2C2BF;
text-decoration: none;
}
a.gris:hover {
color: #942923;
text-decoration: underline;
}
a.gris:active {
color: #942923;
text-decoration: none;
}
a.menu:link {
color: #80231F;
text-decoration: none;
}
a.menu:visited {
color: #80231F;
text-decoration: none;
}
a.menu:hover {
color: #942923;
text-decoration: underline;
}
a.menu:active {
color: #80231F;
text-decoration: none;
}
