@charset "utf-8";
/* CSS Document */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix{height:1%;}


body{
	font-family:Arial, Helvetica, sans-serif;
	
}

a{color:#999999}

form {
	margin:0;
	padding:0;
}

.erreur {
	color: red;
	font-weight: bold;
}

.valide {
	color: green;
	font-weight: bold;
}

#principal {
	width:903px;
	height:520px;	
	background:url(../images/fond-video.jpg);
	margin-top:3%;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#principal .top {
	background:url(../images/fond-video-top.jpg);
	height:10px;
}

#bas .bottom {
	background: bottom url(../images/fond-video-bottom.jpg) no-repeat;
	height:10px;
	clear:both;
}

#principal h1 {
	font-size:13px;
}

#principal h2 {
	font-size:13px;
	color:#333333;
	margin: 10px 0 0 0;
}

#principal h3 {
	color:#999999;
	font-size:12px;
	margin: 10px 0 0 0;
}

#fond-blanc {
	width:748px;
	height:456px;
	position:relative;
	top:62px;
	left:77px;
}

#texte-video {
	position: absolute;
	color: #999999;
	display:none;
}

#bas {
	position: relative;
	width:903px;
	font-family:arial;
	background:url(../images/fond-video.jpg);
	margin:0px auto;	
}

#bas .logo {
	width:233px;
	height:66px;
	margin:0 auto;
}

#bas .contact {	
	font-size:8pt;
	font-weight:bold;
	text-align:right;
	width:200px;
	float:right;
	color:#999;
	padding:0 15px 0  0 ;
}
#bas .contact a {
	text-decoration:none;
	color:#000;
}
#bas .contact a:hover {
	text-decoration:underline;
	color:#000;
}
.actif{}
.mini{color:#000; font-size:9px}
#bas .mentions-legales {
	font-size:8pt;
	font-weight:bold;
	padding:0  0 0 15px;
	text-align:left;
	width:200px;
	color:#999999;
	float:left;
}
#bas .mentions-legales a {
	color:#000;
	text-decoration:none;
}
#bas .mentions-legales a:hover {
	text-decoration:underline;
}

#gauche {
	width: 33%;
	height:100%;
	float:left;
}

#droite {
	width: 66%;
	height:100%;
	float:right;
	overflow: hidden;
}