
/******* FORM *******/
#form{
	margin: 5em auto 3em;
	width: 235px;
}
#form table td{
	text-align: left;
	font-size: 11px;
}
#form label{
	font-weight: 700;
}
#form input{
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #5f95ef;
	font-size: 11px;
	font-weight: 700;
}
#form input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	width: 250px;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}
#form input.text.user{
	width: 100px;
}

#cad_polls
{
	
}

	#cad_polls p
	{
		
	}

	.barre_resultats
	{
		margin-top:4px;
		height:9px;
		margin-left:60px;
	}
	
	.barre_resultats table
	{
		border-collapse:collapse;
	}
	
		.bord_gauche
		{
			background-image:url(../img/poll_droite.gif);
			width:4px;		
			height:9px;
		}
		
		.pourcentage
		{
			height:9px;
			background-image:url(../img/poll_center.gif);
		}
		
		.bord_droit
		{
			background-image:url(../img/poll_gauche.gif);
			width:5px;
			height:9px;
		}
	
	.nbr_voix
	{
		float:left;
	}



