/******************************************************************************
 Reset CSS.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: #000000;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/******************************************************************************
 Main container : spécifie une largeur min pour la page (780px) et une largeur
 normale (80%).
*/

div#mainContainer {
    min-width: 780px;
    width: 80%;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;    
}

/******************************************************************************
 Styles généraux.
*/

body {
     margin: 0;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     font-family: Arial, Helvetica, Geneva, sans-serif;
     font-size: 1em;
}

a {
    color: #3c7e71;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    border: 0;
    color: #888888;
    background-color: #888888;
    height: 1px;
}

.navtext {
    width: 235px;
    border-width: 2px;
    border-style: outset;
    border-color: #0c7e71;
    background-color: #e6e6e6;
    color: #000000;
}

div.intersticeHeaderMenuFlash {
    margin-top: -20px;   
}

div.intersticeHeaderMenuNoFlash {
    height: 20px;
}

div.barre {
    font-size: 1em;
    margin-bottom: 30px;
    padding: 5px;
    background-color: #c8e6e8;
    border: 1px dashed #9bb1b2;
    font-weight: bold;
    color: #3c7e71;
    text-align: center;
}

/******************************************************************************
 Menu.
*/

div#menu {
    border-bottom: 1px solid #888888;
    margin-bottom: 30px;
}

div#menu ul {
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 0.9em Arial, Helvetica, Geneva, sans-serif;
    list-style-type: none;
    text-align: center;
}

div#menu li {
    display: inline;
    margin: 0;
}

div#menu li a {
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #888888;
    color: #2d2b2b;
    background: white url(/images/menu/bluetab.gif) top left repeat-x;
}

div#menu li a:hover {
    color: #2d2b2b;
    background-image: url(/images/menu/bluetabactive.gif);
}
   
div#menu li.selected {
}

div#menu li.selected a {
    background-image: url(/images/menu/bluetabactive.gif);
    border-bottom-color: white;
}

div#menu li.selected a:hover {
    text-decoration: none;
}

div.dropMenu {
    position: absolute;
    top: 0;
    border: 1px solid #888888;
    border-width: 0 1px;
    font: normal 0.8em Arial, Helvetica, Geneva, sans-serif;
    line-height: 18px;
    z-index: 100;
    background-color: white;
    width: 200px;
    visibility: hidden;
}

div.dropMenu a {
    width: auto;
    display: block;
    text-indent: 5px;
    border: 0 solid #888888;
    border-bottom-width: 1px;
    padding: 2px 0;
    text-decoration: none;
    color: black;
}

* html div.dropMenu a {
    width: 100%;
}

div.dropMenu a:hover {
    background-color: #edf3f3;
    text-decoration: none;
}

/******************************************************************************
 Footer.
*/

div#footer {
    text-align: center;
    font-size: 0.9em;
}

table#partenaires, table#partenairesChantier {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

table#partenaires td {
    padding: 0px;
    text-align: center;
    vertical-align: middle; 
    width: 25%;
}

table#partenairesChantier td {
    padding: 0px;
    text-align: center;
    vertical-align: middle; 
    width: 14.29%;
}

table#partenaires td {
    padding: 0px;
    text-align: center;
    vertical-align: middle; 
    width: 25%;
}

table#credits {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
}

table#credits td {
    padding: 0px;
    width: 50%;
}
