/* CSS Document */

body, td {
	font-family:Verdana;
	font-size:12px;
}

.inputText, .textArea {
	font-family:Verdana;
	font-size:11px;
	background-color:none;
	border:1px solid #CCCCCC;
}

.erreur {
	color:red;
	font-weight:bold;
}

a:link, a:active, a:visited {
	color:#3399CC;
	text-decoration:underline;
}

a:hover {
	color:#8CCC71;
	text-decoration:none;
}
