/* General */
body {
	background: url(fondhtml.jpg); /* entrez l'url du fond */
	background-repeat: repeat-x; /* repetition du fond (repeat, repeat-x, repeat-y, no-repeat) */
	background-color: #FFFFFF; /* couleur du fond */
	color: #FFFFFF; /* couleur des textes pour le compteur notamment */
	font-family: Verdana;
	margin: 0;
}

a {
	text-decoration: none;
	color: #FFFFFF; /* Couleur des liens de l'index */
	font-size: 12px; /* Taille des liens de l'index, ne pas toucher */
}

/* Logo BlueSmart, Ne pas toucher! */
a .blue{ 
	color: #0031FF;
}

a .smart{
	color: #FB6600;
}
