body {
	background-image: url(img/fond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding:0;
	margin:0;
}

ul { list-style-type: square;padding:0;margin:0;list-style-position:inside; }

hr {
	border:1px #283e7a dashed;width:75%;
	text-align:left
}


img { border:1px solid white; }

.kmn {	font-family: Arial, Helvetica, sans-serif;font-size: 11px; color:white; }
.kmn a { font-size: 11px;	text-decoration:underline;	color:white; }

a.lien {	text-decoration:underline;	color:#fcf3bb; }
a.lien:hover { text-decoration: underline;color:#ffeb37; }

.bordure { background:white;border:1px solid black;}

/*************** PAGE ***************/
#header {
	background:url(img/header.jpg) no-repeat;
	height:238px;
}

#minheight {
	position:relative;
	height:305px;
	float:right;

}
#corpshaut {
	background:url(img/corpshaut.jpg) no-repeat top;
	text-align:justify;

	color:white;
	font-size:10pt;
	padding:10px 30px 30px 180px;
	position:relative;
}

#corpsbas {
	background:url(img/corpsbas.jpg) no-repeat bottom;
	vertical-align:top;
}

#footer {
	background:url(img/footer.jpg) no-repeat;
	color:#0e3553;
	height:28px;
	text-align:right;
	padding-right:5px;
	font-size:10pt;
	line-height:10px;
}

h1 {
	color:#ffe536;
	font-weight:normal;
	font-size:16pt;
	border-bottom:1px white solid;
}
/*************** MENU ***************/
#menu {
	margin:0;
	padding:0;
	background:url(img/menu.jpg) no-repeat top left;
	font-size:9pt;
	width:765px;
	height:29px;
}

#menu ul {margin:0; padding:0;list-style-type: none;}
	
#menu ul li {
	list-style-type:none;
	display:block;
	float:left;
}

#menu ul li a{
	text-decoration:none;
	border-right:1px solid white;
	padding:7px 2px 8px 2px;
	display:block;
	color:white;
}

#menu ul li a:hover,#menu ul li a.active{
	color:#0e3553;
	background:url(img/rollfondmenu.jpg) repeat-x;
}


#menu a.noBorder{
	border-right-width:0px;
	padding-right:13px;
	background:url();
}


.photos {
border:solid #FFFFFF 2px;
}
.photos:hover{
filter:alpha(opacity=60);
-moz-opacity:0.6;
opacity: 0.6; }

.bloc_images{
text-align:center;
}