/* Correction des standards html */
body {
    background: #CCCCCC;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 100%;
    font-family: Verdana, sans-serif;
    color: #000000;
}

a {
    text-decoration: none;
    color: #000000;
}

img, table {
    margin: 0px;
    padding: 0px;
    border: none;
}

h1, h2, h3, h4, h5, h6, div, p {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

/* Général (commun à tous les squelettes) */
#page {
    width: 980px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: url("../images/fond.gif") repeat-y;
}

#entete {
    width: 100%;
    height: 130px;
    color: #FF1749;
    font-family: Alibi, sans-serif;
    font-size: 130%;
    background: url("../images/entete.gif") no-repeat;
}

#entete h1 {
    padding: 25px;
    padding-bottom: 0px;
    font-size: 300%;
    color: #000000;
}

#conteneur {
    width: 100%;
    text-align: left;
}

#gauche {
    float: left;
    width: 170px;
    font-size: 80%;
    text-align: center;
}

#contenu {
    float:right;
    width: 810px;
}

#centre {
    float: left;
    width: 640px;
/*    background: url("../images/siteoff0.jpg") no-repeat;*/

}

#droite {
    float: right;
    width: 170px;
    font-size: 80%;
    text-align: center;
}

#hierarchie {
    float: left;
    width: 100%;
    font-size: 70%;
    line-height: 25px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

#pied {
    width: 100%;
    height: 50px;
    background: url("../images/pied.gif") no-repeat;
    text-align: center;
    font-size: 60%;
}

.nettoyeur {
    clear: both;
    margin: 0px;
    padding: 0px;
    border: none;
    height: 0px;
    line-height: 1px;
    font-size: 1px;
}

.negatif {
    width: 100px;
    display: inline;
    margin-bottom: 10px;
    background: url("../images/negatif.gif") repeat-y;
}

#gauche .negatif {
    float: left;
    margin-left: 32px;
}

#gauche h2, #droite h2 {
    font-weight: bold;
}

#droite .negatif {
    float: right;
    margin-right: 32px;
}

.vignette {
    float: left;
    width: 100px;
    margin-top: 5px;
}

.droite {
    padding: 1%;
    padding-right: 3%;
    font-size: 80%;
    text-align: right;
}

.description {
    width: 100%;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
    font-size: 80%;
}

.article {
    width: 100%;
    padding-top: 10px;
    text-align: justify;
}

.texte {
    width: 97%;
    padding-left: 1%;
    padding-right: 1%;
    font-size: 80%;
}

.fin {
    width: 100%;
    padding-top: 30px;
}

/* particulier à article.html */
#commentaires {
    width: 94%;
    padding: 0px;
    padding-bottom: 10px;
    margin: 3%;
    margin-bottom: 0px;
    font-size: 80%;
}

#commentaires h3 {
    text-align: center;
    font-weight: bold;
    border-left: #000000 solid 3px;
    border-bottom: #000000 solid 1px;
    background: url("../images/negatif.gif") repeat;
}

#commentaires h4 {
    font-weight: bold;
    padding-left: 4%;
    padding-bottom: 5px;
}

#commentaires ul {
    padding: 0px;
    margin: 0px;
}

#commentaires li {
    list-style:none;
    padding-top: 5px;
    border-left: #000000 solid 3px;
    border-bottom: #000000 solid 1px;
}

.comment {
    width: 86%;
    padding-left: 1%;
    padding-right: 1%;
}

.photo {
    width: 100%;
    font-size: 70%;
    text-align: center;
}

.photo h2 {
    font-size: 130%;
    font-weight: bold;
}

/* particulier à rubrique.html */
#grille {
    width: 94%;
    font-size: 80%;
    text-align: center;
    padding: 3%;
}

#grille h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
}

.vignette-grille {
    float: left;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.pagination {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-size: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination a:hover, .pagination a:focus, .pagination .on {
    font-weight: bold;
}

/* particulier à plan.html */
#plan {
    width: 94%;
    font-size: 80%;
    text-align: justify;
    padding: 3%;
}

#plan h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.rub {
    width: 92%;
    padding: 3%;
    font-weight: bold;
    border-left: #000000 solid 3px;
    border-bottom: #000000 solid 1px;
}

.ss-rub {
    margin-left: 3%;
}

/* particulier à sommaire.html */
#sommaire {
    width: 94%;
    font-size: 80%;
    text-align: justify;
    padding: 3%;
}

/* particulier à forum.html */
#forum {
    width: 94%;
    font-size: 80%;
    padding: 3%;
}

#forum h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* particulier à auteur.html */
#ecrire-auteur {
    width: 94%;
    font-size: 80%;
    padding: 3%;
}

#ecrire-auteur h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* particulier à recherche.html */
#rechercher {
    width: 94%;
    font-size: 80%;
    padding: 3%;
    text-align: justify;
}

#rechercher h2 {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* CSS du menu vertical, bieler batiste */
.menu{
    position: relative;
    width:100px;
    margin:0;
    padding:0;
    z-index: 1;
    }

.menu span{
    display:none;
    }

.menu ul{
    position:absolute;
    width:100px;
    z-index: 1;
    }

.menu li ul{
    visibility:hidden;
    z-index: 1;
    }

.menu li ul{
    margin-left:60px;
    margin-top:-25px;
    z-index: 1;
    }

.menu a{
    background: url("../images/negatif.gif") repeat-y;
    display:block;
    width:100px;
    z-index: 1;
    }

.menu a:hover, .menu a:focus{
    background: url("../images/negatif.gif") repeat-y;
    color: #FFFFFF;
    z-index: 1;
    }

.menu li{
    width:100px;
    display:block;
    border-top: dotted 1px black;
    float:left;
    list-style:none;
    z-index: 1;
    }

* html .menu li {
    display:inline;
    float:none;
    z-index: 1;
    }

a.linkOver{
    background: url("../images/negatif.gif") repeat-y;
    color: #FFFFFF;
    }
