/* 
    Document   : pied
    Created on : 26 nov. 2009, 17:45:59
    Author     : Eric BOISSEAU
    Description:
        Purpose of the stylesheet follows.
*/

div.footer {
    margin: auto;
    width: 53em;
}

.footer a {
    display: block;
    background: #284E00;
    color: #DDD;
    text-decoration: none;
    line-height: 1.7em;
    width: 8em;
}

.footer, .footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.footer li {
    float: left;
}

.footer li span {
    margin: 0 1em;
    font-size:0.8em;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.footer a:hover {
    color: #000;
    background: #769C17;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0 auto;
    font-family: "Tahoma" ,Verdana, Arial, Helvetica, sans-serif;
    background: #C6ED2E url(../deg.png) repeat-x;
}

.content {
    margin: 0.5em;
    padding: 0.5em 0.2em;
    background-color:#DDD;
    font-size: 0.8em;
}

.CGU {
    font-size: 0.9em;
    margin: 0.2em 0.5em 0.8em 0.5em;
    padding: 0.5em 1em 0.5em 1em;
    text-align: justify;
    border: 0.05em solid #284E00;
    background: #FFF;
    overflow: auto;
}

.CGU p {
    line-height: 1.2;
    margin-bottom: 0.7em;
}

.CGU p.titre {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}

.CGU p.sous-titre {
    font-size: 1.1em;
    text-decoration: underline;
    padding-top: 0.7em;
}

.CGU ul {
    list-style-type: circle;
    margin: -0.5em 0 0.7em 0;
    padding-left: 1em;
}

.CGU ul li.paragraphe {
    margin-top: 1.5em;
    padding-bottom: 0.3em;
    text-decoration: underline;
}

.CGU ul li p {
    margin-top: -0.4em;
}

.CGU ul li.imbrication {
    list-style-type: none;
    margin-top: 0.5em;
}

.CGU ul li.imbrication strong {
    color: #284E00;
}

.CGU ul li ul {
    list-style-type: disc;
}
