/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin: 0;
padding: 0;
background-color: #931E47;
}
#header {
height: 85px;
background-color: #B02455;
background-image: url(images/essai_entete3.gif);
text-align: center;
}
#conteneur {
position: absolute;
width: 780px;
left: 50%;
margin-left: -390px;
background-color: #931E47;
background-image: url(images/fond_menu4.gif);
background-repeat: repeat;
}
#centre {
background-color:#FFFFFF;
background-image: url(images/coin5.jpg);
background-repeat: no-repeat;
margin-left: 120px;
padding: 20px 20px 15px 20px;
text-align: justify;
}
#gauche {
position: absolute;
left: 0;
width: 120px;
}
#pied {
height: 30px;
background-color: #931E47;
color: #FFCC00;
text-align: center;
padding-top: 10px;
font-size: 1em;
}
#menu {
position: absolute;
width: 100px;
top: 50px;
margin: 10px;
padding: 0px;
list-style: none;
}
#menu li {
display: inline;
}
#menu a {
display: block;
width : 90px;
padding: 10px 5px;
margin-bottom: 10px;
margin-top: 10px;
background-color: #B02455;
border-left: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
text-align: center;
color: #FFCC00;
font-weight: bold;
font-size: 0.7em;
text-decoration: none; 
}
#menu a:active {
background-color: #931E47;
text-decoration: none;
border: 1px solid #000000;
}
#menu a:hover {
background-color: #931E47;
text-decoration: none;
border: 1px solid #000000;
}
.choix {
width : 90px;
padding: 10px 5px;
margin-bottom: 10px;
margin-top: 10px;
background-color: #931E47;
border: 1px solid #000000;
text-align: center;
color: #FFCC00;
font-weight: bold;
font-size: 0.7em;
text-decoration: none; 
}
#tab_tarifs {
	border: medium #931E47 double;
	border-collapse: collapse;
	font-size: 0.9em;
}
#tab_tarifs th {
	border: 1px #931E47 solid;
	padding: 5px;
}
#tab_tarifs td {
	border: 1px #931E47 solid;
	padding: 4px;
}
.tabcouleur1 {
	width: 295px;
	background-color: #F3D0DB;
}
.tabcouleur2 {
	width: 80px;
	background-color: #EAAEC1;
	text-align: center;
}
.tabcouleur3 {
	width: 80px;
	background-color: #E18CA8;
	text-align: center;
}
.tabcouleur4 {
	width: 80px;
	background-color: #D96A8E;
	text-align: center;
}
.tabcouleur5 {
	width: 85px;
	background-color: #D04875;
	text-align: center;
}
#tab_cuvees {
	border: none;
	border-collapse: collapse;
}
#tab_cuvees td {
	width: 320px;
	border: none;
	padding: 5px;
}
.tab_domaine {
	border: none;
	border-collapse: collapse;
}
.tab_domaine td {
	width: 310px;
	border: none;
	padding: 5px;
}
a img{
	border: 2px solid #FFFFFF;
}
a img:hover {
	border: 2px solid #931E47;
}
form {
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
}
.tab_form {
	text-align: right;
	vertical-align: top;
}
.form_bouton {
	width: 100px;
	background-color: #B02455;
	font-weight: bold;
	color: #FFCC00;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}
h2 {
	color: #B02455;
	font-size: 1.1em;
	font-weight: bold ;
	font-style: italic;
	text-decoration: underline;
}
h3 {
	color: #B02455;
	font-size: 0.9em;
	font-weight: bold ;
	font-style: italic;
}
h4 {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
.retrait {
	text-indent: 1.9em;
}
.centrer {
	text-align: center;
}
.droite {
	text-align: right;
}
a {
	color: #B02455;
	text-decoration: none;
}