a {
	color: #ABABAB;
}
a:link 		{text-decoration: none;}     	/* unvisited link */
a:visited 	{text-decoration: none;}  		/* visited link */
a:hover 	{text-decoration: underline;}   /* mouse over link */
a:active 	{text-decoration: none;}   /* selected link */

br {
	line-height:5px;
}
td {
	color: #ABABAB;
	vertical-align:top;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
td.menu {
	vertical-align:middle;
	border-width:1px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#E1E1E1;
	color: #C2C2C2;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table.menu {
	border:none;
}
.titre {
	color:#737373;
	font-size:30px;
	font-weight:bold;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	letter-spacing:-2px;
}
.sous-titre {
	color:#737373;
	font-size:18px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	letter-spacing:-1px;
}
.textField {
	font-size:10px;
	height:13px;
	width:90%;
}
.textArea {
	font-size:12px;
	width:90%;
}
.boutonSubmit {
	font-size:10px;
	height:20px;
	width:90px;
}
.smallBoutonSubmit {
	font-size:8px;
	height:18px;
	width:30px;
}
.erreur {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.orange {
	color:#EEB161;
	font-weight:bold;
}
.gris {
	color:#CCCCCC;
	font-weight:bold;
	font-size:x-small;
}
.rouge {
	color:#BE4B4B;
	font-weight:bold;
}
li {
	list-style-type:none;
}
body {
	background-color: #FFFFFF;
	color: #ABABAB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
