body {
	background-color: #669900;
	background-image: url(../images/bg_vert.jpg);
	background-repeat: repeat-y;
	background-position: 0;
}

/********************************* tableau des prix ****************************/

table#tableau {
	border: #441702 3px solid;
	width: 300px;
	position: relative;
	left: 210px;
	margin-bottom:25px;
}
table#tableau td {
	border: #441702 1px solid; 
	padding: 5px; 

}
.data {
	color: #000000; 
	background-color: transparent; 
	text-align:center;
}

.toprow {
	font-style: italic;
	background-color:#CC9966;
	text-align:center;
	font-weight: bold;
}

.leftcol {
	font-weight: bold; 
	width: 100px;
	background-color:transparent; 
	text-align: left;  
}

.titre {
color:#990000;
}
