﻿body 
{
    padding: 0;
    margin:0;
    font-family: Arial, Sans-Serif;
    font-size:14px;
    color: #000000;
}
a, a:link, a:visited, a:hover
{
    text-decoration:none;
    color:inherit;
}
img
{
    border:0;
}
#page {
    width: 1007px;
    min-height: 100%;
    margin: auto;
    background-image: url('images/background.png');
    background-repeat: repeat-y;
}

#header
 {
    margin: 0 10px 0 32px;
}
#corps 
{
    margin:0 0 0 32px;
    width:960px;
}
#footer 
{
    margin-left:28px;
    .margin-top:-5px;
    text-align: right;
    width:968px;
    font-family: Arial, Sans-Serif;
    color: gray;
    font-size: 12px;
    background-color:White;
    overflow:visible;
}
#footer img, #footer a:last-child 
{
    margin-right:4px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover
{
    color:gray;
}
img#separation 
{
    .margin-top:-15px;
}
div#menu ul 
{   
        list-style-type: none;
        list-style-position: inside;
        padding: 0;
        margin-top: -14px;
        .margin: -2px 0px 0px 20px;
}

div#menu>ul>li
{
   float: left;
   width: 192px;
   .width: 180px;
   .margin-left:10px;
   overflow: hidden;
   display: block;
   text-align: center;
}
div#menu>ul>li:first-child
{
    .margin-left:-10px;
}
* html .firstChild
{
    padding-left:10px;
}
    div#menu a 
    {
        text-decoration: none;
        color: #015B7F;
        font-family: Arial, Sans-Serif;
        font-size: 90%;
    }
   div#menu li.deroulant ul
    {
        position: absolute;
        margin: 0 0 0 5px;
        .margin: 25px 0 0 -200px;
        overflow: hidden;
        z-index:14;
    }
    div#menu li.deroulant ul li 
    {
        .margin:-2px 0 -1px 0;
    }
    div#menu li.deroulant ul li a
    {
        background-color: white;
        text-align:left;
        opacity: 0.9;
        filter: alpha(opacity=90);
        color: #015B7F;
        width: 192px;
        border: 1px dotted lightgrey;
        border-right: 1px dotted lightgrey;
        border-bottom: 1px dotted lightgrey;
        .border-left: 1px solid lightgrey;
        .border-right: 1px solid lightgrey;
        .border-bottom: 1px solid lightgrey;
        float: none;
        font-size: 90%;
        display: block;
        padding: 2px;
    }
        div#menu li.deroulant ul li:hover a
        {
            /*border-top: 1px solid lightgrey;*/
            color: White;
        }
        
div#menu .menuDroit 
{
    width:150px;
    padding-left:40px;
    .padding-left:5px;
}