@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



#all{
	position: absolute;
    left: 50%; 
    top: 50%;
	margin-top: -365px; /* moitié de la hauteur */
    margin-left: -499px; /* moitié de la largeur */
    width: 998px;
	height:623px;
}


/*****************top*******************/
#top{
	width: 998px;
	height: 175px;
}
/***************midle*******************/
#middle{
	width: 100%;
	height: auto;
}
#middleleft{
	float: left;
	height : 335px;
	width:347px;
}
#middlemiddle{
	float: left;
	height : 333px;
	width:308px;
}
#middleright{
	float: left;
	height : 335px;
	width:343px;
}
#logo{
	width:308px;
	height:238px;

}

/***************bottom******************/
#bottom{
	width: 998px;
	height:113px;
}
#bottomleft{
	float: left;
	height : 113px;
	width:347px;
}
#bottommiddle{
	background-image:url(images/champagne_mailly_grand_cru_08.jpg);
	background-repeat:no-repeat;
	height:113px;
	width: 308px;
	float: left;
}
#bottomright{
	float: left;
	height : 113px;
	width:343px;
}

/***************LIENS******************/
#entrez{
	background-image:url(images/champagne_mailly_grand_cru_05.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 97px;
	width: 150px;
}
#enter{
	background-image:url(images/champagne_mailly_grand_cru_06.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 97px;
	width: 158px;
}
#entrez:hover{
	background-image:url(images/champagne_mailly_grand_cru_hover_05.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 97px;
	width: 150px;
}
#enter:hover{
	background-image:url(images/champagne_mailly_grand_cru_hover_06.jpg);
	background-repeat:no-repeat;
	float: left;
	height: 97px;
	width: 158px;
}

#texte{
	position:absolute;
	left:280px;
	height:113px;
	width: 445px;
	color: #f5e4ae;
	padding: 4px 0 0 0px;
	font-size:x-small;

}

