/* CSS Document */


/* ------------- DESIGN ----------------*/
body
{
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#fond
{
	background-image: url(../images/fond_accueil.jpg);
	background-repeat:repeat-y;
	width:974px;
	height: inherit;
	position: absolute;
	text-align: center;
}

p
{
	font-family:"Trebuchet MS", sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#666666;
}

a
{
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

a:focus, a:hover
{
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration: underline;
	font-weight:normal;
}
