/*---------- STRUCTURE PREHOME ----------*/
#header{
	height:108px;
}
#page_prehome{
	float:left;
	width:1000px;
	height:490px;
	/*background:url(../images/bg_prehome.jpg) top left no-repeat;*/
	background-color:#FFFFFF;
	overflow:hidden;
	color:#484848;
}
#page_prehome #container_gauche{
	float:left;
	width:434px;
}
#page_prehome #container_droite{
	float:left;
	width:430px;
	padding:112px 0px 0px 136px;
}
#container_droite form{
	float:left;
	width:288px;
	color:#484848;
	margin-top:11px;
}
#container_droite label{
	float:left;
	width:114px;
	font-weight:bold;
}
#container_droite input{
	float:left;
	width:172px;
	margin-bottom:8px;
}
#container_droite .submit_log{
	float:right;
	width:96px;
	height:22px;
	background:url(../images/bg_btn_login.jpg) top left no-repeat;
	cursor:pointer;
	border:none;
	color:#FFFFFF;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#container_droite .oubli{
	float:left;
	width:200px;
	margin-top:30px;
	
}
#container_droite .oubli a{
	color:#484848;
	text-decoration:underline;
}
#container_droite .oubli a:hover{
	color:#5D85B8;
}
