body {
    background-color: #386EAE;
    background-image: url(images/fond.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    color: #043265;
    font-family: verdana, sans-serif;
    font-size: 8pt;
}
td {
    color: #043265;
    font-family: verdana, sans-serif;
    font-size: 8pt;
}
img {
    border: 0 none;
}
#wrap {
    position: absolute;
    width: 967px;
    margin-left: -483px;
    left: 50%;
    background-image: url(images/fond-wrap.jpg);
    background-repeat: repeat-y;
}
#header {
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 967px;
    height: 205px;
}
#tools {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFFFFF;
    font-size: 8pt;
}
#tools img {
    vertical-align: baseline;
}
#tools p {
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
}
#tools a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}
#tools a:hover {
    text-decoration: underline;
}
#illus {
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: top right;
    width: 380px;
    height: 359px;
}
#sidebar {
    position: relative;
}
#menu {
    margin-top: 80px;
    margin-left: 0px;
}
#menu td {
    font-family: verdana, sans-serif;
    font-size: 9pt;
    vertical-align: middle;
    width: 150px;
    height: 50px;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background-color: #3083C4;
    padding: 5px 5px 5px 10px;
}
#menu td.active {
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    background-color: #F37607;
}
#menu td a {
    display: block;
    width: 100px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    vertical-align: middle;
}
#content {
    position: relative;
    z-index: 20;
    float: right;
    width: 683px;
}
#display-content {
    padding: 40px 30px 30px 50px;
}
body#index #display-content {
    padding: 40px 30px 30px 125px;
}
#footer {
    clear: both;
    background-image: url(images/fond-footer.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    width: 967px;
    height: 59px;
}
h2 {
    margin-top: 0px;
    margin-bottom: 25px;
    color: #F37607;
    font-size: 11pt;
}
p {
    margin-top: 10px;
}
h3 {
    margin-top: 19px;
    margin-bottom: 10px;
    padding: 0px;
    color: #F37607;
    font-size: 9pt;
    line-height: 20px;
}
#content a:link, a:visited {
    color: #F37607;
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
.sizeFile {
    color: #7D7D7D;
    font-size: 7pt;
}
.telechargement {
    position: relative;
    border: 1px solid #A8C0DC;
    margin-top: 35px;
}
.telechargement h3 {
    font-size: 9pt;
    text-transform: uppercase;
    margin: -5px 0px 15px -1px;
    padding: 0px;
}
.telechargement h3 span {
    padding: 4px;
    background-color: #A8C0DC;
    color: #FFFFFF;
}
.telechargement ul {
    padding: 0px;
    margin: 10px 12px 10px 20px;
}
.telechargement p {
    margin: 0px 12px 10px 15px;
}
ul li {
    font-size: 8pt;
}
.telechargement ul li {
    font-size: 8pt;
    list-style-type: none;
    background-image: url(images/pdf.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    color: #A8C0DC;
    margin-bottom: 4px;
}
.print {
    display: none;
}
form {
    margin: 0px;
}
.submit {
    background-color: #386EAE;
    border: 0 none;
    color: #FFFFFF;
    margin-top: 5px;
    padding: 2px 2px;
}
input {
    border: 1px solid #7E9DB9;
    color: #043264;
    font-size: 8pt;
}
@media print {
    .telechargement h3 {
        font-size: 9pt;
        text-transform: uppercase;
        margin: 5px;
        padding: 0px;
    }
    .noprint {
        display: none;
    }
    .print {
        display: block;
    }
    #header, #sidebar, #tools, #menu td {
        display: none;
    }
    #wrap, #content {
        float: none;
        position: relative;
        margin-left: 0px;
        left: 0%;
        width: 630px;
    }
    #menu {
        position: relative;
    }
    #menu td.active {
        display: block;
    }
}
