/********************************************************************/
/*   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; 
	text-decoration: none
	}
a:link{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold; 
	color: #000000;
	text-decoration: none
	}
a:visited{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
a:hover{
	font-weight: bold;
	color: #CC3300; 
	text-decoration: none; 
	}
/**********************************************************************/
/*    CONFIGURATION DE L ENTETE - HEADER CONFIGURATION                */
/**********************************************************************/
#header{
	width: 100%; 
	height:84px; 
	margin-bottom:0px;
	}
#titresite
	{
	position:absolute;
	margin-top:0px;
	text-indent:0px;
	text-align:left;
    z-index: 2;
    color: #c0c0c0;
	}

/**********************************************************************/
/*    CONFIGURATION DU PIED DE PAGES - FOOTER CONFIGURATION    */
/**********************************************************************/

#footer    {
			width: 100%; 
			text-align:center; 
            color:#FFFFFF;
			}
/**********************************************************************/
/*    CONFIGURATION DU TITRE DES PAGES - PAGES TITLES CONFIGURATION    */
/**********************************************************************/
.titrepage{
	font-family: Arial, Tahoma,  Verdana; 
	font-size: 14pt; 
	font-weight: bold; 
    }


/**********************************************************************/
/* CONFIGURATION DE LA POLICE PAR DEFAUT - DEFAULT FONT CONFIGURATION */
/**********************************************************************/

font{
     font-family: Verdana, Arial, Helvetica, sans-serif;
    }

/********************************************************************/
/*             CONFIGURATION DU MENU - MENU CONFIGURATION            */
/********************************************************************/

.menu
	{
	font-size: 1em; 
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;

	} 

.menu a:link, .menu a:visited
	{
	font-weight: bold;
	font-size: 1em; 
	color: #ffffff;
	} 
.menu a:hover
	{
	font-weight: bold;
	font-size: 1em; 
	color: #FF0000;
	} 
	
/********************************************************************/
/*   CONFIGURATION DU BLOC NEWS - NEWS BLOC CONFIGURATION            */
/********************************************************************/
	
#news    	{
			position:relative;
			color:#000000;
			width: 90%; 
			text-align:left;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1em;
			padding-left: 0px; 
			padding-right: 0px; 
			padding-top: 0px; 
			padding-bottom: 0px;
			}
    
#noscroll {	
	position:absolute;
	height: 100px;	
	width: 285px;	
	overflow: auto;	
	background-color: #fff;	
	padding: 5px;
	scrollbar-face-color: #D9E1FD; 
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-arrow-color: #000;
	margin-left:22px;
	margin-top:7px;
	}
/********************************************************************/
/*   CONFIGURATION DU SOMMAIRE DROIT - RIGHT MENU CONFIGURATION      */
/********************************************************************/
	
#sommairedroit
    	{
			background: :#000000;
			width: 140px; 
			text-align:left;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:1em;
			padding-left: 0px; 
			padding-right: 0px; 
			padding-top: 0px; 
			padding-bottom: 0px;
			}