/* Petit réglage global */
* {
	padding:0px;
	margin:0px;
}

/* Le site va faire 800px de large */
body {
	width:800px;
	margin:auto;
	background:#000000;
	color:#FFFFFF;
	font-size:14px;
	font-family:Tahoma,Arial;
}

/* Le bloc avec la banniere et le menu */
#top {
	border:none;
	border-collapse:collapse;
	margin-top:24px;
	margin-bottom:24px;
	position:relative;
}
#ban {
	display:block;
	height:200px;
	background:url(ban.jpg);
	background-repeat:no-repeat;
}
/* Ca c'est les sous menu, placé en absolute par rapport au block top (dimensions définies individuellement) */
#top div {
	border:1px solid #808080;
	position:absolute;
	top:200px;
	text-align:center;
	cursor:pointer;
}
#top div span {
	border-bottom:1px solid #808080;
	display:block;
	font-size:11px;
	font-weight:bold;
	background:#000040;
	color:#FFFFFF;
}
#top div a {
	display:none;
	font-size:10px;
	background:#212021;
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
}
#sub1 {	left:0px;	width:105px;	}
#sub2 {	left:114px;	width:109px;	}
#sub3 {	left:232px;	width:109px;	}
#sub4 {	left:351px;	width:109px;	}
#sub5 {	left:469px;	width:108px;	}
#sub6 {	left:669px;	width:108px;	display:none;	}	/* Caché pour le moment */
#top div:hover a {	display:block;	}
#top div a:hover {	background:#000060;	}

/* Ensuite les news */
div.news {
	display:block;
	padding:8px;
	margin-top:24px;
	margin-bottom:16px;
	border:1px solid #101020;
	background:#040408;
}
div.news .titre {
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
div.news img {
	display:block;
	margin:8px auto 8px auto;
}
a {
	color:#00A0E2;
	text-decoration:none;
}
a:hover {
	color:#F00000;
}
div.news p {
	padding-top:4px;
	font-size:13px;
}
span.barre {	text-decoration:line-through;	}
span.souligne {	text-decoration:underline;	}
span.gras	{ font-weight:bold;	}
span.important {	font-weight:bold;	color:#F00000;	}

/* Et enfin le footer */
#footer {
	border-top:1px solid #404040;
	margin-top:24px;
	margin-bottom:4px;
	padding-top:2px;
}
#copyright {
	font-size:8px;
}
#links {
	text-align:center;
}
#links img {
	margin-left:32px;
	margin-right:32px;
	border:0px none #000000;
}
