body{
	margin : 0px;
	padding : 0px;
	background-color:black;
}

#site{
	height:550px;
	background-image: url('../_img/back_video.jpg');
	background-position: center 207px;
	background-repeat: repeat-x;
	margin:auto;
}

#coco{
	width:1000px;
	margin:auto;
	background-image: url('../_img/back_video.jpg');
	background-position: center 207px;
	background-repeat: repeat-x;
}

#test{
	height:550px;
	width:1000px;
}

#text{
	position:relative;
	height:400px;
	width:420px;
	font-size:14px;
	font-family:arial;
	font-weight:regular;
	text-align:left;
	color:white;
	top:100px;
	left:33px;
	float:left;
}

#formulaire{
	position:relative;
	height:400px;
	width:370px; /*455px*/
	top:100px;
	left:257px;
	color:#ffffff;
	float:left;
	/*margin-left:-100px;*/
	background-image: url('../_img/back_video.jpg');
	background-position: center 25px;
	background-repeat: repeat-x;
	font-family:arial;
}

#formulaire table p{
	font-size:14px;
	font-family:arial;
	font-weight:regular;
	letter-spacing:2px;
	text-align:right;
	color:white;
}

#formulaire table input{
	align:right;
	background-color:#3d3d3d;
	border:none;
	color:white;
}

#title1
{
	font-family:arial;
	font-size:18px;
	letter-spacing:2px;
	color:white;
}
#title2
{
	font-family:arial;
	font-size:18px;
	letter-spacing:2px;
	color:white;
	width:300px;
	text-align:right;
	position:relative;
	right:10px;
}

#formulaire table input[type="file"] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:227px;
	font-style: normal;
	font-weight: lighter;
	background-color: #3d3d3d;
	background : #3d3d3d;
	color:#3d3d3d;
}

#send{
position:relative;
left:60px;
top:20px;
}

