@charset "iso-8859-1";

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 640px;
    padding: 0px;
    margin: 0px;
}

#page, #conteneur, #wrapper {
    margin: auto;
    width: 95%;
}

#contents { padding: 0px; }

#leftbar, #rightbar, #banner, #footer, #accessibility, .breadcrumb, #signature { display:none; }

pre { overflow: visible; }

img { border: 0px; }

a {
    font-weight: bold;
    color: #3171AA;
}

#cartouche {
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#cartouche img {
    background: #FFEC00;
    margin: 0px 10px 20px 0px;
    padding: 10px;
    float: left;
}

/* PAGE D'ACCUEIL */

#col_un, #col_deux, #col_trois {
    float: left;
    width: 33%;
}

#col_un img, #col_deux img, #col_trois img { display: block; }
