* {
	color:#fff;
	margin:0;
	padding:0;
	font-size:11px;
	font-family:sans-serif, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background:#000;
	margin-top:1px;
}
#page {
  width:948px;
	margin:0 auto;
}
#haut {
	width:948px;
	height:80px;
	background:url(../img/haut.jpg) no-repeat;
}
#menu {
	width:948px;
	height:40px;
	background:url(../img/menu.png) repeat-x;
}
#menu p {
	padding:6px 5px;
}
#menu a {
	margin-right:2px;
	text-decoration:none;
}
#menu a.on {color:orange;}
#menu a:hover {
	text-decoration:underline;
}
/*
#menu ul {
	padding-top:6px;
	list-style:none;
}
#menu li {
	width:120px;
	height:22px;
	line-height:22px;
	text-align:center;
	background:#4c4c4c;
	float:right;
	margin-left:1px;
}
#menu li a {
	color:#fff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
#menu li.on a {
	color:orange;
}
#menu li:hover {
	background:#666;
}
#menu li.on {
	background:#666;
}
*/
#titre {
	margin-top:10px;
}
#liste {
	width:304px;
	margin-top:7px;
	margin-bottom:10px;
	float:left;
}
#liste img {
	border:1px solid #fff;
	margin:0px 1px 0px 0px;
}
#liste a:hover img {border:1px solid orange;}
#liste a.on img {border:1px solid red;}
#liste p a {
	color:#fff;
	text-decoration:none;
}
#liste p a.on {color:red;}
#liste p a:hover {
	color:orange;
	text-decoration:underline;
}
#liste p {
	margin:0px 4px;
	text-align:center;
}
#full {
	color:#fff;
	margin-top:-60px;
	margin-left:0px;
	float:right;
}
#full img {
/*	border:1px solid #fff;*/
}
#full a {
	color:#fff;
	text-decoration:none;
}
#full a.on {color:red;}
#full a:hover {
	color:orange;
	text-decoration:underline;
}
#full p {
	margin:4px;
	text-align:center;
}
#pied{
	clear:both;
	width:948px;
	height:20px;
	color:#fff;
	border-top:1px solid #940d00;
}
#pied p {
	margin-top:4px;
	text-align:center;
}
#debug {
	color:#fff;
}