	
	
#sondage .poller{	/* The poller box */
		width:174px;
		height:444px; /* height:auto;	*/		
		padding:5px;	
		border:3px double #CCB3D3;
		/*background-image:url(../../../includes/sondage/images/question.gif);
		background-repeat:no-repeat;
		background-position: center center;*/
		margin:5px;
		background-color:#FDFCFE;
	}
	
	/* Poller title above radio buttons */
#sondage .pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		text-align:center;
		padding:5px;
		border-bottom:solid 1px #CCB3D3;
		height:4em;
	}
	
	
	/* Cadre qui contient les choix */
#sondage .listeChoix {
	    height:350px;
		font-size:1em;
        margin-top:10px;
		margin-bottom:10px;
	 }
	 
	/* Label for each radio button */
#sondage .pollerOption{
		margin:2px 0px 3px 0px;
	}
	
	/* Label for each option above graph - i.e. results */
#sondage .result_pollerOption{
		margin:0px;
		font-size:0.8em;
	}
	
	/* Title of poller - when ajax shows the results */
#sondage .result_pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		text-align:center;
		padding:5px;
		border-bottom:solid 1px #CCB3D3;
		height:4em;
	}
	
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
#sondage .result_pollGraph img{
		float:left;
	}
	/* The <div> tag where the percentage result is shown */
#sondage .result_pollGraph div{
		float:left;
		height:23px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
	}
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
#sondage .result_pollGraph{	
		height:23px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
#sondage .poller_waitMessage{
		display:none;	
	}	
	
#sondage .result_totalVotes{
		clear:both;
		font-size:0.8em;
		margin-top:10px;
		font-style:italic;
	}
	
	
	
/*-------------------------------------DANS PAGE SONDAGE ------------------------------------*/	
	
		
#principalSondages .poller{	/* The poller box */
		width:204px;
		height:454px; /* height:auto;	*/		
		border:3px double #CCB3D3;
		background-image:url(../../../includes/sondage/images/question.gif);
		background-repeat:no-repeat;
		background-position: center center;
		background-color:#FDFCFE;
		padding:5px;
	}
	
	/* Poller title above radio buttons */
#principalSondages .pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		text-align:center;
		padding:5px;
		border-bottom:solid 1px #CCB3D3;
		height:4em;
	}
	
	
	/* Cadre qui contient les choix */
#principalSondages .listeChoix {
	    height:360px;
		font-size:1em;
        margin-top:10px;
		margin-bottom:10px;
		overflow:hidden;
	 }
	 
	/* Label for each radio button */
#principalSondages .pollerOption{
		margin:2px 0px 3px 0px;
	}
	
	/* Label for each option above graph - i.e. results */
#principalSondages .result_pollerOption{
		margin:0px;
		font-size:0.8em;
	}
	
	/* Title of poller - when ajax shows the results */
#principalSondages .result_pollerTitle{
		margin-bottom:5px;
		font-weight:bold;
		text-align:center;
		padding:5px;
		border-bottom:solid 1px #CCB3D3;
		height:4em;
	}
	
	/* Don't change this one, it is used to get the left and right image(the corner) positioned correctly */
#principalSondages .result_pollGraph img{
		float:left;
	}

	/* The <div> tag where the percentage result is shown */
#principalSondages .result_pollGraph div{
		float:left;
		height:23px;
		background-repeat:repeat-x;
		color:#FFF;
		font-size:0.9em;
		line-height:16px;
	}
	
	/* Graph div - parent of both the corner images and the div displaying percentage votes */
#principalSondages .result_pollGraph{	
		height:23px;
	}
	
	/* Message when Ajax is working getting restults fromt the server */
#principalSondages .poller_waitMessage{
		display:none;
		text-align:center;
		padding-top:200px;
	}	
	
#principalSondages .result_totalVotes{
		clear:both;
		text-align:right;
		padding-right:10px;
		font-size:0.9em;
		margin-top:10px;
		font-style:italic;
		
	}
	
#principalSondages a.validationSondage {
         display:block;
		 width:62px;
		 height:18px;
		 overflow:hidden;
		 float:right;
       
}

#principalSondages a.validationSondage  img{
      
}

 #principalSondages a:hover.validationSondage  img{
        margin-top:-20px;
        
}
       
       

       
        	       	