@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
img{
	border:none;
	}

body{
	background-color:#bcbdbf;
	background-image:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	}

/*construction des blocs principaux*/

#conteneur{
	width:990px;
	margin:auto;
	background-color:#FFF;
	}
	
#top{
	width:990px;
	height:167px;
	}
	
#menu-top{
	width:839px;
	height:59px;
	background-image:url(../img/bg_top.jpg);
	background-repeat:repeat-x;
	margin-left:151px;
	clear:right;
	}
	
#menu-principal{
	width:614px;
	height:108px;
	margin-left:151px;
	text-align:right;
	padding-right:10px;
	padding-left:215px;
	}
	
#contenu{
	background:#FFF;
	float:left;
	width:990px;
	}
	
#colonne_gauche{
	width:518px;
	height:auto;
	margin-left:20px;
	float:left;
	}
	
#colonne_droite{
	float:left;
	width:400px;
	height:auto;
	margin-left:42px;
	}
	
#zone_grande-image{
	width:400px;
	height:auto;
	}
	
#zone_sous-menu{
	width:200px;
	height:auto;
	background-color:#FFFFFF;
	float:left;
	}
	
#zone_petite-image{
	width:200px;
	height:auto;
	float:left;
	}
	
#pied_de_page{
	width:250px;
	height:30px;
	padding-left:740px;
	padding-top:10px;
	clear:both;
	font-size:9px;
	color:#b9b9b9;
	}
	
	
/*classes*/
.float-left{
	float:left;
	}
	
.btn_agence{
	margin-left:335px;
	margin-top:23px;
	margin-right:15px;
	}

#colonne_gauche .contentpaneopen{
	width:500px;
	}

#colonne_gauche .contentpaneopen td, #colonne_gauche .componentheading{
	padding-left:10px;
	}

#colonne_gauche .contentheading, #colonne_gauche .componentheading, #colonne_gauche h1{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:3px;
	}
	
#zone_sous-menu li{
	margin-top:7px;
	}
	
#pied_de_page a{
	font-size:9px;
	color:#b9b9b9;
	text-decoration:none;
	}
	
#pied_de_page a:hover{
	text-decoration:underline;
	}

/*CKForm*/
#submit_bt{
	border:none;
	background-color:#FFF;
	color:#4e990b;
	font-weight:bold;
	cursor:pointer;
	float:left;
	margin-left:230px;
	}

/*Xmap*/
.xmap ul {
	list-style-image:url(../img/puce_grise.jpg);
	padding-left:25px;
	margin-top:20px;
	}
	
.xmap li a{
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
	
.xmap li a:hover{
	font-size:12px;
	color:#000;
	text-decoration:underline;
	}
	
/*Comp user*/
form{
	margin-top:20px;
	margin-left:10px;
	font-size:12px;
	}

#com-form-login a{
	color:#999;
	font-size:12px;
	text-decoration:underline;
	}
	
#com-form-login ul{
	margin-top:10px;
	}
	
/*#com-form-login .button{
	border:none;
	background-color:#FFF;
	color:#4e990b;
	font-weight:bold;
	cursor:pointer;
	}*/

/*texte*/

.texte{
	font-size:12px;
	color:#000;
	}
	
.texte_colonnedroite{
	font-size:11px;
	color:#000;
	}
	
ul {
	list-style-image:url(../img/puce_grise.jpg);
	padding-left:25px;
	}
	
.texte a, a .texte{
	color:#999;
	font-size:12px;
	text-decoration:underline;
	}
	
.texte a:hover, a .texte;hover{
	text-decoration:none;
	}