/* CSS Document */
/*style css*/
/*debut tag cloud*/
.tagcloud {
background-color: #B4CFDC; width: 200px; /* couleur de fond du tableau+taille */ 
border: 1px solid #BFBFBF; /* bordure+couleur du tableau */ 
padding: 2px; /* espace entre la bordure et le texte */
text-align: center; /* texte centré */ 
font-family: Arial, Helvetica, sans-serif; /* style d'écriture */ 
}
.tagcloud a {
text-decoration:none; /* pas de décoration sur les liens */
}
.tagcloud a:hover { /* changement de couleur au passage de la souris */ 
text-decoration:none; 
background-color:#666666; /* couleur d'arriere plan du lien survolé */ 
color:#FFFFFF; /* couleur du lien survolé */
}
.tag-1 { /* nom de la class*/ 
color:#AA3406; /* couleur du lien */
font-size: 16px; /* taille d'écriture */ 
font-weight:bold; /* gras */ 
}
.tag-2 {
font-size: 14px;
color:#070089;
}
.tag-3 {
font-size: 12px;
color:#BF2470;
}
.tag-4 {
font-size: 10px;
color:#333333;
}
.tag-5 {
font-size: 11px;
color:#333333;
font-weight:bold; /* gras */
}
.tag-6 {
font-size: 12px;
color:#999999;
font-weight:bold; /* gras */
}
.tag-7 {
font-size: 11px;
color:#006633;
}
.tag-8 {
font-size: 12px;
color:#FF6600;
font-weight:bold; /* gras */
}
.tag-9 {
font-size: 14px;
color:#0033CC;
font-weight:lighter; /* gras */
}
/*fin tag cloud*/
