@charset "iso-8859-1";
/* Création: Olivier Coanet le 02/12/02 */
/* Dernière modification par Estelle Coanet le 30/07/03 */


body {
	margin: 0px;
	background-color: #0091b0;
}


body, td {
	font-size: 10pt;
	font-family: verdana;
}

/* les cellules du menu */
td.menu {
	vertical-align: middle;
	padding-left: 17px;
	height: 37px;
	background-image: url("../images/bouton1.gif");
	background-repeat: no-repeat;
}

td.index {
	font-size: 12pt;
	font-family: georgia;
	color: #006699;
}

p.fav {
	font-size: 7pt;
	font-family: verdana;
	text-align: right;
}

font.compteur {
	font-size: 7pt;
	font-family: verdana;
	text-align: center;
	color: #dff2f8;
}

/* les cellules-séparateurs */
td.menuseparator {
	height: 8px; /* max 10 sinon il faut changer les hauteurs du tableau principal */
}

/* les liens du menu */
a.menu {
	background-color: transparent;
	font-size: 14pt;
	color: #0091b0;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: none;
}

/* liens classiques */
a {
	color: #0091b0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}