@charset "utf-8";
/* CSS Document */
/* couleur 
   #006633: vert
   #9999CC : bleu
   #666666 : gris
   
*/
body {
	background-color: #9999CC;
	font-family: Berlin Sans FB; 
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin : 5px; 
}
td { 
   padding-left: 5px; 
   padding-right: 5px; 
} 
a:link {
	color: #9999CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none
	color: #FFFFCC ;
}
a:active {
	text-decoration: none;
}

#pied {
    font-family: Berlin Sans FB;
    font-size: 10px ;
	color: #666666;
	background-color: #FFFFFF;
	width: 930px;
}
#titrecolonne
{
    font-family: Berlin Sans FB;
    font-size: 15px ;
	color: red;
	font-weight: bold;
	background-color: #FFFFCC;
}
#textecolonne
{
    font-family: Berlin Sans FB;
    font-size: 15px ;
	color: #000000;
	background-color: #FFFFCC;
}
#titrepage
{
    font-family: Berlin Sans FB;
    font-size: 40px ;
	color: #9999CC;
	font-weight: bold;
	background-color: #FFFFFF;
}
#textepage
{
    font-family: Berlin Sans FB;
    font-size: 20px ;
	color: #000000;
	background-color: #FFFFFF;
}
#reglement
{
	align: left;
	font-family: Berlin Sans FB;
	background-color: #FFFFFF;
	width: 930px; 	
}
#reglement h1{
    font-size: 20px ;
 }
#documentation
{
    font-family: Berlin Sans FB;
    font-size: 25px ;
	color: #006633;
	font-weight: bold;
}
#menu {
    height: 40px;
    margin: 10px;
    font-family: Berlin Sans FB;
    font-size: 18 px;
    text-align: center;
    line-height: 200%;
    list-style-type: none;
}
#menu a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#menu a:link {
    color: #9999CC;
}
#menu a:visited {
    color: #9999CC;
}
#menu a:hover {
    font-weight: bold;
    color: #9999CC;
} 
#menu a:active {
    font-weight: bold;
    color: #006633;


 
 

