/* 
    Document   : style
    Created on : 10 août 2010, 19:12:16
    Author     : pj
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
a {
    color: #3669d5;
}
a:hover {
    text-decoration: none;
    color: #f1b273;
}
div.pagerank {
    text-align: center;
}
div.clear_both {
    clear: both;
}
div.haut div.logo {
    background-image: url('../GFXs/logo.png');
    width: 709px;
    height: 85px;
}
div.haut div.edl {
    background-image: url('../GFXs/edlbut.png');
    width: 259px;
    height: 44px;
}
div.haut div.ajouter {
    background-image: url('../GFXs/ajouterbut.png');
    width: 256px;
    height: 44px;
}
div.contenu {
    min-height: 500px;
}
div.contenu div.erreur {
    font-size: 13px;
    color: #000000;
    background-color: #cccccc;
    font-family: "Courier",monospace;
    font-weight: 600;
    border: dashed 1px #ff0000;
}
div.contenu div.info {
    background-color: #C7C78F;
    color: #333333;
    font-size: 11px;
    font-weight: 600;
}
div.contenu div,
div.contenu p {
    font-size: 12px;
}
div.contenu h1 {
    font-size: 17px;
    color: #d2ad26;
}
div.contenu h2 {
    font-size: 15px;
    color: #9bad26;
}
div.contenu div.liste {
    font-size: 11px;
    border: solid 1px #9a9a9a;
    background-color: #d4dfea;
    width: 70%;
    margin: auto;
}
div.contenu div.site_gauche {
    padding: 5px 5px 5px 5px;
    float: left;
}
div.contenu div.site_droite {
    padding: 5px 5px 5px 5px;
    margin-left: 130px;
}
div.contenu div.line {
    width: 80%;
    height: 1px;
    border-top: dotted 1px #000000;
    margin: auto;
}
div.contenu p.pages {
    width: 100%;
    margin: auto;
    font-size: 10px;
    text-align: center;
}
div.contenu p.pages a {
    color: #4977b9;
}
div.contenu p.pages a.page_actuelle {
    font-weight: 700;
    color: #d45d17;
}
div.bas {
    font-size: 10px;
    color: #000000;
    text-align: center;
}


