A:hover {color:Red}

.un {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: darkblue;
}
.un:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}
.deux {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: darkblue;
	font-weight: bold;
	text-decoration: none;
}
.deux:hover {
	color: red;
}
.textelien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
.textelien:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	text-decoration: underline;
}
.textelien2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bolder;
}
.textelien2:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	text-decoration: underline overline;
	font-weight: bolder;
}
.texterougegras {
	font-family: Tahoma;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.texteviolet {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #330099;
	font-weight: bolder;
	background-color: #CCCCCC;
	text-align: center;
	border: 1px solid #990000;
}
.textelien3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	font-weight: bolder;
	border: 1px solid #990000;
	background-color: #CCCCCC;
	width: 107px;
	text-decoration: none;
	text-align: center;
}
.textelien3:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	font-weight: bolder;
	border: 1px solid #990000;
	width: 107px;
	text-decoration: none;
	text-align: center;
}
BODY
{
SCROLLBAR-FACE-COLOR: white;
SCROLLBAR-HIGHLIGHT-COLOR: white;
SCROLLBAR-SHADOW-COLOR: white;
SCROLLBAR-3DLIGHT-COLOR: blue;
SCROLLBAR-ARROW-COLOR:  blue;
SCROLLBAR-TRACK-COLOR: blue;
SCROLLBAR-DARKSHADOW-COLOR: white;
}
input {
background-color: #F1E1FF;
color: darkblue;
font-family: Verdana;
border-color: darkblue;
}
select {
color: darkblue; 
background-color: #F1E1FF; 
border-color: darkblue;
font-family: Verdana
} 
textarea {
color: darkblue;
font-family: Verdana; 
background-color: #F1E1FF;
}