/**
 * Feuille de style du skin normal pour les sondages
 */

.messagevote {
	margin: 0;
	color: #FF805A;
	text-align:center;
}
 /* Le formulaire dans le menu */
#sondage {
	color: #746E85;
}
#sondage form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#sondage form h3 {
	font-size: 0.9em;
	margin:0;
	padding: 2px 1px;
	text-align: center;
}
#sondage form fieldset div {
	line-height: 1em;	
}
#sondage form fieldset div label {
	font-size: 0.9em;
	padding-bottom: 2px;
}
#sondage form fieldset div.bouton {
	text-align: center;
	margin: 3px;
}
#sondage form fieldset div.bouton input {
	border: 1px solid #6E7385;
	margin: 1px 0 0 1px;
	font-size: 0.7em;
	color: #6E7385;
}

/* La présentation des résultats */
#sondage p.date_creation,
#archivessondages p.date_creation {
	font-size: 0.6em;
	text-align: center;
	margin: 0;
	padding: 2px 0;
}

#archivessondages .sondage {
	width: 120px;
	margin: 10px;
	float: left;
	min-height: 18em;
	border: 1px solid #FF805A;
	color: #746E85;
	background-image: url(/skin/default/images/fond_bloc.gif);
}
#sondage h3,
#archivessondages h3 {
	font-size: 0.9em;
	margin: 2px 0;
	text-align:center;
}
#archivessondages h3 {
	color: #FF805A;
}
#sondage h4,
#archivessondages h4 {
	font-size: 0.8em;
	margin: 1px 2px;
}
#sondage .barreSondage,
#archivessondages .barreSondage {
	border: 1px solid #746E85;
	width: 100px;
	height: 11px;
	margin: 0 auto;
	padding:0;
	font-size: 1px;
}
#sondage .nbvotes,
#archivessondages .nbvotes {
	margin: 5px 0 1px 0;
	font-size: 0.8em;
	text-align: center;
}