/* AJOUTR RESPEONSIVE */
#pollWrap
{
        width: 230px;
        float:left;
        background: #f7f7f7 none repeat scroll 0 0;
        border: 1px solid #cccccc;
        -moz-box-shadow: 0px 2px 2px 1px #ededed;
        -webkit-box-shadow: 0px 2px 2px 1px #ededed;
        -o-box-shadow: 0px 2px 2px 1px #ededed;
        box-shadow: 0px 2px 2px 1px #ededed;
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#ededed, Direction=180, Strength=2);
        margin-top: 5px;
        padding: 10px;
        margin-right: 10px;
        margin-left: -5px;
        margin-bottom: 5px;
}
#pollWrap h3 
{
        font-size: 1em;
        border-bottom: 0;
        border-top: 0;
        color: #893d73;
        font-style: normal;
        margin-top: 0;
        padding: 0;
        margin-bottom: 5px;
}
#pollWrap li 
{
        padding: 0;
        overflow:hidden; /*for IE6 */
        font-size: 0.8em;
}
#pollWrap li span 
{
        font-size: 0.7em;
}
.pollChart 
{
        margin-left: 25px;
        height: 5px;
        width:1px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
}
#pollSubmit , #showResults
{
        margin-top: 5px;
        background: #9e9e9e;
        background-image: -webkit-linear-gradient(top, #9e9e9e, #606161);
        background-image: -moz-linear-gradient(top, #9e9e9e, #606161);
        background-image: -ms-linear-gradient(top, #9e9e9e, #606161);
        background-image: -o-linear-gradient(top, #9e9e9e, #606161);
        background-image: linear-gradient(to bottom, #9e9e9e, #606161);
        -webkit-border-radius: 6;
        -moz-border-radius: 6;
        border-radius: 6px;
        font-family: Georgia;
        color: #ffffff;
        font-size: 12px;
        padding: 5px 5px 5px 5px;
        border: solid #adaba8 1px;
        text-decoration: none;
        cursor: pointer;
}
#showResults
{
        margin-top: 2px;
}
#pollSubmit:hover , #showResults:hover
{
        background: #a8a8a8;
        background-image: -webkit-linear-gradient(top, #a8a8a8, #878787);
        background-image: -moz-linear-gradient(top, #a8a8a8, #878787);
        background-image: -ms-linear-gradient(top, #a8a8a8, #878787);
        background-image: -o-linear-gradient(top, #a8a8a8, #878787);
        background-image: linear-gradient(to bottom, #a8a8a8, #878787);
        text-decoration: none;
}
#pollMessage 
{
        color:#C00;
        font-size: 0.8em;
        font-weight: bold;
}