/* rennes resotpe */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/fondpage.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
} 
ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin-left: 5px;
	margin-bottom:7px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(images/fleche3.gif);
}
 
#pagewidth{ 
	width:1000px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-image: url(images/bg-unm.gif);
	background-position: left top;  
} 
 
#header{
	position:relative;
	height:180px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(images/entete_stnazaire.gif);
	background-repeat: no-repeat;
} 

/*header logo*/
#header .gaucheH{
	float:left;
	width:293px;
} 
/*header flash*/
#header .droiteH{
	float:right;
	width:230px;
	margin-top: 5px;
	margin-right: 15px;
} 
.sousheader {
	position:relative;
	background-color:#4d9edb;
	letter-spacing: 1px;
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 30px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f19e00;
	border-bottom-color: #f19e00;
}
.centers {
	float:left;
	margin-left:25px;
}
.rights {
	font-weight: bold;
	margin-left: 400px;
	float: left;
	margin-top: 10px;
	
}
#leftcol{
	width:250px;
	float:left;
	position:relative;
	margin-left: 15px;
	border: thin solid #E9E9E9;
	padding: 5px;
 }
 
#twocols{
 width:70%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:250px;
	float:right;
	position:relative;
	margin-right: 15px;
	border: thin solid #E9E9E9;
	padding: 5px;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width:360px;
	margin-left: 20px;
	margin-right:20px;
	
 }

.dumois {
	margin-bottom: 10px;
	margin-right: 5px;
	float: left;
	
}

.dumois img {
	background-color: #FFFFFF;
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

#footer{
 height:20px; 
 clear:both;
 } 
 

 
 /* *Float containers fix*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

a:link   {color:#2476e2;text-decoration:none;}
a:visited   {color:#2476e2;text-decoration:none;}
a:active   {color:#2476e2;text-decoration:none;}
a:hover {color:#FF6600;text-decoration:none;}

.sousheader  a:link   {color:#FFFFFF;text-decoration:none;}
.sousheader  a:visited   {color:#FFFFFF;text-decoration:none;}
.sousheader  a:active   {color:#FFFFFF;text-decoration:none;}
.sousheader  a:hover {color:#ff9900;text-decoration:none;}
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.centersBis {

	float:left;
	margin-left:145px;
}
