@import url("leSite.css");

div{
	margin:0px;
	padding:0px;
}

#page{
	background:url("../images/inscription.jpg");
}

#videHaut{
	position:relative;
	float:left;
	width:100%;
	height:286px;
}

#videGauche{
	position:relative;
	float:left;
	width:484px;
	height:309px;
}

#formulaire{
	position:relative;
	float:left;
	width:278px;
	height:150px;
}

form{
}

#formulaire div.input{
	position:relative;
	float:left;
	width:100%;
	height:23px;
	padding-top:5px;

}

#formulaire input{
	width:100%;
	height:20px;
	border:0px;
	font-size:8pt;
}

#valider{
	position:relative;
	float:left;
	width:55px;
	height:24px;
	margin-left:227px;
	cursor:pointer;
}

#videHautAccueil{
	position:relative;
	float:left;
	width:358px;
	height:35px;
}

#accueil{
	position:relative;
	float:left;
	width:299px;
	height:35px;
	margin-left:59px;
	cursor:pointer;
}

img.images{
	width:100%;
	height:100%;
}