/* CSS Document */

a:link, a:visited, a:hover {
	color: #CC0066;
}

h1	{ /* phrase perso */
	font-family:Garamond;
	color:#CC0066;
	font-size:38px;
}

h2 { /* banderole page index */
	color:#FF0000;
}

h3	{ /* banderole page acceuil */
	color:#CC0033;
	font-family:"Times New Roman", Times, serif;
}

h4 { /* message sur la création de compte */
	color:#CC0033;
}

body { /* texte page acceuil */
	font-family:Arial, Helvetica, sans-serif, Times, serif;
	color:#330000;
	font-size:12px;
	font-weight:inherit;
}

.counter {
	background-color:black;
	color:yellow;
	font-weight:bold;
}

.style_tab {
	background-color:#D4DFFF;
}

.style_cellule {
	background-color:#FF9933;
	border-style:none;
	color:#000000;
	text-align:center;
}