.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Gras {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.Fondtab {
	background-image: url(images/fond_cadre_html.jpg);
	background-repeat: no-repeat;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.Titres {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}
.Txtpetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}	
.petit {
	font-size: 9px;	
}
.tableau {
	border: thin ridge;

}
.tableaufin {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}	