/*Nuage de mots*/
.nuage_mots{
	color:#F7C900;
	text-align:justify;
	text-shadow: #AAA 2px 2px 2px;
	padding:0;
}
.nuage_mots li{
	list-style-type: none;
	display:inline;
}
.nuage_mots a{
	text-decoration:none;
	color:#F7C900;
}
.nuage_mots a:hover{
	text-decoration:underline;
	color:#F8B700;
}
