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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position:top center; 
	background-attachment:fixed; 
	background-repeat:no-repeat;
	
				-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;  
}


img, ul, li, p { 
border:none; margin:0; padding:0; 
}

div#container { 
	width:1030px; 
	margin-left:auto; 
	margin-right:auto; 
}

div#footer { 
	width:100%; 
	background-color:#f3f3f3;; 
	height:135px; 
	position:fixed; 
	bottom:0; 
	z-index:1000; 
	margin-top:10px;  
}

.txt_bleu_fonce{ 
	color:#1D547D; 
}

.txt_bleu { 
	color:#1E7ABD; 
}

.txt_blanc { 
	color:#FFF; 
}

.lien_footer { 
	color:#AAAAAA; 
	text-decoration:none; 
	font-size:11px; 
}


div#nav { 
	height:45px; 
	width:1030px; 
	margin-left:auto; 
	margin-right:auto; 
}

.clr { 
clear:both;
}

.images_rondes { 
	border-radius: 100% 100% 100% 100%;
    margin: -4px 8px 0 0;
	box-shadow: 0px 0px 15px #1B324E;
	}
	
.txt_source { 
font-family: 'Source Sans Pro', sans-serif;

}


.txt_source_blanc { 
font-family: 'Source Sans Pro', sans-serif;
color:#FFF; 

}

.item_nav_blanc { 
	float:left; 
	background-repeat:repeat-x; 
	height:36px; 
	line-height:36px; 
	text-align:center; 
	font-size:12px; 
	text-transform:uppercase;
	background-image:url(images/nav_filet_blanc.png);  
}

.item_nav_blanc  a { 
	color:#1A567A; 
	text-decoration:none; 
}

.item_nav_blanc:hover { 
	background-image:url(images/nav_filet_rouge.png);  

}

.item_nav_blanc:hover  a { 
	color:#FFFFFF; 
	text-decoration:none; 
}


.item_nav_rouge { 
	float:left; 
	background-repeat:repeat-x; 
	height:36px; 
	line-height:36px; 
	text-align:center; 
	font-size:12px; 
	text-transform:uppercase;
	background-image:url(images/nav_filet_rouge.png);  
}

.item_nav_rouge  a { 
	color:#FFFFFF; 
	text-decoration:none; 
}

.item_nav_rouge:hover { 
	background-image:url(images/nav_filet_rouge.png);  

}

.item_nav_rouge:hover  a { 
	color:#FFFFFF; 
	text-decoration:none; 
}

.image_opak { 
	opacity:0.4; 
}

.image_normale { 
	opacity:1; 
}


.input_form { 
	width:220px; 
	height:20px; 
	color:#FFF; 
	background-color:#013763; border:none; 
}




.txt_courant {
	
	font-family:Arial; 
	font-size: 12px;
	color:#000000;
 
	
}

.txt_bleu_fonce {	
	font-family: Arial, Helvetica, sans-serif;
	color:#1D557A;
}

.txt_bleu_fonce_grand {	
	font-family: Arial, Helvetica, sans-serif;
	color:#1D557A;
	font-size:16px; 
}

.txt_bleu_clair {	
	font-family: Arial, Helvetica, sans-serif;
	color:#006fb9;
}

.txt_bleu_clair_grand {	
	font-family: Arial, Helvetica, sans-serif;
	color:#006fb9;
	font-size:16px; 
}

.txt_rouge {	
	font-family: Arial, Helvetica, sans-serif;
	color:#B62427;
}

.txt_rouge_grand {	
	font-family: Arial, Helvetica, sans-serif;
	color:#B62427;
	font-size:16px; 
}