BODY {
	margin: 0px 0px 0px 20px;
	left: 20px;
	background: #E7E7E7
}

HTML, P, LI, TD, INPUT, SELECT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}


:link { color: #ffffff; text-decoration: none }
:visited { color: #ffffff; text-decoration: none }
:link:hover, :visited:hover { color: #ffffff; text-decoration: none }
:link:active, :visited:active { color: #ffffff; text-decoration: none } 


#navigation a
{
	color: #ffffff;
	text-decoration: none
	font-size: x-small;
}

#navigation a:hover, a:active, a:focus
{
	background-color: #DAE99D;
	color: #000000;
	text-decoration: none
	font-size: x-small;
	font-weight: bold
}

#liensansdeco a
{
	color: #0078A4;
	text-decoration: none
}

#liensansdeco a:hover, a:active, a:focus
{
	background-color: #DAE99D;
	font-weight: bold
}


INPUT { color: #000; font-size: 12px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
SELECT { color: #000; font-size: 12px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
TEXTAREA { color: #000; font-size: 12px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
.txterror { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.txtform { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular }