body {
	margin-top: 20px;
	background-color: #CACACA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ----------------------------------- DIV GLOBAL ------------------------------*/
#total {
	position: relative;
	width: 793px;
	margin: 0px auto 0;
}
/* ----------------------------------- DIV INDEX ------------------------------*/

#index #menu_gauche_index {
	float:left;
	background-color: #d4d7d4;
	width:181px;
	height:486px;
	margin:5px 0 0 10px;
}
#index #title_index{
	float:left;
	position: relative;
	width: 180px;
	margin:10px 0 0 5px;
	color:#384703;
	font-size:20px;
}
#index #menu_droit_index {
	float:left;
	background-color: #fff;
	height:496px;
	margin-left: 5px;
}
#index #title {
	float:left;
	position: relative;
	width: 300px;
	margin:40px 0 0 30px;
	color:#384703;
	font-size:24px;
}
#index #presentation {
	float:left;
	margin: 1px 0 0 0;
	background: url(../images/accueil_gimmick.gif) 0 0 no-repeat;
	width: 580px;
	height: 496px;	
}
	

#index a  {
	color: #384703;
	font-size:18px;
	color: #668305;
	text-decoration:none;
}
#index a:hover  {
	color: #384703;
}

/* ---------------- PARTIE RELATIVE A L'EN-TETE ---------------------------------*/
#en_tete {
	background: url(../images/entete.jpg) 0 0 no-repeat;
	height: 113px;
	width: auto;
}

/* ---------------- PARTIE RELATIVE AU MENU HORIZONTAL HAUT ---------------------*/
#menu_horizontal {
	background: url(../images/menu_aplat.gif) 0 0 no-repeat;
	height:33px;
	width: 100%;
	font-size:12px;
}

#menu_horizontal dl {
	float:left;
	margin: 0;
	padding : 0px 2px 0px 2px ; /* haut-droite-bas-gauche */
}

#menu_horizontal dt {
	text-align: center;
	font-weight: bold;
	padding : 7px 0px 12px 0px ; 	
}

#menu_horizontal dt a {
	color: #fff;
	text-decoration: none;
	padding : 0px 18px 0px 18px ; 
}

#menu_horizontal dt a:hover  {
	background: #fff;
	color: #000;
	padding : 5px 18px 12px 18px ; 
}

dt#selectionner {
	background:#fff;
	color: #000;
	padding : 5px 18px 14px 18px ; 
}

.prive {
	color: #dee86e;
}


/* ---------------- PARTIE RELATIVE A MENU DE LA RUBRIQUE VERTICAL GAUCHE -------*/
#trois_colonnes{
	float:left;
	background: url(../images/aplat_fond.gif) 0 100% repeat-y;
	height:100%;
	width:793px;
	margin:0;
}

#menu_gauche {
	float:left;
	background: url(../images/aplat_menu.gif) 0 0 no-repeat;
	background-color: #e4e4e4;
	width:181px;
	height:480px;
	margin-left:10px;
}

dl {
	margin:10px 5px 5px 0;
}

dt#menu_titre {
	font: normal 10px/21px Verdana, Arial, Helvetica, sans-serif; 
	background: url(../images/bouton1.gif) 0 0 no-repeat;
	padding:7px 0 7px 5px;
}

ul#ss_menu_titre{
	margin:0;
	padding:7px 0 0 6px;
	border:0;
	list-style-type: none;
}

li#ss_menu_titre {
	margin:0px;
	font-size:9px;
	background: url(../images/bouton2.gif) 0 0 no-repeat;
	height:29px;
	list-style-type: none;
	padding:6px 3px 0px 5px;
}

li a, dt a {
	color: #000;
	text-decoration: none;
}

/* ---------------- PARTIE RELATIVE AU TEXTE CENTRAL --------------------------------*/
#texte_central {
	float:left;
	background: url(../images/aplat_blanc.gif) 100% 100% repeat-y;
	top:50px;
	width: 360px;
	padding: 10px;
}

.titre_centre {
	background: url(../images/barre.gif) 0 0 no-repeat;
	font-size:15px;
	font-weight: bold;
	color:#B41C06;
	padding-left:25px;
	padding-top:5px;
	height:35px;
}

.titre_offre{
 font-size:16px;
}

.texte_centre{
	text-align: justify;
	font-size:10px;
}

.texte_offre{
 font-size:13px;
}

.legende_centre{
	color:#B41C06;
	text-align: center;
	font-size:10px;
	margin : 15px;
}

OL.texte_centre, UL.texte_centre{
	text-align: justify;
	font-size:10px;
}

/* ---------------- PARTIE RELATIVE AU TEXTE DE DROITE -------------------------*/
#texte_droite {
	float:left;
	background:url(../images/texte_droite.gif) 0 0 repeat-x;
	background-color: #B3E02E;
	height:100%;
	width: 180px;
	padding: 10px;
	top:35px;
}

.titre_droite {
	font-size:12px;
	font-weight: bold;
	color:#2D3B01;
}

.texte_droite{
	text-align: justify; /* texte justifié */
	font-size:9px;
	color:#182001;
}


/* ---------------- PARTIE RELATIVE AU PIED DE PAGE -----------------------------*/
#pied_de_page {
	float:left;
	background: url(../images/bas.gif) 0 0 no-repeat;
	width: 100%;
	padding: 10px;
	font-size:11px;
	color:#6A6A6A;
	padding-top:10px;
	text-align: center;
}

#pied_de_page a{
	text-decoration: none;
	color:#6A6A6A;
}

