/* CSS Document */

#global_sondage{
background-color:#FFFFFF;
-moz-border-radius : 10px 10px; 
margin:10px;
padding:5px;
width:700px;
}

.p_sondage{
font-size:14px;
font-weight:800;
color:#333;
border:#CCCCCC solid 1px;
-moz-border-radius : 10px 10px; 
padding:2px;
text-align:center;
}

	.fermer{
	margin-top:30px;
	text-align:center;
	height:20px;
	}
	
	.fermer a{
	font-size:10px;
	}
	
	
#global_sondage .sondage_ligne{
	font-size:10px;
	width:400px;
 }
	
#global_sondage .ligne_nom{
	font-size:10px;
	width:30%;
 }