/* la page */
html, body, p, h1, div {
	margin:0;padding:0;border:0;
}
html, body, .box, .fond {
	width:100%;height:1122px;
}

/* le popup */
.fond {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	width:100%;height:1122px;
}
.video {
	position:absolute;
	width:900px;
	top:47px;
	padding-left:50%;
	margin-left:-450px;
}
/* bouton de fermeture */
.fermeture {
	position:absolute;
	top:20px;
	padding-left:50%;
	margin-left:450px;
	text-decoration: none;
}
/* bas popup */
.formulaire{
	background-color:#fff;
	width:900px;
	height: 220px;
}
/* partie gauche */
.col1{
	float:left;
	padding:12px;
	width:400px;
	
}
.col1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding-top:12px;
	color:#82695E;
}
/* partie droite */
.col2{
	float:right;
	padding:12px;
	width:360px;
}
.col2 p {
	padding-top:12px;
}
/* element du formulaire */
.formulaire input{
	margin-bottom:8px;
	width: 270px;
	border: solid 1px #B9D25F;
	background-color: #E9F1C7;
}
.formulaire .submit{
	/*margin-top:6px;*/
	border: none;
	color: #fff;
	background: transparent url('validation.jpg') no-repeat top left;
	width: 139px;
	height: 28px;
	border: none;
}

