
/* Style par défaut */
/* ================ */
BODY,P,TD {
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt; }

/* Texte dans la barre de navigation haute */
/* ======================================= */
.barrenavh {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006699;
	font-size: 13px;
	text-decoration: none;	
	font-weight: bold ;
	border:solid 2px #FFC900; }
a.barrenavh:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFC900;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold ;
	background-color:#006699;
	border:solid 2px #006699; }

/* Texte dans les bulles de navigation latérales */
/* ============================================= */
.bullenav {
	font-family: Arial,Helvetica,sans-serif;
	color: #006699;
	font-size: 10px;
	text-decoration: none; }
a.bullenav:hover {
	font-family:Arial,Helvetica,sans-serif;
	color: #006699;
	font-size: 10px;
	text-decoration: underline; }

/* Texte dans la barre de navigation basse */
/* ======================================= */
.barrenavb1 {
	font-family:Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;	
	font-weight: none ; }
a.barrenavb1:hover {
	font-family:Arial,Helvetica,sans-serif;
	color:#006699;
	font-size: 12px;
	text-decoration: none;
	font-weight: none; }
.barrenavb2 {
	font-family:Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none; }
a.barrenavb2:hover {
	font-family:Arial,Helvetica,sans-serif;
	color:#006699;
	font-size: 11px;
	text-decoration: none; }

/* Texte dans le bloc Google Adsense par défaut */
/* ============================================ */
.adtitre {
	font-family:Arial,Helvetica,sans-serif;
	color:#006699;
	font-size:13px;
	font-weight: bold; }
.adtexte {
	font-family:Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:12px;
	text-decoration: none; }
.adurl {
	font-family:Arial,Helvetica,sans-serif;
	color:#006699;
	font-size:10px; }
