/* CSS Document */

body
{
	background-color : #0f0d0a;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;

}
.texteaccueil
{
	font-family : Verdana;
	font-size : 14px;
	color : #ffcc66;
	line-height: 14px;
	font-weight: normal;
	text-align: left;

}
a
{
	font-family : Verdana;
	font-size : 9px;
	color : #994400;
	text-decoration : none;
}

a:hover
{
	font-family : Verdana;
	font-size : 9px;
	color : #ffffff;
	text-decoration : none;
}

