#center {
	 position:absolute;
     left:50%; 
     top: 50%;
     margin-top: -290px; /* moitié de la hauteur de l'image */
     margin-left: -450px; /* moitié de la largeur de l'image */
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 900px;
}
#menu {
	height: 52px;
	width: 900px;
}
#preamble {
	background-image: url(../images/prev3.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 900px;
}
#main {
	height: 296px;
	width: 900px;
}
#leftMain {
	background-image: url(../images/lm.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 56px;
	float:left;
}
#content {
	background-image: url(../images/mv3.jpg);
	background-repeat: no-repeat;
	height: 296px;
	width: 496px;
	float: left;
}

#rightMain {
	background-image: url(../images/rightmv3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 296px;
	width: 348px;
}
#footer {
	background-image: url(../images/footv3.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 900px;
	text-align: right;
}
.titreVins {
	margin-top: 10px;
	margin-left: 30px;
	width: auto;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
	font-size: 24px;
	text-transform: capitalize;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
}
.contenu {
	padding-left: 10px;
	padding-top: 10px;
}
.lettrine {
	float: left; /* positionnement de la lettrine dans le conteneur*/
	font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/
	font-weight: bold;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
	color: #ffffff;
	margin: 1px;
	padding: 3px;
	line-height: 0.5em;
}
.suite {
	position: relative;
	top: 280px;
	left: 100px;
}
.tarif {
	position: relative;
	top: 275px;
	left: 30px;
}
.footer {
	font-size: 9px;
	position: relative;
	top: 45px;
	right: 45px;
}
ul {
	margin-top: 5px;
	}
li {
	padding-bottom : 3px;
	list-style-type: square;
}
form {
	margin-left: 30px;
	margin-top: 20px;
	margin-right: 10px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td {
	height: 15px;
}
textarea {
	width: 94%;
	height: 50px;
}
.contact {
	text-align: center;
	margin-right: 124px;
	margin-top: 100px;
}
h2 {
	font-size: 18px;
	text-transform: capitalize;
	text-decoration: underline;
	font-family: "Palatino Linotype", Verdana, "Times New Roman";
	font-weight: normal;
	margin-right: 124px;
	margin-top: 30px;
	text-align: center;
}
h3 {
	font-size: 14px;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 124px;
	text-align: center;
}
.flag {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}