@charset "utf-8";
/* CSS Document */

/*FOOTER PAGE*/
table.footerlinks a {
	color: #CCCCCC;
	font-size: xx-small;
}

/*-------------------------------------------------------------------------------------------------------*/
table.africlinks a {
	color: #0000FF;
}
/*-------------------------------------------------------------------------------------------------------*/
a:link {color: #FFFFFF; text-decoration: underline;}
a:visited {text-decoration: underline; color: #FFFFFF;}
a:hover {text-decoration: underline; color: #999999;}
a:active {text-decoration: underline; color: #FFFFFF;}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
 color:#990000;
}
/*.titre {
	font-size: 18px;
	color: #0033CC;
	font-weight: bold;
}
.soustitre {
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FF3300;
	text-decoration: underline;
}
.titrenews {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 40;
}
.textenews {
	color: #FFFFFF;
}
.alerte {
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FF3300;
}
*/