/* CSS for the survey module */

/* Labels in survey forms should wrap (core.css says nowrap) */
div.survey label
{ 
    white-space: normal;
}

.required {
	color: #F000B7;
}
.rose_large {
	color: #FF66CC;
	letter-spacing: 0.1em;
}
	
.titre_bleu {
	color: #5ba4e3;
	text-align: justify;
}

p.required {
	font-size:0.8em;
}
