@charset "utf-8";
body {
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#1a161b;
	font-size:12px;
	line-height:26px;
	background-color:#FFF;
}
#header {
	width:100%;
	background-color:#FFF;
	height:135px;
}
#contenuheader {
	left: 50%;
    margin-left: -485px;
    margin-top: 3px;
    position: absolute;
    width: 970px;
	background-color:#FFF;
	margin-top:30px;
}
#images {
	width:100%;
	background-color:#1a161b;
	height:417px;
}
#contenuimages {
	left: 50%;
    margin-left: -485px;
     position: absolute;
    width: 970px;
	margin-top:16px;
}
#textes {
	width:100%;
	background-color:#f0e9e3;
	height:450px;
}
#contenutextes {
	left: 50%;
    margin-left: -485px;
    margin-top: 13px;
    position: absolute;
    width: 970px;
	
	background-image:url(img/bg-textes.png);
	background-position:right;
	background-repeat:no-repeat;
}
.appellationsrouges {
	font-size:24px;
	color:#711625;
	text-transform:uppercase;
	line-height:30px;
}	
.appellationsblancs {
	font-size:24px;
	color:#206728;
	text-transform:uppercase;
	line-height:30px;
}
.texterouge {
	
	color:#711625;
	
}	
#footer {
	width:100%;
	background-color:#fff;
	height:150px;
}
#contenufooter {
	left: 50%;
    margin-left: -485px;
    margin-top: 3px;
    position: absolute;
    width: 970px;
	background-color:#FFF;
	margin-top:30px;
	font-size:14px;
	text-transform:uppercase;
	color:#711625;
}
.mentions{
	font-size:11px;
	color:#CCC;
	text-transform:none;
	}