/********************************************************************/
/*   Original CSS                                                   */
/*   PlaneteAfrique - 2006                                          */
/*   This stylesheet can be modified.                               */
/*   No official support is available for this stylesheet           */
/*                                                                  */
/* CONFIGURATION DES LIENS PAR DEFAUT - DEFAULT LINKS CONFIGURATION */
/********************************************************************/

a 	{
	font-weight: normal; 
	color: 003399; 
	text-decoration: none
	}
a:link 		{
	font-size: 12px;
	font-family: Verdana; 
	font-weight: bold; 
	color: #000000
	}
a:visited 	{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
a:hover 	{
	font-weight: bold;
	color: #808080; 
	text-decoration: underline; 
	}
img        {
    border: 0px;
    }
/**********************************************************************/
/*    CONFIGURATION DE L ENTETE - HEADER CONFIGURATION                */
/**********************************************************************/
#header{
	width: 100%; 
	margin-bottom: 0px;
	height: 90px;
	}
#titresite  /* The main title position */
	{
	text-align: center;
	}

/**********************************************************************/
/*    CONFIGURATION DU TITRE DES PAGES - PAGES TITLES CONFIGURATION    */
/**********************************************************************/
.titrepage {
	font-family: Verdana; 
	font-size: 14pt; 
	color: #115DAA; 
	font-weight: bold; 
    text-align:left;
    }

hr {
	border-top:2px solid #3366CC; 
	border-bottom:2px solid #BACBED; 
	width: 98%;             
	height:4px;
	text-align:center;
	text-indent:-10px;
	}

/**********************************************************************/
/* CONFIGURATION DE LA POLICE PAR DEFAUT - DEFAULT FONT CONFIGURATION */
/**********************************************************************/
font{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/********************************************************************/
/*             CONFIGURATION DU MENU - MENU CONFIGURATION            */
/********************************************************************/
#menu { 
	margin-left:0px;
	width: 100%;
	margin-top:0px;
	}
#menu_horizontal { 
	float: right;
	margin-top:75px;
	position: absolute;
	padding-left: 5px;
	padding-right: 20px;
	text-align: right;
	width: 95%;
	}
                        
#menu ul{
	margin-left: 3px;
	margin-right: 0px;
	padding-left: 0px;
	margin-top:0px;
	list-style-type: none;
	text-align:left;
	font-size:0.8em;
	font-family:Verdana;
	text-indent:0px;
	}
#menu a
	{
	border:0px; 
	display: block;
	padding: 5px;
	width: 98%;
	margin-top:2px;
	/*background-color: #F3A406;*/
	color:#000000;	
	text-decoration: none;
	font-family:Verdana;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	}
#navmenu a:visited
	{
	color: #000000;
	text-decoration: none
	}

#navmenu a:hover
	{
	border:0px ; 
	/*background-color: #FFFFCC;*/
	color: #FF0000;
	}
#navmenu {
	margin: 0 auto; 
	
}	

/********************************************************************/
/*   CONFIGURATION DU BLOC NEWS - NEWS BLOC CONFIGURATION	*/
/********************************************************************/
	
#news   {
	color: #000000;
	width: 140px; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	background: #e7eaf2;
	border: 1px solid #c0c0c0;
	margin-right: 5px;
	visibility: hidden;
	}	
#footer   {
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}	

/********************************************************************/
/*   CONFIGURATION DE LA DATE - DATE CONFIGURATION                  */
/********************************************************************/
.datetime	{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	}