/* CSS Document */
#tarifs_tab
{
margin-top:20px;
width:600px;
height:325px;
font-family:Verdana;
color:#0066FF;
font-size:12px;
overflow:auto;
text-align:left;
}

h1#tarifs_titre
{
	float:right;
	width:228px;
	height:50px;
	margin:0;
	padding:0;
	background-image:url('../img/titre.jpg');
	cursor:pointer;
	overflow: hidden;
	text-indent: -9999px;
}

.ligne1 {
    background-color: rgb(102, 102, 102); 
    color: rgb(255, 255, 255);
	text-align:center;
}

.colonne1 {
    background-color: rgb(189, 223, 223); 
    color: rgb(0, 0, 0);
}

.tarif {
    font-weight: bold;
    text-align:center;
}


