﻿/********************************************************************/
/*   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: #33CCFF;
	text-decoration: none
	}
a:visited{
	font-size: 12px;
	color: #33CCFF;
	font-weight: bold;
	}
a:hover{
	font-weight: bold;
	color: #FFFFFF; 
	text-decoration: none; 
	}
/**********************************************************************/
/*    CONFIGURATION DE L ENTETE - HEADER CONFIGURATION                */
/**********************************************************************/
#header{
	width: 100%; 
	height:50px; 
	margin-bottom:0px;
	}
#titresite
	{
	position:absolute;
	margin-top:0px;
	text-indent:0px;
	text-align:left;
        z-index: 2;
        width: 50%;
	}
/**********************************************************************/
/* CONFIGURATION DU CONTENU PRINCIPAL  - MAIN CONTAINER CONFIGURATION */
/**********************************************************************/

#contenuprincipal
		{
		color: #bbbbbb;
		}

/**********************************************************************/
/*    CONFIGURATION DU TITRE DES PAGES - PAGES TITLES CONFIGURATION    */
/**********************************************************************/
.titrepage{
	font-family: Arial, Tahoma,  Verdana; 
	font-size: 14pt; 
	font-weight: bold; 
    }

#titrepagebg
	{
	border-top: 2px solid #676767; 
	border-bottom: 1px solid #000000; 
	padding-left: 10px; 
	padding-right: 4px; 
	padding-top: 1px;
	padding-bottom: 1px;
	background: #000000;
	}
#leftborder
	{
	background: #397cb0;
	border-left: 5px solid #000000;
	}
	

hr {
	border-top:2px solid #565656; 
	border-bottom:1px solid #bbbbbb; 
	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
	{
	font-size: 1em; 
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;

	} 

.menu a:hover, .menu a:link, .menu a:visited
	{
	font-weight: bold;
	font-size: 1em; 
	color: #397cb0;
	padding-right: 5px;
	padding-left: 10px;
	} 
.menumouseover
	{
	background: #bbbbbb;
	font-weight: bold;
	border-left: 5px solid #ff0000;
	}
.menumouseout
	{
	color: #FFFFFF;
	}

/********************************************************************/
/*   CONFIGURATION DU BLOC NEWS - NEWS BLOC CONFIGURATION            */
/********************************************************************/
	
#news {
	float: right;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width: 150px;
	height: 300px;
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-top: 25px;
	z-index: 6;
	border: 1px solid #565656;
	background: #000000;
        visibility: hidden;
        display: none;
    }
        

/********************************************************************/
/*   CONFIGURATION DE LA DATE - DATE CONFIGURATION                  */
/********************************************************************/
#datetime	{
	width: 100%;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 5px;
	text-align: right;
	text-transform: capitalize;
	background: #BBBBBB;
	border-bottom: 1px solid #000000;
	}
/**********************************************************************/
/* CONFIGURATION DU MENU RAPIDE HAUT - QUICK MENU CONFIGURATION       */
/**********************************************************************/

#quickmenu {
	float: right;
	padding-top:5px;
	text-indent:0px;
	text-align:left;
	z-index: 5;
    }
/**********************************************************************/
/* CONFIGURATION DU PIED DE PAGE  - FOOTER CONFIGURATION              */
/**********************************************************************/
   
#footer    {
			color: #bbbbbb
			}