@charset "iso-8859-1";

html { background: #BEBFB5; }

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

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

#contents { padding: 0px; }

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

pre { overflow: visible; }

img {
    background: transparent;
    text-decoration: none;
    border: 0px;
}

h1, h2, h3, h4, h5, h6, a { color: #3A3B32; }

#cartouche {
   background: #BEBFB5;
   margin: -10px -10px 0px -10px;
   padding: 0px 10px 20px 0px;
   text-align: center;
   color: white;
}


#cartouche img { padding-bottom: 10px; }

.no_print { display: none; }
