/* Feuille de style de la page d'accueil */
body{
	background-color:#c5aa7b;
}

#main{
	width:745px;
	margin-right:auto;
	margin-left:auto;
}
#haut{
    position:relative;
	background:url(../img/accueil/imgH.jpg) no-repeat;
	width:745px;
	height:438px;
}
#milieu{
	position:relative;
	background:url(../img/accueil/imgM.jpg) no-repeat;
	width:745px;
	height:36px;
	text-align:center;
	padding-top:10px;
}
#milieu img{
    border:0;
}
#bas{
	background:url(../img/accueil/imgB.jpg) no-repeat;
	width:745px;
	height:124px;
	margin-top:-10px;
}
#logoGHP{
    position:absolute;
    width:206px;
    height:145px;
    top:279px;
    left:0px;
}
#logoV{
    position:absolute;
    width:250px;
    height:108px;
    top:328px;
    right:0;;
}
#logoBW{
    position:absolute;
    width:55px;
    height:50px;
    top:10px;
    right:20px;
}
#fr{
	position:absolute;
	display:block;
	border:0;
	top:+10px;
	left:270px;
}	
#gb{
	position:absolute;
	display:block;
	border:0;
	top:+10px;
	left:450px;
}