@import url(navigation.css);
@import url(form.css);
@import url(nyroModal.css);

body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	}

img{border:0; padding:0; margin:0;max-width: 100%;
height: auto;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.big{ font-size:15px}
.petit{ font-size:10px}
.petit2{ font-size:12px}
.titre2{ font-size:18px}
.titre{ font-size:24px}
.titre3{ font-size:30px}
.blu{color:#284D79;}
.blanc{color:#FFFFFF;}
.blu2{color:#2121FD;}
.bluline{color:#284D79; text-decoration:underline;}
.red{color:#E4402A;}
.green{color:#393;}
.greenline{color:#393; text-decoration:underline;}
.redline{color:#E4402A; text-decoration:underline;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}
a{outline:none; text-decoration:none;}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr, .imgc{border:2px solid #000000; padding:5px; color:#666666; background-color:#F7F7F7;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imglc{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}
.imgrc{float:right; margin:0 0 8px 8px; clear:right;}
.imgc{ margin:8px 8px 8px 8px; clear:both;}

.imgd{border:2px solid #CCCCCC; padding:5px; color:#CCCCCC; background-color:#F7F7F7; margin:8px 8px 8px 0px; clear:both;}

/* ----------------------------------------------Bande-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	}
div.wrapperheader{
	display:block;
	width:100%;
	margin:0;
	text-align:center;
	}


.col1{color:#FFFFFF;
background-color:#2371BD;	
background-image:url(../images/fond_wapper.jpg);
}
.col2{color:#000000; background-color:#F5F5F5;}
.col2 a{color:#294E79; background-color:#F5F5F5;}
.col3, .col4{color:#000000; background-color:#FFFFFF;}
.col5{color:#FFFFFF; background-color:#00519d;}
.colheader{color:#FFFFFF; background-color:#b3c7c7;}

/* ----------------------------------------------Generale-------------------------------------*/

#head, #gallery, #breadcrumb, #container, #footer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

#containerhead{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:100%;
	}

/* ----------------------------------------------Head-------------------------------------*/

#head{
	height: 141px;
	z-index: 1000;
	background-color: #00519d;
	background-image: url(../images/fond_head.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

#head h1, #head p, #head ul, #head a{
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
	text-align: center
	}

#head h1{
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 35px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00519d;
	}

#head h1 a{
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 38px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00519d;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 707px;
	}

#head p{
	display:block;
	position:absolute;
	top:65px;
	left:0;
	color:#F5F5F5;
	background-color:#00519d;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/* ----------------------------------------------Chemin de Navigation-------------------------------------*/

#breadcrumb{padding:20px 0;}

#breadcrumb a{
	font-weight:bold;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.first{font-weight:bold;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Conteneur-------------------------------------*/

#container{
	padding:0px 0;
	}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	margin:0 0 15px 0;
	padding:15px 0 15px 0;
	line-height:normal;
	font-weight:normal;
	font-size:20px;
	font-family:Arial, "Times New Roman", Times, serif;
	border-bottom:1px dashed #666666;
    border-top:1px dashed #666666;
	}

#container a{
	color:#00519d;
	background-color:#FFFFFF;
	}

/* ----------------------------------------------Contenu-------------------------------------*/

#content{
	display:block;
	float:left;
	width:630px;
	}

/* ------Commentaires-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#000000; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#294E79; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#000000; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#294E79; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ---------------------------------------------- Block de droite-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

#column .holder, #column #featured{
	display:block;
	width:300px;
	margin-bottom:40px;
	}


#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 8px 0;
	font-size:20px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	line-height:normal;
	border-bottom:1px dashed #CCCCCC;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	color:#000000;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#000000;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	}
	
/* selection du bloque */

#column #featured a{
	color:#294E79;
	background-color:#F9F9F9;
	}

#column #featured ul, #column #featured h2, #column #featured p{
	margin:0;
	padding:0;
	list-style:none;
	}

#column #featured li{
	display:block;
	width:250px;
	margin:0;
	padding:20px 25px;
	color:#2E271D;
	background-color:#F9F9F9;
	}



#column #featured li p.imgholder{
	display:block;
	width:240px;
	height:90px;
	margin:20px 0 15px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}
	
#column #featured li p.imgholder2{
	display:block;
	width:240px;
	height:334px;
	margin:20px 0 15px 0;
	padding:4px;
	border:1px solid #CCCCCC;
	}

#column #featured li h2{
	margin:0;
	padding:0 0 14px 0;
	font-size:20px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	background-color:#F9F9F9;
	line-height:normal;
	border-bottom:1px dashed #666666;
	}

#column #featured p.more{
	display:block;
	width:100%;
	margin-top:15px;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

/* ----------------------------------------------Pied de page-------------------------------------*/

#footer{
	padding:20px 0;
	}

#footer a{
	color:#FFFFFF;
	background-color:#00519d;
	}

#footer h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	background-color:#00519d;
	line-height:normal;
	border-bottom:1px dashed #CCCCCC;
	}

#contactform{
	display:block;
	float:left;
	width:500px;
	}

/* ------Details------*/

#compdetails{
	display:block;
	float:right;
	width:550px;
	}

#compdetails ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#compdetails li{
	margin:0 0 12px 0;
	}

#compdetails li.last{
	margin:0;
	}

#officialdetails{float:left}
#officialdetails li.last{margin-bottom:20px;}

#contactdetails{float:right}


