.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a.navigation:hover {
	color:#99CC66;
}
.corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
input.corps {
    background-color: #514038;
}
textarea.corps {
    background-color: #514038;
}
.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FF4242;
}
input.error {
    font-weight: normal;
    color: #FFFFFF;
    background-color: #FF4242;
}
textarea.error {
    font-weight: normal;
    color: #FFFFFF;
    background-color: #FF4242;
}
.success {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #99CC66;
}
.titres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.soustitres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
table.navigation a:link, table.navigation a:active, table.navigation a:visited, table.navigation a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
table.navigation a:hover {
	color:#99CC66;
}