/** styles de base **/ 
td, th, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a537c;
	font-size: 11px;
	/*margin: 10px 25px 0px 30px;*/
}
.Contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a537c;
	font-size: 11px;
	text-align:justify;
	/*margin: 10px 25px 0px 30px;*/
	padding: 0px 0px 0px 15px;
}
a {
	color: #c16800;
	text-decoration : none;
}
a:hover {
	color: #c16800;
	text-decoration : underline;
}




/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}

.thTitreColonne {
    font-weight: bold;
    font-size: 13px;
}



.Soustitre{
	
	color: #fff;
	/*display: inline;*/
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 6px 30px 6px 60px;
	margin: 5px 0px 5px 0px;
	background-image: url(images/fond_titre_paragraphe.gif);
	background-repeat: no-repeat;
}

.titreParagraphe{
	
	color: #716752;
	/*display: inline;*/
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	padding: 6px 30px 6px 60px;
	margin: 5px 0px 5px 0px;
	background-image: url(images/fond_titre_sparagraphe.gif);
	background-repeat: no-repeat;
}
