body
{
   width: 100%;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px; 
   background-color:black;
   font-size:large !important;
   font-size: medium;
}

/* L'en-tête */

#en_tete
{
   
    background-color:black;
   margin-left:5%;
   margin-right:5%; 
   height: 250px;
   background-repeat:no-repeat;
   margin-bottom: 10px;
  text-align:center;
}

/* CSS du menu horizontal, bieler batiste */

.menu{
   	position: relative;
    display:block ;
	margin-left: 3%;
	margin-top:-8% ;
	text-align:center;
    padding:0;
    width:100% ;
	 font-size:14px; 
  
  
    }

.menu ul{
    position:absolute;
    display:block;	
    width:124px;
    /*margin:0;*/
    padding:0;
	 font-size:14px;
	 background-color:black;
	
    }  
.menu li ul
{
    visibility:hidden;

    }

.menu li li ul{
    position:absolute;
    margin-left:124px;
    margin-top:-23px;
	
    }
    
.menu li{
    list-style:none;
    width:124px;
    height:auto;
    display:inline;
    display/**/:block;
    float:none;
    float/**/:left;
   
	
    }
    
.menu li li{
    display:block;
    float:none;

    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    }

.menu a{
    color:#000;
    display:block;
    width:100px;
	height:35px;
    text-decoration:none;
	color: white;
    font-variant: small-caps;
     font-family: "new roman",Arial, Verdana;
    text-align:center;	 
    border:none; 
    }
    
.menu a:hover{
   
    border:1px #aaa solid;
    font-size:16px;
    color: black;
    font-variant: small-caps;
    font-family: "new roman",Arial, Verdana;
	background-color:white;
    }
    

#corps
{

   margin-left:7%;
   margin-right: 7%;
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top: 10px;
   padding-left:55px;
   padding-right:35px;
   background-color: white;
   
}
    
#pied_de_page
{
margin-left:7%;
   margin-right: 7%;
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-top: 10px;
   padding-left:55px; 
   padding-right:35px;
   padding-bottom:10px;
   background-color: white;  
   
   }
.haut
{
float:none;
border: 1px solid;
display:block;
width: 500px;
} 
  

td, th 
{
Padding-bottom: 2%;
padding-top:1px;
  text-align: left;
    
	
}

table
{ 
/* Le tableau en lui-même */
   margin: auto !important;
   margin-left:80px;   
   border-collapse: separate; /* Colle les bordures entre elles */
   width:80%;
 
}

img
{
border: none;
 }
.page
{
text-align:right
}
.page a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: red; /* Les liens seront en rouge au lieu de bleu */
  
}
.page a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: black; /* Le lien sera écrit en vert quand on pointera dessus */
}
.page a:visited /* Quand le visiteur a déjà vu la page concernée */
{
color:brown;
}
.centrer
{
text-align: center;
float:center
}
 .quebec
 {
 float: right;
   margin-right:20px;
   }
   .rouge
{
color:red}
.image
{
   float: left;
   width: 25%;
      /* Très important : donner une taille au menu */
  padding-left: 10%;
   margin:auto;
   height:200px;
   }
 .texte
 {
 height:200px;
 }
 h3
 {
 text-decoration:underline;
 }
 
 .petit
{
font-size:13px;}

.souligner
{
text-decoration:underline;
}

.links {
	overflow:hidden;
	margin-bottom:10px;
	
}

 .links a {

	width:40%;		
	padding:3px;
	font-family:arial;
	font-size:12px;	
	text-decoration:none;
	color:#000;
	float:left;
	background:#EAE9C6;
	text-align:center;
}
.links a:hover{
background:#e2dedd;
	color: black;}
	
.links a.on {
	font-weight:bold;
	font-size:13px;
	text-decoration:underline;
	outline:none;

}
.bleu
{
color: #11665a;
font-size:20px;
}