/* SONDAGE */
.sondage h2 {
	color:#666;
	font-size:1.333em;
	width:300px;
}
#validerSondage {
	float:left;
	width:182px;
	display:block;
	height:26px;
	background-image:url('/images/btn_off.png');
	background-repeat:no-repeat;
	line-height:26px;
	text-align:center;
	color:#000;
	text-decoration:none;
	margin-top:10px;
	border:0;
	cursor:pointer;
	background-color:#FFF;
}
#validerSondage:hover {	
	background-image:url('/images/btn_hover.png');
	background-repeat:no-repeat;
	color:#FFF;
}
/* SONDAGE */


/* DEFAUT */
.sondage{
	width:300px;
	float:left;
	border:solid 1px #CCC;
	padding:10px;
	background-color:#FFF;
	-moz-border-radius:6px 0px 6px 0px;
	-webkit-border-radius:6px 0px 6px 0px;
	margin-top:10px;
margin-left:14px;
}
.sondage .question{
padding:7px 0px;
font-weight:bold;
width:300px;

}

.sondage form p{
padding: 2px 0px;
width:300px;
}

.sondage form p label{
margin-left:18px;
display:block;
position:relative;
top:-1px;
}

.sondage .radio{
position:absolute;
margin-top:2px;
}	

.sondage #valider_sondage{
float:right;
}

.sondage .fushia{
color:#005AD3;
}

.sondage .gris{
color:#005AD3;
}

/* Resultat */
.sondage .resultat{
margin:5px 0px;
}

.sondage .resultat .barre {
display: block;
position: relative;
background: #005AD3;
text-align: center;
color: #FFFFFF;
height: 1.2em;
line-height: 1.2em;
}

.sondage .resultat p{
font-weight:normal;
}
.sondage .resultatVotant {
text-align:left;
margin-top:10px;
float:left;
width:100%;
font-style:italic;
}
