/* Les titres */
h1.centerTitle {
    width:100%;
    text-align:center;
    color: #00006B;
}

h1.leftTitle {
    font-weight:bold;
    width:100%;
    color:#00006B;
}

h2.centerTitle {
    width:100%;
    text-align:center;
    color: #00006B;
}

h2.leftTitle {
    width:100%;
    color:#00006B;
}

/* Les textes */
p.mainText {
    text-align:justify;
}

/* Les images */
img.leftPic {
    float:left;
    margin-right:4px;
}

img.rightPic {
    float:right;
    padding-left:4px;
}

/* Les zones */

/* Les separateurs */
br.clear {
    clear:both;
}

table.mainTable {
    width:100%;
}

table.mainTable tr td {
    vertical-align:top;
    width:50%;
}

/* Les listes */
ul.mainTable {
    padding-left:2em;
    color:#00006B;
}

/* Info bulle */
a.info {
    position:relative;
}

a.info span {
    display:none;
}

a.info:hover {
    background:none;
    z-index: 500;
}

a.info:hover span {
    display:inline;
    position:absolute;
    z-index:500;
    top:2em;
    left:5em;
    background: #00006B;
    text-align: left;
    color: white;
    padding: 0.2em;
    width:180px;
}



