html, body{
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	background-color: #486F8B;
} 
 
#pagewidth{
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border: 3px solid #131716;
} 
 
#header{
	position:relative;
	height:250px;
	width:100%;
	margin-bottom: 15px;
	background-image: url(images/entete2.gif);
	background-repeat: no-repeat;
} 
.intitule {
	float:left;
	margin-top:125px;
	margin-left:95px;
	text-align:center;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	padding: 3px;
	border: 1px dotted #65B0CE;

 }
.imgD {
	float:right;
	margin-left:5px;
}
.adresse {
	float:left;
	margin-top:80px;
	text-align:center;
	font-weight: bold;
	padding: 5px;
	border: thin dashed #CEE57D;
	margin-left: 65px;
 }
 
.TitreP {
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3CA3D;
	margin-top: 15px;
	margin-right: 50px;
	margin-bottom: 11px;
	margin-left: 0px;
}

li{
	margin-left: 10px;
	margin-right: 10px;
	list-style-type: none;

}
 
#leftcol{
	width:400px;
	float:left;
	position:relative;
	margin-left: 15px;
 }
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:520px;
	padding-bottom: 25px;
 }
 
#footer{
	height:20px;
	clear:both;
	padding-top: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
 } 
 
.inter {
	margin-right:25px;
	margin-left:15px;
	float: left;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 {
	color: #72ABC9;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #92BB05;
}


/*GALERIE PHOTO*/
div#galerie
{
	width: 880px;
	background: #fff;
	border: 1px solid #dcb;
	padding: 10px;
	text-align: center;
	font: 0.9em Georgia, serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

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

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 0 ;
	/*border: 1px solid #dcb ;*/
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #dcb ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
.interPhoto {
	margin-right:25px;
	margin-left:25px;
	float: left;
}
.interSommaire {
	margin-right:25px;
	margin-left:35px;
	float: left;
	width: 90%;
}

