@charset "iso-8859-1";

html { background: #A1D0EA; }

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: white;
    margin: 0px auto;
    font-size: 12px;
    padding: 10px;
    width: 620px;
}

img { border: 0px; }

a, a:link, a:visited, a:hover, a:active {
    font-weight: bold;
    color: #031B41;
}

#cartouche {
    border-bottom: 2px dotted #031B41;
    padding-bottom: 10px;
    text-align: center;
}

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

#contents{ padding:0; }

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

pre { overflow: visible; }
