/* Styles CSS du module de sondage */
div.conteneurSondage,div.sondageMerci
{
	/*width:400px;*/
	margin-left:auto;
	margin-right:auto;
	margin-top:250px;
	padding:12px;
	border:1px dashed #bbb;
}

div.msgAucunSondage,div.msgMerciSondage
{
	text-align:center;
	font-size:11px;
	font-weight:normal;
}

div.sondageQuestion
{
	font-weight:bold;
	font-size:13px;
	color:#D39C5C;
	margin-bottom:12px;
}

div.sondageChoix
{
	padding-left:6px;
	padding-top:3px;
	margin-bottom:7px;
}
.labelSondage
{
	font-size:11px;
}
div.boutonVoter
{
	text-align:center;
	margin-top:12px;
}
.boutonSondage { font-size:11px; font-weight:bold; }
.reponseSondage
{
	font-weight:normal;
	font-size:11px;
}
