/* CSS Document */
#texte-gauche {
	text-align: center;
}
table {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 100%;
	background: #FFF4F4;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	border-left: 1px solid #EFEFEF;
}
td.titre-rose {
	text-align: center;
	color: #7d0521;
	background: #f2c9cf;
	opacity: 0.5;
	filter:alpha(opacity=50); 
}
td.titre-rouge {
	text-align: center;
	color: #FFFFFF;
	background: #7d0521;
	opacity: 0.7;
	filter:alpha(opacity=70); 
}
td.titre-blanc {
	text-align: center;
	color: #333333;
	background: #FFF8C4;
	opacity: 0.5;
	filter:alpha(opacity=50); 
}
td {
	text-align: center;
	margin: 8px;
	border-bottom: 1px solid #E4E4E4;
}
td.neutre {
	text-align: center;
	margin: 20px 8px 8px;
	border-bottom: none;
	padding-top: 15px;
}
td.gauche {
	text-align: left;
	padding-left: 20px;
}
tr.designation {
	color: #999999;
}
select.quantite-rose,select.quantite-rouge,select.quantite-blanc {
	border-top: 1px solid #7d0521;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #7d0521;
	font-weight: bold;
}
select.quantite-rose {
	color: #7d0521;
	background: #f2c9cf;
}
select.quantite-rouge {
	color: #FFFFFF;
	background: #7d0521;
}
select.quantite-blanc {
	color: #333333;
	background: #FFFAD9;
}
input.submit {
	color: #FFFFFF;
	background: #AC062C;
}
a.tarifs {
position: relative;
text-decoration: none;
color: black;
border-bottom: 1px gray dotted;
}
a.tarifs span {
display: none;
}
a.tarifs:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.tarifs:hover span {
	display: inline;
	position: absolute;
	background: #7d0521;
	text-align: left;
	color: white;
	padding: 8px;
	width: 350px;
	bottom: 2px;
	right: 5px;
	text-decoration: none;
}
td.tarifs {
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
}
