@charset "iso-8859-1";

html {
    background: white;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px auto;
    background: white;
    font-size: 11px;
    padding: 10px;
    width: 630px;
    border:1px solid #816248;
}

img { border: 0px; }


h1, h2, h3, h4, h5, h6 {
    font-family: Times, Arial Narrow, Arial, serif;
    margin: 5px 0px 10px 0px;
    line-height: normal;
    font-weight: normal;
    color: black;
}

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

#cartouche {
    background: white;
    margin: 0px 0px 0px 0px;
    color: black;
    padding: 5px;
    height: 174px;
}

#cartouche a {
    padding: 0px 80px 0px 0px;
    display: block;
    width: 186px;
    height: 174px;
    float: left;
}

#page, #conteneur, #wrapper {}

#contents {}

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

pre { overflow: visible; }

hr{border:0px; border-bottom: 2px dotted #816248;}

.no_print{display:none;}