
/*********************************************/
/*Sondage                                    */
/*********************************************/
/*conteneur_resultat_reponse*/
.sondage_result{height:15px; width:100%;display:none;}

/*conteneur_question_principal*/
.cb_content_wrapper .question{text-align:center; color:#FFFFFF; background:#161616; padding:15px 5px 15px 5px;font-size:14px;line-height:20px;}

/*conteneur_reponse_principal*/
.cb_content_wrapper .content{background-color:#fff;padding-bottom:10px;}  

/*texte_reponse*/
.cb_content_wrapper .answer{padding:5px;font-size:12px;line-height:15px;margin:0 10px 0 10px;overflow:hidden;}

/*reponse_conteneur*/
.cb_content_wrapper .content .answer_content{padding:10px 0 30px 0;}

/*texte_reponse_pourcentage*/
.cb_content_wrapper .answer span{}

/*bar_reponse*/
.cb_content_wrapper .answer .vote_bar{float:left;margin-top:7px;height:4px;background-color:#ed1c24;}

/*texte_show_result*/
.cb_content_wrapper .show_result{color:#ed1c24;display:inline-block;float:right;margin-right:15px;}

/*texte_votes*/
.cb_content_wrapper .show_votes{color:#161616; display:inline-block;float:right;margin-right:15px;}

//texte_already_vote*/
.cb_content_wrapper .voted_already{color:#037CBC;display:inline-block;float:left;margin-left:15px;}

/*btn_voir_tous*/
.sondage .std_btn_1{float:right;margin-top:10px;}

/*btn_voter*/
.content .btn_vote{float:right;display:inline-block;float:left;background-color:#ed1c24; margin:0 10px 0 15px;color:#FFFFFF;line-height:30px;font-size:10px;padding:0 10px 0 10px;text-transform:uppercase;}


