/* ********************* */
/* MISE EN FORME DU SITE */
/* ********************* */
body
{
/*background-color: #d7eaef;*/
background-color: #e6eef0;
width: 797px;
margin: auto;
margin-top: 15px;
margin-bottom: 10px;
}

#container
{
border-width: 1px;
border-color: #000000;
border-style: solid;
background-color: #FFFFFF;

}

#header
{
background-image: url("../images/header.jpg");
background-repeat: repeat;
height: 150px;
background-color: white;
}

#corps
{
min-height: 600px;
_height: 740px;
background-color: white;
padding: 30px 20px 30px 20px;
}

#footer
{
height: 70px;
background-color: white;
}

#footer p 
{
margin: 0px;
padding: 0px;
margin-bottom: 10px;
font: 11px verdana, arial, sans-serif;
line-height: 15px;
text-align: center;
}

p
{
font: 14px verdana, arial, sans-serif;
text-align: justify;
padding-bottom: 10px;
}

h1
{
font: bold 18px verdana, arial, sans-serif;
padding-bottom: 20px;
color: #2a3478;
}

h2
{
font: bold 16px verdana, arial, sans-serif;
color: #;
padding-top: 15px;
padding-bottom: 10px;
}

h3
{
font: bold 14px verdana, arial, sans-serif;
padding-top: 10px;
padding-bottom: 10px;
}

div#corps ul, div#corps ol, div#corps li
{
font: 14px verdana, arial, sans-serif;
padding-top: 5px;
padding-bottom: 5px;
}

hr
{
margin : 0px;
margin-bottom: 5px;
}

.italique
{
font-style: italic;
}

.gras
{
font-weight: bold;
padding-top: 10px;
}

.imageflottante
{
   float: right;
   /*width: 270px;
   height: 250px;*/
   width: 340px;
   height: 281px;
}

/* ********************* */
/* MISE EN FORME DU MENU */
/* ********************* */

ul#tabnav 
{
    font: bold 11px verdana, arial, sans-serif;
    list-style-type: none;
    padding-bottom: 24px;
    border-bottom: 1px solid #66CC66;
    margin: 0;
}

ul#tabnav li 
{
    float: left;
    height: 21px;
    background-color: #CCFFCC;
    margin: 2px 2px 0 2px;
    border: 1px solid #66CC66;
    font: 12px verdana, arial, sans-serif;

}

ul#tabnav li.active 
{
    border-bottom: 1px solid #fff;
    background-color:#FFFFFF;
}

ul#tabnav li.active a 
{
    color: #000000;
}

#tabnav a {
    float: left;
    display: block;
    color: #666666;
    text-decoration: none;
    padding: 4px;
}

#tabnav a:hover 
{
    background: #FFFFFF;
}
