/* 
    Document   : newletter
    Created on : 12 févr. 2010, 12:18:07
    Author     : ACROFISH
    Description:
        Purpose of the stylesheet follows.
*/

#general, body{
    background:#ffffff;
}

.spacer{
    display:block;
    clear:both;
    border: none;
    font-size:1px;
    height:0;
    line-height:0;
}

img.left, object.left{
    float: left;
    margin: 0pt 10px 10px 0pt;
}

h2#newsletter{
    display:block;
    height:30px;
    background:#a7c728 url(../ancien_site/images/titre_newsletter.gif) no-repeat top left;
    text-indent:-5000px;
}

h3{
    color:#8f0068;
    padding:8px;
    font-size:14px;
    background:url(../ancien_site/images/lueur.jpg) no-repeat top right;
}

form{
    padding:8px;
    color:#6f5226;
}

form label{
    display:block;
    width:180px;
    float:left;
}

form label.checkbox{
    width:340px;
}

* html form label.checkbox{
    width:320px;
}

form ul{
    list-style-image:none;
    list-style:none;
    margin:0px;
}

form li.filet{
    height:30px;
    margin:5px 0;
}

a.bouton {
    background:#8f0068;
    width:110px;
    height:25px;
    color:#FFF;
    padding:5px;
    text-decoration:none;
}

a:hover.bouton {
    text-decoration:underline;
}

p{
    font-size:11px;
    color:#6f5226;
    padding:8px;
    text-align:justify;
}

#error {
    color:#CC0002;
    font-size:9px;
    display:block;
    height:20px;
    text-align:left;
}

.erreur{
    background:#f1c8d2;
}

select.erreur{
    background:#f1c8d2;
}

li.erreur{
    color:#CC0002;
    border:none;
}



li.erreur label{

    color:#CC0002;

}



li.erreur strong{

    color:#CC0002;

}

