.pollFormContainerList
{
 	float:left;
}
.pollFormContainer
{
 	border:1px solid #3374B9;
 	float:left;
}
.pollFormContainer .btnSubmit,.pollFormContainerList .btnSubmit
{
	border:1px solid #266EBB;
	
	color: #266EBB;
	cursor:pointer;
	float:right;
	height:18px;
	margin:6px;
	
	text-align:center;
	width:50px;
	background-color:white;	
}
.pollFormContainerList .btnSubmit
{
	clear:both;
}
.pollFormContainer .pollQuestion,.pollFormContainerList .pollQuestion
{
	font-weight:bold;
	color: #2069B3;
	margin: 5px 0px 5px 5px;
	font-size:12px;
	
}
#pollForm, .pollResult
{
	 width:100%;
     
}
.pollOption
{
 float:left;
 clear:both;
 margin: 5px;
 width:90%;
}
#pollForm .pollOption label
{

}
#pollForm .pollOption input
{
	vertical-align:middle;
	margin-left: 10px;
}
#spacer
{
	clear:both;
	width:100%;
}
.pollOption label,.pollResult label
{
	color: #696969;
	width:80%;
	
	font-size:12px;
	line-height:20px;
	height:14px;
	margin-bottom:5px;
}
.pollBar
{
	clear:both;
	background-color:#3989DC;
	border-bottom:2px solid #236BB7;
	border-left:2px solid #236BB7 ;
	float:left;
}
.pollOptionText
{
	width:300px;
	display:block;
	text-align:right;
	float:left;
	color:#696969;
	font-size:13px;
	line-height:20px;
	clear:left;
	font-weight:normal;
}
.pollOptionBar
{
	width:250px;
	display:block;
	float:right;
}
.pollContener
{
	clear:both;
	float:left;
	font-size:12px;
	font-weight:bold;
}
.acces-sondages
{
 	display:block;
	float:right;
 	background-color:#3989DC;	
 	height:15px;
	padding:5px;
	color: white;
 }
 .acces-sondages:hover
{
 	display:block;
	float:right;
 	background-color:#3989DC;	
 	height:15px;
	padding:5px;
	color: white;
 	
}