body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#1c272d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#fond {
	z-index: 1;
	position:fixed;
	width: 100%;
	height: 100%;
}
#bandeau_opacity {
	position:absolute;
	z-index:2;
	top:75px;
	left:0;
	right:0;
	width:100%;
	height:70px;
	background:#FFF;
	
	filter : alpha(opacity=10);
    -moz-opacity : 0.1;
    opacity : 0.1;
}
#content {
	z-index:10;
	position:relative;
	top:75px;
	width:990px;
	height:700px;
	margin:auto;
	/*background-color:#FF0000;*/
}

#bandeau {
	margin:5px;
	height:65px;
}
#logo {
	float:left;
	margin-right:5px;
}

#page {
	clear:both;
	margin-top:30px;
}
.encart {
	background-image:url(../images/fond_blanc.png);
	background-repeat:repeat;
	width:290px;
	height:260px;
	padding:10px;
	margin:20px 20px 20px 0;
	float:left;
}
.mev {
	font-size:17px;
	font-weight:bold;
}
a, .orange {
	color:#fe9302;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
p {
	margin:10px 0;
}