

fieldset.sondage_fieldset {
	border:none;
	border-top:1px solid #3990e7;
	margin:10px auto;
	padding:10px;
	background:#f5f5f5;
}

fieldset.sondage_fieldset legend {
	color:#1a71e1;
	font-weight:bold;
	/*height:15px;
	line-height:15px;*/
}

.sondage_button {
	border:1px solid #1a71e1;
	color:#1a71e1;
	background:#f5f5f5;
	
	cursor:pointer;
}

.sondage_button:hover {
	background:#fff;
}

.libelle_question {
	margin:5px auto;
	font-style:italic;
	color:#1a71e1;
	
}

.libelle_reponse {
	margin:10px auto 10px 20px;
	color:#1a71e1;
	
	
}

.tablereponse {
	margin-top:5px;
}

.tablereponse td {
	vertical-align:top;
}

.tableresultat {
	border-collapse:collapse;
	margin:10px;
}

.tableresultat td, .tableresultat th{
	padding:5px;
	border:1px solid #3990e7;
}


