body {
    margin: 0;
    padding: 0;
    font: 80% verdana, arial, sans-serif;
    background:url(images/image_bas.jpg) ;
    border: 0 none;
}

#fullContainer {
    height: 600px;
    background: url(images/image_haut.jpg) 6px 0 repeat-x;
}

#corps1
{
   margin-top: auto;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: auto;
   color: black;
   background-image:url(images/bandeau.jpg);
   width: 750;
   height: 200;
   left: 50%;

}
dl, dt, dd, ul, li {
        margin: 0;
        padding: 0;
        list-style-type: none;
}



#menu-ligne1 dl {
        float: left;
        width: 10em;  /* grandeur des case*/
}

#menu-ligne1 dt {
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        font-size: 13;
        background: url(images/bouton_1.jpg);
        border: 1px solid gray;
        margin: 1px;
}



#menu-ligne1 li a, #menu-ligne1 dt a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        height: 50%;
        border: none;
}

#menu-ligne1 li a:hover, #menu-ligne1 li a:focus, #menu-ligne1 dt a:hover, #menu-ligne1 dt a:focus {
       background: url(images/bouton_2.jpg);
}
#menu-ligne2 dl {
        float: left;
        width: 10em;
}

#menu-ligne2 dt {
        cursor: pointer;
        text-align: center;
        font-weight: bold;
        font-size: 13;
        background: url(images/bouton_1.jpg);
        border: 1px solid gray;
        margin: 1px;
}

#menu-ligne2 li a, #menu-ligne2 dt a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        height: 100%;
        border: 0 none;
}

#menu-ligne2 li a:hover, #menu-ligne2 li a:focus, #menu-ligne2 dt a:hover, #menu-ligne2 dt a:focus {
        background: url(images/bouton_2.jpg);
}

#corps
{


   margin-top: auto;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5%;
   color: black;
   background-image:url(images/fondtexte.jpg);
   width: 690;
   left: 50%;
   right: 50%;

   top: 50%;
   bottom:50%;

}

#corps a
{
   color: blue;
}

#corps h1 /* Tous les titres h1 du corps */
{
   color: #033785;
   text-align: center;
   font-family: Verdana, "Verdana Black", "Times New Roman", Times, serif;
   font-size: 18;
   padding-left: 10px;
}

#corps h2 /* Tous les titres h2 du corps */
{
   font-size: 13;

   font-family: Verdana, "Verdana Black", "Times New Roman", Times, serif;
   color: black;
   text-align: justify;
   margin-right: 70px;
   margin-left: 70px;

}

#corps h3 /* Tous les titres h3 du corps */
{
   font-size: 11;

   font-family: Verdana, "Verdana Black", "Times New Roman", Times, serif;
   color: red;
   text-align: justify;
   margin-right: 100px;
   margin-left: 100px;

}
#corps h4 /* Tous les titres h4 du corps */
{
   font-size: 11;

   font-family: Verdana,, "Times New Roman", Times, serif;
   color: black;
   text-align: center;
   margin-right: 90px;
   margin-left: 90px;

}

#corps h5 /* Tous les titres h4 du corps */
{
   font-size: 14;

   font-family: Verdana, "Verdana Black", "Times New Roman", Times, serif;
   color: red;
   text-align: center;

}

#corps h6/*police pour ligne des bas de pages*/
{
   font-size: 9;
   font-family: Verdana, "Verdana Black", "Times New Roman", Times, serif;
   color: #3448e1;
   text-align: center;
}

#corps h7 /* Tous les titres h4 du corps */
{
   font-size: 14;

   font-family: Verdana, "Verdana Black", "Times New Roman", Times, serif;
   color: white;
   text-align: center;

}



