@charset "ISO-8859-1";
.lien {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-transform: none;
}


.lien:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: red;
	text-decoration: none;
	text-transform: none;
}


.lien2 {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}

.lien2:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}


.lien3 {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-transform: none;
}

.lien4 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

.lien4:hover {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: red;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

.lien5 {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	color: black;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

.lien5:hover {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	color: red;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
}

.lien6 {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #990000;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
}

.lien6:hover {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: red;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
}

