/* CSS Document */
body {
   	background: #803702;
   	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        color: #FFFFFF;
}

#CONTENEUR {
	width: 930px;
	height: auto;
	border: 2px solid #FFC000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
   	/*background: #803702;*/
}
#CONTENU {
	position:relative;
	width: 720px;
	height: auto;
	background: #803702;
	padding-bottom:20px;
}
.DROITE_HAUT {
	position:relative;
	left : 0px;
	top: 0px;	
	width: 210px;
	height: 250px;
   	background: #803702;
        background-image: url(images/droite_haut.jpg);
}
.DROITE {
	position:relative;
	left : 0px;
	top: 0px;	
	width: 208px;
	height: 700px;
}
.Table_gauche_jaune {
	border-left: 2px solid #FFC000;
}
.TITRE {
   	position:relative;
   	width: 720px;
   	height: 195px;
        background-image: url(images/titre.jpg);
}

.MENU {
   	position:relative;
   	width: 720px;
   	height: 55px; 
	background-image: url(images/menu.jpg);
}
.MENU a {
   	display: block; 
	height: 100%; 
	width: 100%;
	text-decoration: none;
}

.SOUSMENU {
   	position:relative;
   	top: 0px;
   	left: 0px;  
   	width: 720px;
   	height: 40px;   	
}

.TEXTE {
   	position:relative;
   	top:10px;
   	left: 10px;  
   	width: 700px;
   	height: auto;
        color: #FFFFFF;
}
.TEXTE a{
        color: #FFC000;
}
.TEXTE b{
        color: #FFC000;
}
.TEXTE h2 {
	border-bottom: #FFFFFF 1px solid;
	text-align: left;
	font-size: 16px;
}
.BOUTTON {
	text-align: center;
	font-size: 12px;
   	height: 20px;
	border: 1px solid #000000;
	background-image: url(images/fond_boutton.jpg);
}
.BOUTTON a{
	text-decoration: none;
        color: #FFFFFF;
}
.BASPAGE{
   	position:relative;
   	top:0px;
   	left: 0px;  
   	width: 720px;
   	height: 35px;
	background-image: url(images/bas_page.jpg);
}
