﻿/********************************************************************/
/*   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: #0c599d;
	text-decoration: none;
	}

a:visited{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}

a:hover{
	font-weight: bold;
	color: #000000; 
	text-decoration: underline; 
	}



h2 a, h2 a:link, h2 a:visited
         {
         color: #4db005;
        }

h2 a:hover
        {
        color: #7a1286;
        }

h1      {
        color: #7f0000;
	font-size: 16px;
        font-weight: bold;
	font-family: Verdana; 
        }
h2      {
        color: #0e75b7;
        font-size: 14px;
        font-weight: bold;
	font-family: Verdana;
        }
h3      {
        color: #e8b10e;
        font-size: 12px;
        font-weight: bold;
	font-family: Verdana;
         }
/**********************************************************************/
/*    CONFIGURATION DE L ENTETE - HEADER CONFIGURATION                */
/**********************************************************************/
#header{
	width: 100%; 
	height: 154px; 
	margin-top:0px;
	border-top: 8px solid #cccccc;
	border-bottom: 8px solid #cccccc;
	}
#titresite  /* The main title position */
	{
	position: relative;
	margin-top:-10px;
	padding-left:0px;
	text-align:left;
	margin-left: -90px;
	white-space:nowrap;
	}
/**********************************************************************/
/*    CONFIGURATION DU TITRE DES PAGES - PAGES TITLES CONFIGURATION    */
/**********************************************************************/
.titrepage{
	font-family: 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 { 
	margin-left:0px;
	
	margin-top:0px;
	padding-top: 20px;
	}
		                        
#menu ul{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0px;
	margin-top:0px;
	list-style-type: none;
	text-align:left;
	font-size:0.8em;
	font-family:Verdana;
	text-indent:10px;
	}
		
#menu a{
	display: block;
	padding: 3px;
	width: 160px;
	margin-top:2px;
	color:#62b80c;            
	text-decoration: none;
	font-family:Verdana;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	}
#menu a:active{
	display: block;
	padding: 3px;
	margin-top:2px;
	background-color: #FFFFCC;
	color:#FF0000;            
	text-decoration: none;
	}
		
#navmenu a:visited{
	color: #62b80c;
	text-decoration: none;
	}
		
#navmenu a:hover{
	color: #000000;
	}
		
#navmenu {
	margin: 0 auto; 
	}
/**********************************************************************/
/* CONFIGURATION DU MENU RAPIDE HAUT - QUICK MENU CONFIGURATION     */
/**********************************************************************/

#quickmenu {
	float: right;
	margin-top:5px;
	text-indent:0px;
	text-align:left;
	z-index: 5;
    }

#footer {
       color: #ffffff;
       height: 25px;
      }