body
{
   background-image: url("../images/bandeau2.png");
   background-repeat: repeat-y; /* Le fond ne se répètera que sur la première colonne, verticalement */
   width:100%;

   margin :55;


}

body
{
color:navy;
}


  
th
{

font-family: Arial;
font-size: 12;
color:white;

background: navy;
 }

h5
{

font-family: Arial;
font-size: ;
margin left: 50;

 }

td { 

border-width:0px; 

}


h3
{

font-style: italic; 
font-family: Arial;
font-size: 13;
 }

 a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: navy; /* Les liens seront en rouge au lieu de bleu */
  
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: navy; /* Le lien sera écrit en vert quand on pointera dessus */
}


table.td { 

border-width:0px; 
height:3 px;
vertical-align :top;
font-size: 11;
padding-left : 5px;
}


h2
{

font-style: italic; 
font-family: Arial;
font-size: 13;
color:navy;
 }

 h4
{


font-family: Arial;
font-size: 30;
color:navy;
 }
 
dl, dt, dd, ul, li {
#margin top: 10;
padding: 0;
list-style-type: none;
width: 100%;


}


#menu {
position: right;
top: 5em;

}

#menu dt {
cursor: pointer;
height: 20px;
line-height: 30px;
height : 50;
text-align: left;
font-weight: bold;
width:27em;
}

#menu dd {
position: relative;
z-index: 100;
left: 5em;
margin-top: -1.4em;
width: 20em;


}

#menu ul {
font-family: Arial;
font-size: 14;

}
#menu li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
border:0px;
}
#menu li a, #menu dt a {
color: #ff6600;
text-decoration: none;
font-weight: bold;
border:0px;

}

#menu li a:hover {
text-decoration: underline;

}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 5px;
color: #000;
background-color: navy;
padding: 5px;
border: 1px solid navy; 
}

h1
{
text-align: center;
font: bold; 
color:navy;
font-family: Arial;
font-size: 16;
width:400;
 }
 
 h4
{
color:navy;
font-family: Arial;
font-size: 20;
 }

 h5
{
color:navy;
font-family: Arial;
font-size: 40;
margin: 30;
 }

