/*************************************** SONDAGE ******************************************/

/* Question du sondage */
.sondage_question {
    width : 450px;
    margin : 0px 2px 0px 0px;
	padding : 0px 0px 0px 25px;
	font-size : 20px;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	color : #999999;
	text-align: left;
}

/* Réponse du sondage */
.sondage_reponse {
    width : 100%;
	margin : 0px 0px 0px 0px;;
	padding : 2px 2px 2px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align : left;
}

/* Ligne séparant le sondage sélectionné de la liste des sondages */
.sondage_separateur {
    width : 475px;
	height : 1px;
	margin : 5px 4px 5px 2px;
	clear : left;
	border : 1px #666666 dotted;
}

/* Formulaire de sondage */
form#sondage {
    width : 445px;
}
form#sondage p {
    width : 445px;
}

/************************************ MENU SONDAGE ******************************************/

/* .sondage_menu : minibloc contenant la liste des questions. */
.sondage_menu {
    width : 440px;
	height : auto;
	margin : 0px 0px 0px 25px;
	padding : 2px 2px 2px 12px;
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
    background-image : url(../images/puce.gif);
    background-repeat : no-repeat;
    background-position : 0px 5px;
}

/* Ici, on change le style des liens dans le minibloc 'sondage_menu'. */
.sondage_menu a {
	font-weight : normal;
}

/* Lien vers les statistiques */
.sondage_lien_special {
    width : 475px;
	text-align : center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.sondage_lien_special a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.sondage_lien_special a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}


/************************************ STATS SONDAGE ******************************************/

/* Affichage question */
.sondage_stat_question {
    width : 445px;
	margin : 5px 0px 5px 30px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color : #666666;
}

/* Bloc de réponse : intitulé + chiffre */
.sondage_stat_reponse_bloc {
    width : 445px;
	margin : 2px 0px 5px 30px;
	display : block;
}

/* Affichage réponse */
.sondage_stat_reponse {
	width : 365px;
	padding : 2px;
	text-align : left;
	font-size: 11px;
	font-weight: normal;
}

/* Affichage chiffre stats */
.sondage_stat_chiffre {
	width : 50px;
	text-align : right;
	font-size: 11px;
	font-weight: normal;
}

