A:link{COLOR:gray; TEXT-DECORATION: none}
A:visited{COLOR:gray; TEXT-DECORATION: none}
A:hover{COLOR:black; TEXT-DECORATION: underline}

.menu{font-family:Verdana;font-size:10px;color:white;letter-spacing:2px}
A.menu:visited{font-family:Verdana;font-size:10px;color:white}
A.menu:link{font-family:Verdana;font-size:10px;color:white}
A.menu:hover{font-family:Verdana;font-size:10px;color:white; TEXT-DECORATION: none}

.titre{font-family:Century Gothic;font-size:10px;color:brown;text-transform:uppercase}

TD{COLOR:black;FONT-FAMILY:Arial; FONT-SIZE:10px}

.overLib{
	position: absolute;	
	visibility : hidden;
	border: 1px solid #404040;
	padding: 3px;
	font-family:Arial;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	color:black;
	font-size: 9px;
	background-color: white;
	width:expression(document.body.clientWidth > 250 ? "250px" : "100px");
}

form {MARGIN: 0px;}

input
{
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: Arial;
}
		
select {
		font-size: 10px;
		color: #000000;
		font-family: Arial;
}		

textarea {
		font-size: 10px;
		color: #000000;
		font-family: Arial;
		background-color: #F2F2F2;
}

.inputbttn
{
    FONT-SIZE: 10px;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #F2F2F2;
}

.inputnoborder
{
    FONT-SIZE: 10px;
    COLOR: black;
	border:0px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white;
	font-weight:700;
}