﻿    body
    {
        background-color:white;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size:10pt;
        color:#103f1d;
    }
    
    #wrapper
    {
        width:100%;
        TEXT-ALIGN:CENTER;
    }
    
    #imgAccueil
    {
        float:right;
        margin-left:5px;
        margin-bottom:5px;
    }
    
    #page
    {
        width:780px;
        margin-left:auto;
        margin-right:auto;
        /*border-color:Silver;
        border-width:1px;
        border-style:solid;*/
        text-align:left;
        padding:10px;
        background-color:white;
    }
    
    .sep
    {
        width:100%;
        background-color:#e5eae7;
        height:2px;
        border-style:none;
        font-size:0;
        margin-top:10px;
        margin-bottom:10px;
		clear: both;
    }

    #footer
    {
        width:100%;
        height:20px;
        text-align:center;
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size:8pt;        
    }
    
    #menu
    {
        width:150px;
        background-color:#e5eae7;
        height:500px;
        float:left;
        margin-right:5px;
    }
    
    a img
    {
        border-style:none;
    }
    
    #contenu
    {
		width:620px;
        float:left;
        background-color:white;
    }
    p
    {
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size:10pt;
        color:#103f1d;
        text-align:justify;
    }
    li
    {
        font-family: 'Trebuchet MS', Helvetica, sans-serif;
        font-size:10pt;
    }

.histgauche
{
    width:260px;
    text-align:center;
    float:left;
}

.histdroite
{
    width:260px;
    text-align:center;
    float:right;

}
.clear
{
    clear:both;
}

h1
{
    font-size:16px;
}

.titre
{
    font-size:16px;
    font-weight:bold;
    }
    
div.liengauche
{
float:left;width:450px;
}

div.liendroite
{
    float:right;
    text-align:center;
    width:150px;
    }

