body
{
   width: 980px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 200px;    /* Idem pour le bas du navigateur */
   font-family: Georgia, Times New Roman, Times, serif;
}

a
{
   color:blue;
   text-decoration:none;
}

a:hover
{ 
   color:red;
}

.petit
{
   font-size:0.6em;
}

h1
{
color:#0066ff;
}
/******************************************************************************************************/
#entete
{
   width:980px;
   height:200px;
   margin-bottom: 10px;
   background-image: url("image/ban.jpg");
   background-repeat: no-repeat;
}

#entete h1
{
   text-align:right;
   font-size:1.2em;
   color:#ffffff;
   padding-top:50px;
   padding-right:15px;
}


#entete h3
{
   text-align:right;
   font-size:1em;
   color:#ffffff;
   padding-right:25px;
}

/******************************************************************************************************/
#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 200px; /* Très important : donner une taille au menu */
   margin-bottom: 50px;
}

.element_menu
{
   margin-top: 20px;
   font-size:0.9em;
}


.element_menu ul
{
   list-style: none;
   text-align:left;
   padding:0px;
   margin:0px;   
}


.element_menu li
{
padding-top:0.3em;
}


.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color:#283271;
   text-decoration:none;
}

.element_menu a:hover
{ 
   color:#3ca0ca;
}

/******************************************************************************************************/
#contenu
{
   margin-right: 0px;
   margin-left: 220px;
   margin-bottom:50px;
   border: 0px solid black; 
   font-size:0.9em;
}

#contenu table
{
   border-spacing:0;
}

#contenu td
{
   padding-right:20px;
}

#contenu h2
{
 border-bottom:solid 2px;
 border-color:#283271;
 font-size:1.3em;
}

#contenu h3
{
   font-size:1.2em;
   padding-bottom:0px; 
   margin-bottom:5px;
}

#contenu a 
{
   color:#283271;
   text-decoration:none;
}

#contenu a:hover
{ 
   color:#3ca0ca;
}

.indentationtable
{
   margin-left: 40px;
}

.important
{
   color:#f2673a;
}

.table_rates
{
border: 1px solid black;
border-collapse:collapse;
width:80%;
}

.table_rates td
{
border: 1px solid black;
}
/******************************************************************************************************/
#pied
{
 clear:both;
}

#pied p
{
 border-top:solid 2px;
 border-color:#283271;
 text-align:right;
 font-size:0.8em;
}

#pied a 
{
   color:#283271;
   text-decoration:none;
}

#pied a:hover
{ 
   color:#3ca0ca;
}







