@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/fond.jpg);
	background-position: left top;
	margin-top: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.page {
	width: 100%;
	top: 5px;
	position: relative;
	background-position: center top;
	background-repeat: repeat-y;
}
.pied {
	width: 586px;
	height: 60px;
	top: 25px;
	left: 100px;
	text-align:center;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/piedpage.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #333;
}

.page #top {
	background:url(../images/fond_h.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 9px;
}
.page #mid {
	width:785px;
	background:url(../images/fond_m.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
.page #bot {
	background:url(../images/fond_b.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 12px;
}
.page #menu {
	float: left;
	position: relative;
	width:180px;
	font-family:Verdana, Geneva, sans-serif;
	/*line-height:10px;*/
	margin-left: 10px;
	margin-right: 10px;
}

.page #corps{
	float: left;
	position: relative;
	width:550px;
	background-image: url(../images/sepa.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 12px;
	color:#333;
	padding-left: 15px;
	margin-top: 15px;
}

a:link {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
}

#div{
	width:100%;
	height:100%;
	position:absolute;
	visibility:hidden;
	z-index:2;
	text-align: center;
}

.pht{border:solid 3px #ffffff;}

#cvr{background-color:#000000;
	height:100%;
    opacity : 0.75; 
    filter : alpha(opacity=75);
	position:absolute;
	visibility:hidden;
	width:100%;
	z-index:1;}
	
.titre{
	color:#333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.illuleft{
	float: left;
	margin-right: 10px;
}
.illuright{
	float: right;
	margin-left: 15px;
}