body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {
	margin: 0 0 0 0;
	background-image: url(../img/fond/trame.jpg);
	background-repeat: repeat-x;
}

#contener {
	position:absolute;
	top:0;left:50%;margin-left:-400px;
	height:565px;width:800px;
/*	background-image:url(../img/fond/intro.jpg);*/
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #33FFFF;
}

#enseigne {
	position:absolute;
	top:130px;left:0;
}

#acces2{
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	color: #bbb;
	/*border: 1px solid black;*/
	width: 100px;
	text-align: center;
	padding: 8px;
}

