
#login
{
	color:#323452;
	text-align: center;
	width: 250px;
	border-radius: 10px;
	background: #b4e391; /* Old browsers */
background: -moz-linear-gradient(top, #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	margin: 5% auto;
	font-family: Verdana;
	font-size: 11px;
	box-shadow: #323452;
}
#paneladmin
{
	
	text-align: center;
	width:600px;
	border-radius: 10px;
	background-color: #E0E0DE ;
	padding: 5px;
	margin: 5% auto;
	font-family: Verdana;
	font-size: 11px;
	box-shadow: 0px 0px 3px 3px rgb(253, 219, 147);
}
#paneladmin #reponses #choix
{
	
	display: block;
}
#paneladmin fieldset legend
{
	font-weight: bold;
	text-align: left;
}	
#paneladmin fieldset
{
	border: darkgrey solid 1px;
}
#paneladmin a,
#login a
{
	text-decoration: none;
	color: green;
}
#abSondage
{
	border-radius: 15px;
	background-color: rgb(228, 227, 224);
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	border-collapse: collapse;
}
#abSondage thead 
{
	
	text-align: center;
	font-weight: bold;
}
#abSondage thead #question
{
	background-color: #52AD52;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
		
}
#abSondage tbody .radio
{
	margin-left:10px;
	width: 10px;
}
#abSondage tbody tr td
{
	border-radius: 5px;
	padding:5 px;

}
#abSondage tbody tr:hover
{
	background-color: #52AD52;
	
}
#abSondage tbody .value
{
	width:auto;
	padding-top: 8px;
}
#abSondage tbody .vote
{
	width: 100px;
}
#abSondage tbody #pb
{
	padding-top: 3px;
	width: 100px;
}
#abSondage tbody #progressbar
{
	height: 18px;
	width: 100px;
}
#abSondage tfoot 
{
	
	text-align: center;
}
#abSondage tfoot #pVote
{
	display: none;
}