@charset "UTF-8";
body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #2f2f2f;
	font-size:11pt;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #6a6a6a;

   }

#container {
	position:relative;
	width: 723px;
	background-image:url('../images/bg__center_repeat.jpg');
	background-repeat:repeat-y;
	margin: 0 auto; 
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */

    }

#mainContent {
	padding: 0 158px 20px 52px;
}
	 

#mainContent li {
	 list-style:none;
	 padding-bottom:10px;

}
	 

#coord p{
	line-height:10pt;
	color:#333333;
}
	 

#listmain{
	font-weight:600;
	color:#333333;
}


#header{
	background-image: url('../images/bg_top.jpg');
	background-repeat:no-repeat;
	width:723px;
	height:78px;
}
	 

#footer {
	position:relative;
	background-color:#33FF66;
	background-image:url('../images/bg_foot.jpg');
	background-repeat:no-repeat;
	width:723px;
	height:36px;
	text-align:center;
	margin:0 auto;
	padding:0;
	border:0;
}

#logo_fr {
	position:fixed;
	left:68%;
	top:23px;
	height:121px;
	width:123px;
	background-image:url('../images/logo_fr.png');
	z-index:300;
}

#menu_droit {
	color:#CCCCCC;
	text-align:left;

	position:fixed;
	left:78%;
	top:175px;
	height:auto;
	width:auto;
	z-index:300;
	list-style:none;
}

#menu_droit ul{
	padding:8px 10px 0 10px;
	list-style:none;
}

#menu_droit a{
	text-decoration:none;
	color:#CCCCCC;
	margin:0;
	padding:2px 110px 5px 2px;
}

#menu_droit li a:hover{
	color:#333333;
}

#menu_droit li{
	background-color:#3e3d3d;
	border-width: 2px 0px 2px 2px;
	padding:3px 0px 2px 4px;
	border-color:#2f2f2f;
	border-left-color:#999999;
	border-style:solid;
	margin: 2px;
	width:300px;
	height:23px;
}

#menu_droit li:hover{
	background-color:#FFFFFF;
	border-left-color:#0099FF;
	color:#333333;
}

#soustitre{
	font-weight:600;
	color:#333333;
}

