body
{
	background-color: #ffffff;
	/*font-size: 70%;*/
	margin: 0;
	padding: 0;
}

#contenu {

	font-size: 75%;

}

a
{
	
	color: #1010DE;
	text-decoration: none;
}
a:link
{
	color: #0808D6;
	text-decoration: none;
}
a:active	{  text-decoration: none }
a:visited
{
	color: #999;
	text-decoration: none;
}
a:hover	{  color: #999; background-color: #ffffff
 }

.orange { color: black; }

p
{
	font-family: arial, geneva, verdana, sans-serif;
	color: #444;
	text-align: justify;
	margin-left: 30px;
	line-height: 150%;
}

h3 { font-family: arial, verdana, sans-serif; margin-left: 30px; margin-bottom: 0px; color: #999; font-size: medium; }


