/*********************************************/
/* Feuille de style pour le thème "Design"  */
/* Fichier dans le domaine public            */
/*********************************************/

#theme { 
 background-color: white;
 color: black;
 font-family: Verdana, Charcoal, Geneva, "Luxi Sans", sans-serif;
 font-size: 14px;
 margin-top: 0;
 margin-left: 0;
}

/* Contenant */

#tout {
 background: white;
 margin: 10px auto;
 padding: 0;
 position: relative;
 width: 1000px;
 font-size: 16px;
 font-family: Verdana, Charcoal, Geneva, "Luxi Sans", sans-serif;
}

/***********************/             
/* Barre de navigation */
/***********************/

#nav { 
 background-color: #ADC4F0;
 padding-bottom: 25px;
 padding-top: 5px;
 width: 100%;
 font: bold 14px Trebuchet MS ;
 padding-left: 0px;
}

#nav ul {
 list-style-type: none;
 margin: 0;
}

#nav li { 
 display: inline;
 font: bold 14px Georgia, sans-serif;
 padding-right: 15px;
}

#truc1{
 float: left;
 width: 75%;
}

#truc2{
 float: left;
 width: 25%;
 text-align: right;
}

#nav a:link { color: black; }

#nav a:visited { color: #404040; }

#nav a.actif { color: white; }

/******************/
/* Corps du texte */
/******************/

#corps { 
 background: white;
 padding-bottom: 70px;
 padding-right: 10px;
 padding-left: 5px;
}

#corps a:link { color: #000099; }

#corps a:visited { color: #990099; }

#corps a.actif { color: #000099; }

