/* CSS Document */
/*style css*/
/*debut tag cloud*/
.tagcloud {
background-image: url(/images-sitenew/quadrillage.gif);
/*background-color: #B4CFDC;  /* couleur de fond du tableau+taille */ 
width: 250px;
border: 3px solid #d64732; /* bordure+couleur du tableau */ 
padding: 10px; /* espace entre la bordure et le texte */
text-align: center; /* texte centré */ 
}
.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:#d64732; /* 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 */ 
font-family: Verdana, Arial, Helvetica, sans-serif; /* style d'écriture */ 
}
.tag-2 {
	font-size: 14px;
	color:#070089;
	font-family: "Courier New", Courier, mono;
	font-style: oblique;
}
.tag-3 {
font-size: 12px;
color:#BF2470;
font-family: Arial, Helvetica, sans-serif; /* style d'écriture */ 
}
.tag-4 {
font-size: 12px;
color:#333333;
font-family: "Times New Roman", Times, serif; /* style d'écriture */ 
}
.tag-5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-style: oblique;
}
.tag-6 {
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif; /* style d'écriture */ 
color:#cc0000;
font-weight:bold; /* gras */
}
.tag-7 {
	font-size: 12px;
	color:#006633;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}
.tag-8 {
font-size: 10px;
color:#FF6600;
font-weight:bold; /* gras */
font-family: "Times New Roman", Times, serif; /* style d'écriture */ 
}
.tag-9 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif; /* style d'écriture */ 
color:#0033CC;
font-weight:lighter; /* gras */
}
/*fin tag cloud*/

