
/* GESTION DU NUAGES DE MOTS CLES */
/* Nuages */
#tagcloud { color: #5C3566; }
#tagcloud * { color: #888; }
#tagcloud * { color: #B4A0B7; }
#tagcloud * { display: inline; line-height: normal; }
#tagcloud .on { color: #333; }
#tagcloud h2 {display: block; font-style: italic; font-size: 12px;  font-family: Georgia, "Times New Roman", Times, serif; color:#3465A4; font-weight:bold; margin-bottom:10px; padding-bottom:3px; background:url(../../squelettes/images/gifs/pointbleu.gif) repeat-x bottom left; }
/* le nuage */
#tagcloud ul.nuage {margin:0;	padding: 0;	list-style: none;}
#tagcloud ul.nuage li {	display: inline;line-height:2em;}
#tagcloud ul.nuage li a {white-space: nowrap;color: #B4A0B7;}
#tagcloud ul.nuage li a:hover {	white-space: nowrap;color: #B4A0B7;text-decoration: underline;}
#tagcloud ul.nuage span.frequence {display: block; float: left; height: 0; overflow: auto; width: 0; }

/* les mots */
/* defaut */
#tagcloud ul.nuage a.nuage   { font-size: 1.0em; }
/* variantes */
#tagcloud ul.nuage a.nuage0  { color: #B4A0B7; font-size: 0.9em; }
#tagcloud ul.nuage a.nuage1  { color: #BABDB6; font-size: 1.1em; }
#tagcloud ul.nuage a.nuage2  { color: #5C3566; font-size: 1.3em; }
#tagcloud ul.nuage a.nuage3  { color: #3465A4; font-size: 1.5em; }
#tagcloud ul.nuage a.nuage4  { color: #CCC; font-size: 1.7em; }
#tagcloud ul.nuage a.nuage5  { color: #5C3566; font-size: 1.9em; }
#tagcloud ul.nuage a.nuage7  { color: #CCC; font-size:1.0em; }
#tagcloud ul.nuage a.nuage8  { color: #5C3566; font-size: 1.4em; }
#tagcloud ul.nuage a.nuage9  { color: #B4A0B7; font-size: 1.6em; }
#tagcloud ul.nuage a.nuage10 { color: #3465A4; font-size: 1.8em; }
