* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    background-color: white;
    height: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#navigation_constante {
    position: absolute;
    top: 5px;
    left: 300px;
    width: 615px;
    text-align: right;
}
#navigation_constante a {
    color: black;
    font-size: 12px;
}

#logo {
    position: absolute;
    top: 30px;
    left: 20px;
}

#wrapper {
    position: absolute;
    top: 110px;
    left: 200px;
    right: 30px;
    padding-bottom: 20px;
}
#titreDiv {
    text-align: right;
    padding-bottom: 2px;
}
#titreContenu {
    font-size: 34px;
}

#sousTitreDiv {
    text-align: right;
    padding-bottom: 10px;
}
#sousTitreTexte {
    font-size: 12px;
}

.contenuTitre {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 10px;
}

.contenuInformations {
    text-align: right;
    color: #999999;
}

#contenu {
    padding-left: 15px;
    border-left-style: solid;
    border-left-width: 12px;
    font-size: 12px;
    line-height: 22px;
}

#contenu a {
    color: #999999;
}

#logoRubrique {
    float: left;
    padding-right: 15px;
    padding-bottom: 5px;
}

p {
    padding-bottom: 10px;
}

hr {
    margin: 10px auto 10px auto;
    text-align: center;
    width: 50%;
    color: #999999;
    background-color: #999999;
    border: 0px;
    height: 1px;
}

#navigation {
    position: absolute;
    top: 240px;
    left: 30px;
    width: 150px;
    font-size: 11px;
    text-align: right;
}

.navigationElement {
    padding-top: 15px;
    padding-bottom: 2px;
    line-height: 15px;
}
.navigationElement a {
    color: black;
}

.clair {
    color: #999999;
}
.clair a {
    color: #999999;
}
.fonce {
    color: black;
}
.fonce a {
    color: black;
}

.navigationSeul {
    padding-top: 15px;
    font-size: 12px;
}

.centre {
    text-align: center;
}
.droite {
    text-align: right;
}

.printOnly {
    display: none;
}

#formRecherche {
    display: inline;
}
#inputRecherche, .forml, .spip_bouton {
    border: #888888 solid 1px;
    font-size: 12px;
}

