body {
	background-image:none;
}

#conteneur {
	background-image:url(../images/fond_home2.jpg);
	width:1000px;
	height:805px;
	margin:auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	border:0;
}

* html #conteneur{
	margin-top:-250px;
}

*+html #conteneur{
	margin-top:-250px;
}

#nav_top {
	position:inherit;
	float:right;
	top:auto;
	left:auto;
	margin-top:10px;
}

#villages {
	margin-top:10px;
	margin-bottom:-12px;
}

* html #villages{
	/* margin-left:140px; */
	margin-top:41px;
}

*+html #villages{
	/* margin-left:140px; */
	margin-top:41px;
}

#home {
	margin-top:-3px;
}

form {
	text-align:left;
	margin-top:-20px;
	margin-left:35px;
}

* html form {
	margin-top:-32px;
}

*+html form {
	margin-top:-32px;
}

input {
	border:0;
	background-color:#ffffff;
	width:222px;
	height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#808080;
	padding-top:2px;
}

form a {
	background-image:url(../images/bouton_lancer_recherche.jpg);
	width:168px;
	height:19px;
	display:block;
	overflow:hidden;
	margin-top:15px;
	margin-left:23px;
	margin-bottom:80px;
}

form a:hover {
	background-image:url(../images/bouton_lancer_recherche_over.jpg);
}

#lien_hdr {
	float:right;
	width:110px;
	height:18px;
	margin-right:18px;
}


