/* CSS Document */
body{
	width:100%;
	text-align:center; 
	margin:0px;
	padding:0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img{
	border:0;
}
div{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input{
	border:1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
a{
	color:#d07000;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
	color:#d07000;
}
div#conteneur_page h2{
	font-size:12px;
}
/* Conteneurs principaux */
div#conteneur{
	width:950px;
	margin:auto;
	background-image:url(../images/fond_body.jpg);
	background-repeat:no-repeat;
	z-index:0.5;
	margin-top:0px;
}

div#logo{
	float:left;
	text-align:left;
	position:relative;
	left:85px;
	top:39px;
}

div#images_haut{
	float:left;
	margin-left:89px;
	margin-top:43px;
	height:104px;
	
}
div#img1{
	float:left;
	display:inline;
	background-image:url(../images/menu1.jpg);
	width:186px;
	height:104px;
}
div#img2{
	float:left;
	dislpay:inline;
	background-image:url(../images/menu2.jpg);
	width:187px;
	height:104px;
	margin-left:4px;
}
div#img3{
	float:left;
	dislpay:inline;
	background-image:url(../images/menu3.jpg);
	width:171px;
	height:104px;
	margin-left:5px;
}
div#texte_haut{
	clear:left;
	position:relative;
	top:11px;
	text-align:left;
	height:24px;
	line-height:24px;
	padding-left:12px;
	margin:auto;
	width:800px;
}
div#texte_haut h1{
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:12px;
}

div#texte_bas{
	background-color:#fed001;
	text-align:center;
	line-height:22px;
	margin-top:15px;
	font-weight:bold;
}

/* panneau central du site */

div#conteneur_central{
	width:800px;
	margin:auto;
	border:1px solid #969696;
	margin-top:50px;
	/*background-color:#FFFFFF;*/
	background-color:#e5e5e5;
	text-align:left;
}
/* menu de gauche */
div#spacer_gauche{
	height:33px;
	background-color:#FFFFFF;
}
div#menu_gauche{
	width:193px;
	float:left;
	background-color:#e5e5e5;
}

div#gauche_top{
	background-image:url(../images/fond_menu.jpg);
	width:193px;
	height:23px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

div#gauche{
	background-color:#e5e5e5;
	width:193px;
	
}

div#elem_menu{
	margin:0px;
}
.lien_menu{
	display:block;
	background-image:url(../images/background_menu.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:16px;
	color:#313131;
	text-decoration:none;
	width:163px;
}
.lien_menu:hover{
	display:block;
	background-image:url(../images/background_menu_sombre.jpg);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:16px;
	color:#313131;
	text-decoration:none;
	width:163px;
}

div#gauche h2{
	margin:0px;
	margin-bottom:1px;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	padding-left:18px;
	
}
div#separateur{
   height:13px;
   line-height:13px;
}
div#bande_infos{
	width:188px;
	background-color:#f9cc00;
	height:22px;
	line-height:22px;
	padding-left:5px;
}

/* le centre de la page */
div#conteneur_page{
	padding:0px;
	float:left;
	width:572px;
	padding-left:20px;
	padding-right:15px;
	background-color:#FFFFFF;
	min-height:350px;
}
div#conteneur_page h1{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.contenu_textuel{
	line-height:20px;
	text-align:justify;
}

/* footer de page */
div#footer_promo{
	width:800px;
	line-height:25px;
	text-align:center;
	margin-top:8px;
	font-size:10px;
	margin:auto;
}

div#footer1{
	clear:both;
	background-image:url(../images/fond_menu_bas.jpg);
	background-repeat:no-repeat;
	height:25px;
	line-height:9px;
	background-color:#FFFFFF;
}

.lien_gris{
	color:#313131;
	text-decoration:underline;
	font-weight:bold;
}
.lien_gris:hover{
	color:#313131;
	text-decoration:underline;
	font-weight:bold;
}



table#tableau_admin{
	empty-cells:show;
	border-collapse:collapse;
}
table#tableau_admin th{
	text-align:center;
	height:30px;
	border:1px solid black;
	background-color:#FFFF66;
	color:#000000;
	line-height:30px;
}
table#tableau_admin td{
	border:1px solid black;
}

/* formulaire */
div#formulaire label{
	width:150px;
	text-align:right;
	float:left;
	
}
div#formulaire{
	line-height:21px;
}
