 /*------------------------------------------------------*
  *-----------------------------------     CSS TABLEAU     ----*
  *------------------------------------------------------*/

.tableau_tarifs{
	background-color: #990000;
	border: thin solid #333;
	width: 300px;
}



 /*------------------------------------------------------*
  *-----------------------------------     CSS BORD IMAGE     ----*
  *------------------------------------------------------*/


.bord_1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #B72C40;
	border-bottom-color: #B72C40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.bord_2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B72C40;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}



 /*------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *------------------------------------------------------*/

#zone_defilante {
	margin-top:5px;
	margin-left:5px;
	width: 370px;
	height: 250px;
	margin-bottom:5px;
	overflow: auto;
	}

.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	.texte_bdd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.liste {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B72C40;
	background-color: #FFDEB1;
}
.texte_bdd_rouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B72C40;
	font-weight: bold;
}
.bord_3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B72C40;
	border-right-color: #B72C40;
	border-left-color: #B72C40;
}
.texte_tableau {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B72C40;
	font-weight: bold;
}

a.lien_prix
{
	color:#000000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
}

a.lien_prix:hover
{
	text-decoration:none;
	background-color: #FFFFFF;
}
