/* CSS Document */

.bg_accueil_top {
	background-color:#4e3c38;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
.bg_accueil_bot {
	background-color:#917c77;
	}

.bg_interieur_top {
	background-color:#a5b2b8;
	border-bottom-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}
	
.bg_interieur_bot {
	background-color:#eceded;
	}
	
.cell_titre {
	padding-top:37px;
	vertical-align:top;
	text-align:left;
	}
	
.bordure_bot_pointille {
	border-top-color:#000000;
	border-top-style:dashed;
	border-top-width:1px;
	}
	
.padding_plaquette {
	border-top-color:#484848;
	border-top-style:dashed;
	border-top-width:1px;
	padding-top:8px;
	}
	
.txt_rouge {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c4250b;
	font-size:11px;
	}
	
.chiffre-cell_clair {
	border-top-color:#ffffff;
	border-top-style:solid;
	border-top-width:2px;
	background-color:#f6f0db;
	}

.chiffre-cell_fonce {
	border-top-color:#ffffff;
	border-top-style:solid;
	border-top-width:2px;
	background-color:#e4e2dd;
	}
	
.chiffre-titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#063b67;
	font-size:11px;
	font-weight:bold;
	padding-top:11px;
	}

.chiffre-txt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#777368;
	font-size:11px;
	padding-top:11px;
	padding-bottom:11px;
	}