@charset "iso-8859-1";

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    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; }

h1, h2,h3, h4, h5, h6 { color: #923B28; }

img { border: none; }

a, a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
    font-weight: bold;
    color: #F08822;
}

b, strong { font-weight: strong; color: #C16225; }

#cartouche {
    border-bottom: 2px solid #C16225;
    padding: 0px 0px 10px 0px;
}

#cartouche img {
    padding-right: 10px;
    vertical-align: middle;
    float: left;
}