/* ------------ */
/* les sondages */
/* ------------ */

table.sondages {
	border: #000000 1px solid;
	background-color: #CCCCCC;
	font-size: 9pt;
	padding: 3px;
}

table.sondages td {
	padding: 2px;
}

table.tablereponses {
	border: 0;
	padding: 3px;
}

.question {
	text-decoration: none;
	font-size: 9pt;
 	font-weight: bold;
	color: #000000;
	text-align: center;
}

.reponse {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

td.reponse input {
	background-color: transparent;
	border: 0;
}

.nbvotesreponse {
	text-decoration: none;
 	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.pourcentage {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

.nbvotes {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.bouton {
	text-align: center;
	text-decoration: none;
}

td.bouton input {
	text-align: center;
	background-color: #FFFFFF;
	border: #000000 1px solid;
	text-decoration: none;
	color: #000000;
}

.resultats {
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.datefin {
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	text-align: center;
}
