﻿
/* pour annuler les css parents */

.blocAsecond .content .marges
{
    margin: 0;
    padding: 0;
}

/* pour caler le contenu dans un bloc de type A */

.sondage .content .marges
{
    width: 676px;
    margin-left: 10px;
}

/* Page Sondage Detail */

.sondage .content .marges .break
{
    clear: both;
}

.sondage .content .marges p.merci
{
    width: 676px;
    padding-top: 30px;
    padding-bottom: 44px;
    text-align: center;
    font-size: 14px;
    color: #464646;
    font-weight: bold;
}

.sondage .content .marges .question p
{
    padding-bottom: 34px;
    padding-left: 116px;
    font-size: 14px;
    color: #464646;
    font-weight: bold;
}

.sondage .content .marges ul.reponse
{
    margin-left: 174px;
}

.sondage .content .marges ul.reponse li
{
    background: url(../images/navigation/puce.gif) 0px 3px no-repeat;
    padding-left: 11px;
    color: #464646;
    margin-bottom: 28px;
}

.sondage .content .marges ul.reponse li.no-margin
{
    margin-bottom: 0px;
}

.sondage .content .marges .barre-sondage
{
    /*width:214px;*/
    height: 20px;
    margin-top: 10px;
    margin-right: 7px;
    float: left;
}

.sondage .content .marges .barre-sondage .pourcent
{
    background: url(../images/fonds/sondage/barre.gif) repeat-x;
   
}
/**/

.sondage .content .marges .barre-sondage.barre2
{
    width: 117px;
}

.sondage .content .marges .barre-sondage.barre3
{
    width: 180px;
}

.sondage .content .marges p.pourcentage
{
    float: left;
    margin-top: 13px;
    color: #464646;
}

.sondage .content .marges p.retour
{
    float: right;
    margin-right: 20px;
    color: #464646;
    margin-top: 32px;
}

.sondage .content .marges p.retour a
{
    color: #464646;
    text-decoration: underline;
}

