
html, body, form, div   { color: #66452f; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: auto; padding: 0; vertical-align: top; border: solid 0 }
a { text-decoration: none; color: #66452f; font-size: 10px}
/* 
 * Containergeneral
 */
#containergeneral   { margin: auto; width: 800px }
/* 
 * Top
 */
#top             { text-decoration: none; background-image: url(logo.gif); background-repeat: no-repeat; background-position: 0 0; margin-top: 20px; margin-bottom: 25px; width: 800px; height: 198px }

h2   { font-size: 22px !important; text-align: center; margin: 35px 0 10px }

h3  { font-size: 15px; margin: 30px 0 3px; border-bottom: 1px solid #999 }

.first {
    margin-top: 20px;
}

h4  { font-size: 13px; margin: 10px 0 5px }

pre {
    font-size: 11px;
    margin-top: 5px;
    padding: 4px;
    background-color: #e3e2c6;
    border: 1px solid #999;
}

.hl {
    background-color: #ffffcc;
}

ol {
    margin: 0;
    padding: 0 0px 0 20px;
}

li {
    padding: 5px 0 5px 0;
}

img {
    border: 0;
}

/* 
 * Menu
 */
#menu  { text-align: center; height: 38px }
.listCountries  { font-size: 12px; line-height: 16px; height: 16px }
.listCountries a   { color: #66452f; font-size: 12px }
.listCountries a:hover, .listCountries a:active   { color: #ff6600; font-size: 12px; text-decoration: none }
a.activeLink  { color: #ff6600 }
/* 
 * Container
 */
#container               { background-image: none; margin-top: -20px; width: 800px }
#container a:hover    { }
/* 
 * Footer
 */
#footer                { color: #66452f; text-decoration: none; text-align: right; margin-top: 6px; width: 800px }
#footer a  { color: #66452f; text-decoration: none; text-align: right; margin-top: 6px; width: 800px }
#footer a:link    { color: #66452f; text-decoration: none }
#footer a:hover  { color: #f60; text-decoration: none }
/* 
 * Rollover vignettes
 */
a.opacity img {-moz-opacity: 0.85; opacity: 0.85;}
a.opacity:hover img { -moz-opacity: 1.1; opacity: 1.1;}
                     
/* 
 * Texte
 */
#conteneur   { margin: 0 auto; position: relative; width: 800px; height: 350px; overflow: hidden }
#centre   { color: #999; font-family: "Courier New", Courier, Monaco, monospace; text-align: justify; margin: 0 }
#gauche  { position: absolute; left: 0; width: 155px }
#droite  { position: absolute; right: 0; width: 145px }
