@charset "iso-8859-1"
.body {
    font-family: "vernada", Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #660000;
    background-color: #FFBE9E;
}
/* LIENS NORMAUX */
A:link, A:visited {
	font-family: "vernada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #224155;
	background-color: transparent;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
A:active, A:hover {
	font-family: "vernada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3399CC;
	background-color: transparent;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: overline;
}

/* LIENS MENU */
.Amenu:link, .Amenu:visited {
	width: 130px;
	height: 20px;
	font-family: "vernada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #224155;
	text-align: center;
	vertical-align: middle;
	background-image: url(boutonoff.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	background-color: transparent;
	line-height: 20px;
}
.Amenu:active, .Amenu:hover {
	background-image: url(boutonon.gif);
	background-repeat: no-repeat;
	color: #3399CC;
	background-color: transparent;
	font-family: "vernada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}

/* LIENS PETIT */
.Asmall:link, .Asmall:visited, .Asmall:active, .Asmall:hover {
	font-family: "vernada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF9900;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	text-decoration: overline;
	width: 152px;
	height: 15px;
}

.small {
	font-family: "vernada", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #224155;
	background-color: transparent;
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	text-transform: capitalize;
	font-weight: bold;
}
