body {
	margin: 0;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:14px;
	line-height: 22px;
	color:#363735;
	background-color: #fff;
}
a {
	color: #363735;
}
a:hover,
a:focus {
	text-decoration: none;
}


.chapeau {
	font-size:120%;
	line-height:130%;
	color:#864997;
}

.chapeau a {
	color:inherit;
}


a.bouton {
	display: inline-block;
	text-align: center;
	position:relative;
	text-decoration:none !important;
	text-transform: uppercase;	
	font-weight:normal;	
	font-size: 16px;	
	min-height: 25px;
	line-height: 25px;
	padding:2px 15px;
	color:#fff !important;	
	background:url('../images/fond-bouton.png') no-repeat 100% 100% #83ba3c;
}

a.bouton_pdf,
a.bouton[href$=".pdf"] {
	display: inline-block;
	text-align: center;
	position:relative;
	text-decoration:none !important;
	text-transform: uppercase;	
	font-weight:normal;	
	font-size: 16px;	
	min-height: 25px;
	line-height: 25px;
	padding:2px 15px;
	color: #fff !important;	
	background: url("../images/pdf.png") no-repeat 3px 3px #363735 !important;
}

a.bouton_pdf[href$=".pdf"]:hover,
a.bouton[href$=".pdf"]:hover {
	background-color: #D4D4D4 !important; 
    color: #363735 !important;
}

.bloc_en_valeur,
blockquote {
	display:block;
	border-left:5px solid #363735;
	background:#dfdfdf;
	color:#363735;
	font-size:105%;
	line-height:140%;
	padding:10px 10px 10px 25px;
}
#main blockquote h2,
#main blockquote h3,
#main blockquote h4,
#main .bloc_en_valeur h2,
#main .bloc_en_valeur h3,
#main .bloc_en_valeur h4
{
	color:#363735;
}


table.tableau {
	width:100%;
}
table.tableau td {
	padding:2px 4px;
}

table.tableau tr:nth-child(odd) td {
	background:#dfdfdf;
}
table.tableau tr:nth-child(even) td {
	background:#fff;
}

table.tableau  tr:nth-child(odd) td.cellule_entete,
table.tableau  tr:nth-child(even) td.cellule_entete
{
	background:#363735;
	color:#fff;
}

table.tableau tr:hover td {
	background:#dcdcdb;
}