/* CSS Document */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#EDFEFE;
  font-size: 12px;
  margin:0;
  padding:0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* Used pour les mots cles dans le haut de la page  */
.meta {
	font-size:8px;
	color:#EDFEFE;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #009999;
	margin-bottom:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #333333;
	margin-bottom:0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #6699CC;
}

#header {width:100%; height:147px; background-color:#00787e;}
#topnav {background-color:#172f4e; border-bottom:1px solid white; border-top:1px solid white; height:28px; width:100%;}
#topnav a:link img, #topnav a:visited img{border-right:1px solid white; padding-right:6px; padding-left:6px; }
#topnav a:hover img, #topnav a:active img{background-color:#21436f; }

.thalasso {
	padding:10px;
	background-color:#E2F1E9;
}
`
}
.vin {
	text-align: center;
}


.VinRegion {
	color:#7B0C23;
	font-size:14px;
	font-weight:bold;
	padding-top: 25px;
	padding-bottom: 20px;
}


.VinMets {
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 5px;
}

.VinBouteille {
	font-size:10px;
}

.menu {
	font-style: italic;
	text-align: center;
	font-size:11px;
}

#revueDePresse td{
	border: 1px dashed #197B94;
	padding: 15px;
	background-color:#FFFFFF;
}

#revueDePresse table{
	border: 1px dashed #FFFFFF;
	padding: 15px;
	background-color:#FFFFFF;
}
a {color: #008A91;text-decoration: underline;}
a:hover {color: #00CCCC;text-decoration: none;}
a:visited {color: #002325;	text-decoration: underline;}
