@charset "utf-8";
/* CSS Document */

/*FOOTER PAGE*/
table.footerlinks a {
	color: #666666;
	font-size: xx-small;
}

/*-------------------------------------------------------------------------------------------------------*/
table.africlinks a {
	color: #0000FF;
}
/*-------------------------------------------------------------------------------------------------------*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
}
a:link {color: #FFFFFF; text-decoration: none;}
a:visited {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: none; color: #999999;}
a:active {text-decoration: none; color: #999999;}
.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;
}

.upperleft{
	width : 100%;
	margin-left : auto;
	margin-right : auto;

	background-color : #666666;
	background-image : url('../Images/LTCorner.gif');
	background-repeat : no-repeat;
	background-position : top left;
}

.upperright{
	background-image : url('../Images/RTCorner.gif');
	background-repeat : no-repeat;
	background-position : top right;
}

.lowerleft{
	background-image : url('../Images/LBCorner.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
}

.lowerright{
	background-image : url('../Images/RBCorner.gif');
	background-repeat : no-repeat;
	background-position : bottom right;
	padding : 3% 3% 3% 3%;
}
