@charset "iso-8859-1";
body.page {
    background-color : #cc0000;	
}
.bandeau{
   font-family      : wide latin,Arial, Helevetica, Sans serif;
   font-size        : 20pt;
   color            : #cc0000;
   background-color : #ffcc33;	
}
.menu{
  	font-family      : Verdana, Arial, Helevetica, Sans serif;
   	font-size        : 10pt;
   	color            	: #ffcc00;
   	background-color 	: #cc0000;		
}
a.menu:link {
    color            	: #ffcc00;
    text-decoration  	: none;
}
a.menu:visited {
    color            	: #ffcc00;
    text-decoration  	: none;
}    
a.menu:hover {
    color            	: #ffcc00;
    text-decoration  : none;
} 
.sous_menu{
  font-family      : Verdana, Arial, Helevetica, Sans serif;
   font-size        : 10pt;
   color            : #000000;
   background-color : #ffcc33;	
}
a.sous_menu:link {
	font-family      : Verdana, Arial, Helevetica, Sans serif;
	font-size        : 10pt;
    color            : #cc0000;
    text-decoration  : none;
    }
a.sous_menu:visited {
	font-family      : Verdana, Arial, Helevetica, Sans serif;
	font-size        : 10pt;
    color            : #cc0000;
    text-decoration  : none;
    }    
a.sous_menu:hover {
	font-family      : Verdana, Arial, Helevetica, Sans serif;
	font-size        : 10pt;
    color            : #cc0000;
    text-decoration  : none;
    } 
.en_cours{
  	font-family      : Verdana, Arial, Helevetica, Sans serif;
   	font-size        : 10pt;
   	color            : #cc0000;
   	text-decoration  : none;
}
.texte{
  font-family      : Verdana, Arial, Helevetica, Sans serif;
   font-size        : 10pt;
   background-color : #ffffcc;	
   margin-top       : 12pt;
   margin-right     : 12pt;
   margin-left      : 6pt;
   margin-bottom    : 0pt;
}
.titre_page{
   font-family      : Comic Sans MS;
   font-size        : 12pt;
   color            : #000000;
   margin-top       : 20pt;
   margin-right     : 6pt;
   margin-left      : 6pt;
   margin-bottom    : 20pt;	
}