/* CSS Document */

div.sondage_titre{
	background-image:url(../imgs/sondage/sondage_titre.gif);
	background-repeat:no-repeat;
	width:781px;
	height:77px;
}

div.sondage_vote{
	background-image:url(../imgs/sondage/sondage_bg_vote.gif);
	/*background-image:url(../imgs/sondage/temp_sondage_bg.gif);*/
	width:792px;
	height:321px;
}
div.sondage_question{
	font-size:18px;
	font-weight:bold;
	padding:10px 0px 0px 20px;
	width:675px;
	height:75px;
	text-align:center;
	line-height:18px;
}
div.sondage_zone_vote{
	/*width:700px;*/
	height:70px;
	padding:47px 0px 0px 20px;
}
div.sondage_ton_vote{
	height:20px;
	padding:20px 0px 0px 205px;
	vertical-align:middle;
	float:left;
}
div.btn_voter{
	float:left;
}
div.sondage_stats{
	width:500px;
	height:100px;
	padding:5px 0px 0px 0px ;
}
div.sondage_stats_ligne{
	padding:13px 0px 0px 0px;
	height:25px;
	vertical-align:top;
	width:500px;
	font-weight:bold;
}
div.sondage_stats_ligne_g{
	width:30px;
	height:20px;
	float:left;
	padding:5px 0px 0px 15px;
	text-align:right;
}
div.sondage_stats_ligne_d{
	width:400px;
	height:25px;
	float:left;
	vertical-align:top;
	padding:0px 0px 0px 5px;
}
div.sondage_stats_barre_rouge{
	padding:3px 0px 0px 4px;
	height:5px;
	font-size:1px;
	width:366px;
}
div.sondage_stats_pourcentage{
	padding:0px 0px 0px 10px;
	font-weight:bold;
	height:17px;
}
/**/
div.sondage_precedent_titre{
	background-image:url(../imgs/sondage/sondage_precedent_titre.gif);
	background-repeat:no-repeat;
	width:781px;
	height:41px;
}
div.sondage_precedent_liste{
	background-image:url(../imgs/sondage/bg_cnt_sondage_pre.gif);
	background-repeat:repeat-y;
	width:781px;
}
div.sondage_precedent_liste_cnt{
	width:600px;
	padding:10px 0px 10px 15px;
}
div.sondage_precedent_bas{
	background-image:url(../imgs/sondage/sondage_precedent_bas.gif);
	width:781px;
	height:18px;
}
/**/
.sondage_precedent_liste_cnt ul {
	font-size:12px;
}
.sondage_precedent_liste_cnt li {
	background:url(../imgs/sondage/petit_q.gif) no-repeat left center;
	list-style: none;
	list-style-type: none;
	padding: 5px 0px 5px 20px;
}
/**/
a.link_sondage{
	color:#000000;
	text-decoration:none;
}
a.link_sondage:hover{
	text-decoration:underline;
}
