	body{
		margin : 0px;
		background-color : #FFFFFF;
	}

	.header{
		background-image : url(Header.jpg);
		background-position : center;
		background-repeat : no-repeat;
	}
	
	.header td{
		vertical-align: top;
		text-align: right;
	}

	.header td#header_item-1{
		width: 75%;
	}
	
	.header td table{
		float: right;
	}

	.menu{
		clear: right;
		background-image : url(menu.jpg);
		background-position : center;
		background-repeat : no-repeat;
		font-family : Arial, sans-serif;
		font-size : 16px;
		color : #FFFFFF;
	}

	.menu td{
		vertical-align: middle;
		text-align: center;
	}

	.menu a{
		text-decoration : none;
		color : #FFFFFF;
		font-weight : bold;
		font-family : Arial, sans-serif;
	}

	.menu a:hover{
		text-decoration : underline;
		font-family : Arial, sans-serif;
	}
	
/*--------------------------------------------Page d'accueil----------------------------------------*/

	.home{
		background-image : url(Home.jpg);
	}

	.home a{
		display : block;
		width : 600px;
		height : 600px;
	}
	
/*--------------------------------------------Les plus terre cuite----------------------------------------*/	

	.lesplus{
		background-image : url(lesplus1.jpg);
	}

	.lesplus a{
		display : block;
		width : 600px;
		height : 600px;
	}
	
/*--------------------------------------------Les plus terre cuite 2----------------------------------------*/	

	.lesplus2{
		background-image : url(lesplus21.jpg);
	}

	.lesplus2 a{
		display : block;
		width : 600px;
		height : 600px;
	}

	.merlot{
		background-image : url(merlot.jpg);
		background-repeat : no-repeat;
		background-position : bottom;
	}

	.merlot a{
		display : block;
		width : 195px;
		height : 240px;
	}

	.cabernet{
		background-image : url(cabernet.jpg);
		background-repeat : no-repeat;
		background-position : bottom;
	}

	.cabernet a{
		display : block;
		width : 195px;
		height : 348px;
	}

	.contact{
		color : #000000;
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 14px;
		text-align : center;
	}

	.bas_page{
		background-image : url(bas_page.jpg);	
	}
/*********************/
/****************    lien bas de page **************************/
#link_bottom_page{
text-align:center;
font-size:10px;
color: #595959;
}
#link_bottom_page a{color: #595959;}

