BODY {
	margin-left: 0;
	margin-right: 0;
	color: black;
	font-size: 12px ;
	font-family: Century Gothic, Verdana, arial, sans-serif;
}

H1 {
	font-family: Century Gothic, Verdana, arial, sans-serif;
    font-weight: 100;
	font-size: 24px ;
	text-align : left; 
	color: #4C6477
    letter-spacing: -5px;
}



/* 
 *  Titre Real
 */

.Titre {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000066;
    text-align: left;}


.TitreGras {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000066;
    text-align: left;}


.Descr {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    color: #000033;
	margin-left: 0px;
    text-align: left;}

.DescrDroite {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    color: #000033;
	margin-left: 50px;
    text-align: right;}

.Lien {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    text-align: center;}

.LienInactif {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    color: #000000;
    text-align: center;}


.Pub {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 13px;
    font-weight: 100;
    color: #000033;
	margin-left: 50px;
    text-align: left;}




/* 
 *  menus: general cellule
 */

.lemenu {
    background: #999966;}

/* 
 *  pour les elements rubrique
 */

.section {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #CCCCCC;
    text-align: center;
    letter-spacing: 2px;}

/* 
 *  pour les elements du menu disponible
 */

.menu {
    background-color: #CCCC99;
    border: solid #000000 1px;
    color: #333333;
    text-align: center;
  }
 
/* 
 *  pour les elements du menu survole
 */
 
.menuon {
    text-align: center;
    border: outset #999999 1px;
    background: #333333 no-repeat;
    cursor: pointer;  
     }

/* 
 * pour element du menu active
 */

.menuselect {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    letter-spacing: 2px;
    color: #CCCC99;
    border: inset #999999 1px;
    background: url("temoin.gif") #666666 no-repeat; }

/* 
 * lien de la barre de navigation
 */

.unmenu {
    font-family: Century Gothic, Verdana, arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none; }
a.unmenu:link {
    color: #333333;}
a.unmenu:visited {
    color: #333333;}
a.unmenu:hover {
    color: #CCCC99;}
a.unmenu:active {
    color: #CCCC99;}
a.unmenu:focus {
    color: #ffffff;}
