@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 11px;
	color: #026054;
}
body {
	background-image: url(images/index/tile.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family:Verdana, Geneva, sans-serif;
}
input.FormNormal{
	height: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #666666;
	padding: 3px;
	background-color:#FFFFFF;
}

textarea.FormNormal{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #666666;
	padding: 3px;
	background-color:#FFFFFF;
}

input.FormObligatoire{
	height: 15px;
	color: #FF3C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	border: 1px solid #FF3C00;
	padding: 3px;
	background-color:#FFFFFF;
}


.menuHover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#F00;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #026054;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #026054;
}
a:hover {
	text-decoration: none;
	color: #d33100;
}
a:active {
	text-decoration: none;
	color: #026054;
}