body, td, th, p, input, select, textarea, .normal
{
	color: #3c3c3c;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	line-height: 1.333em;
	text-align: justify;
}
a
{
	color: #066183;
	text-decoration: none;
}

a:hover
{
	color: #911c1c;
}

h1
{
	font-size: 18px;
	color: #494949;
	text-decoration: none;
	font-weight: normal;
	font-family: "Times New Roman" , Times, serif;
	padding-bottom: 8px;
	margin-bottom: 4px;
	border-bottom: dotted 1px #3c3c3c;
}

h2
{
	text-align: left;
	color: #066183;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
}

input
{
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #d3d3d3;
	color: #3c3c3c;
}

textarea
{
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #f1f1f1;
	color: #3c3c3c;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus
{
	background: #fafafa none repeat scroll 0 0;
	border: 1px solid #4690D6;
	color: #3c3c3c;
}

label
{
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	padding-left: 12px;
	background: #fff url(./images/fleche_label.gif) no-repeat left center;
}

.button, .button:hover, input.button, input.button:hover
{
	background: #9b2323 url(./images/fleche_bouton.gif) no-repeat 20px center;
	border: none;
	margin: 0px;
	padding: 4px 30px;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
button[disabled="disabled"], button.disabled, .button.disabled:hover, input.button.disabled, input.button.disabled:hover, .button[disabled="disabled"]:hover, input.button[disabled="disabled"], input.button[disabled="disabled"]:hover
{
	background-position: 20px center;
	background: #666666 url(./images/fleche_bouton2.gif) no-repeat 20px center;
	border: none;
	margin: 0px;
	padding: 4px 30px;
	cursor: not-allowed;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

a img
{
	border: none;
}




