@charset "UTF-8";
/*Balises par défaut*/
body {
	margin: 0px;
	padding: 0px;
	background: #27343C url("../img/bg_body.jpg") top center no-repeat;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	color:#333333;
}
.accueil {
	background: #27343C url("../img/bg_body_accueil.jpg") top center no-repeat;
}
a img{border:none;}
a{color:#333333;}
a:hover{color:#017ED8;}

div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
q{
	margin: 0px;
	padding: 0px;
	line-height:auto;
}
q {font: italic 10px/14px Verdana, sans-serif; color:#333;}
p{margin:10px 0px; clear:both;}

h1{font: bold 16px "Trebuchet MS"; margin:25px 0px;}
h2{font: bold 15px "Trebuchet MS"; color:#000000; margin-bottom:10px;}
h3{font: bold italic 12px Verdana; margin:15px 0px; color:#000000;}
h4{font: bold italic 11px Verdana; margin:10px 0px 10px 0px;}
h5{font: italic 10px Verdana; margin:-7px 0px 5px 0px;}

input,
textarea{
font: normal 11px/14px Arial, Helvetica, sans-serif;
border:1px solid #CCC;
}
/*Css générique au site*/
.inline{float:left;}
.italic{font-style:italic;}
.bleu{color:#017ED8;}
.rouge{color:#C03;}
.noir{color:#000000;}
.espace-top{margin-top:30px;}
.espace{margin:10px;}
.principal{font-size:12px; text-align:justify;}
.separation{border-top:1px dotted #CCC; margin:20px 0px;}
.partenaire{
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	margin:0px 0px 10px 0px;
}
a.doc {
	background:#DDD url("../img/picto_doc.png") top left no-repeat;
	padding:3px 3px 3px 20px;
	text-decoration:none;
}
a.simple {
	background:#DDD url("../img/fleche_liens.png") center left no-repeat;
	padding:3px 3px 3px 15px;
	text-decoration:none;
}
.cadre{
	padding:2px 5px;
	border:1px solid #CCC;
}

.bouton_liste{
	float:right;
	background:#DDD;
	padding:3px;
	text-decoration:none;}

.txtgris{
	font: normal 11px Arial, Helvetica, sans-serif;
	color:#000000;
}

.clear{clear:both;}
.titre{
	float:left;
	margin:20px 0px 0px 20px;
}
.img_center{
	text-align:center;
	margin:20px;
	}
	
ul.contenu{padding:0px;margin:0px;}
ul.contenu li{
	list-style:none;
	border-bottom:1px solid #CCC;
	padding:5px 0px;
	margin:0px;
	}
	
.logo{background:url("../img/bg_logos.gif") center center repeat-x;
	margin-bottom:10px;
	}
.alerte{
	padding:3px;
	margin:20px;
	border:1px dotted #CCC;
	background-color:#F66;
	color:#FFF;
	text-align:center;
}
a.noir {
    color:#333333;
    text-decoration:none;
}
a.noir:hover {
    color:#017ED8;
    text-decoration:none;
}
/*Structure de la page*/

#header {
	position:absolute;
	z-index:10;
	width:925px;
	height:40px;
	top:25px;
	left:50%;
	margin:0px auto 0px -463px;
	color:#CCC;
	font: normal 11px/19px Arial, Helvetica, sans-serif;
}

#conteneur{
	position:absolute;
	width:925px;
	left:50%;
	margin:0px auto 0px -463px;
	top:100px;
}

#menu { 
	width: 925px; 
	height:30px;
	margin:0px auto 0px auto;
	font-size:11px;
}

#center {
	width: 925px; 
	margin:0px auto;
	background: #FFF url(../img/bg_conteneur.jpg) no-repeat center bottom; 
}

#footer {
	width: 925px; 
	height:120px;
	margin:10px auto 10px auto;
	padding:5px 10px;
	background:url(../img/bg_footer.jpg) no-repeat;
	font: normal 11px/15px Arial, Helvetica, sans-serif;
}

/*Mise en page de la page d'accueil colA (col1 et 2), colB */
.colA{
	width:480px;
	float:left;
	border-right:1px solid #CCC;
	margin-top:20px;
	padding:5px 10px 10px 20px;
}

.colB{
	width:380px;
	float:left;
	margin-top:20px;
	padding:5px 15px 10px 15px;
}

.col1{
	width:150px;
	float:left;
}

.col2{
	width:310px;
	float:left;
	padding:0px 5px 0px 5px;
}

/*Mise en page des pages internes colC (col3 et 4), colD */
.colC{
	width:590px;
	float:left;
	border-right:1px solid #CCC;
	margin-top:20px;
	padding:5px 20px 10px 20px;
}

.colD{
	width:255px;
	float:left;
	margin-top:20px;
	padding:5px 0px 10px 20px;
}

.col3{
	width:270px;
	float:left;
	padding:0px 24px 0px 0px;
	margin-top:10px;
}

.col4{
	width:268px;
	float:left;
	padding:0px 0px 0px 25px;
	border-left:1px solid #CCC;
	margin-top:10px;
}


/*Navitation principale*/
#menu a{
	color:#FFF;
	text-decoration:none;
	line-height:24px;
	padding:12px 10px;
}

#menu ul{
	list-style:none;
	text-indent:0px;
	margin:0px;
	padding:0px;
	height:24px;
	width:100%;
}

#menu li{
	float:left;
	height:24px;
	margin:6px 0px;
	border-right:1px solid #777;
	display:block;
}

#menu li.current{
	background:#FFF;
}

#menu li.current a:hover{
	background:none;
}

#menu li.current a{
	color:#000;
}

#menu a:hover{
	color:#9966FF;
}

/*Footer*/

.footer_zone1{
	width:170px;
	float:left;
	padding-left:20px;
}
.footer_zone2{
	width:270px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.footer_zone2-3{
	width:460px;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.footer_zone3{
	width:180px;
	border-right:1px solid #CCC;
	float:left;
	padding-left:20px;
	padding-right:20px;
}
.footer_zone4{
	float:left;
	padding-left:20px;
}
