<!--
body, div {
	margin: 0px; padding: 0px; border: 0px;
}

body {
	background:#000000 url(../images/fond.jpg) repeat-y top;
	color: #443416;
	font: 11pt Georgia, Verdana, Arial;
}

#page {
	background: url(../images/entete.jpg) no-repeat top center;
	min-width: 960px; 
}

#corps {
	width: 960px; margin: 0 auto; padding: 0 0 218px 0;
}

#entete {
	
}

#titre {
	display: block; float: left; width: 918px; height: 30px; margin: 218px 0 0 21px;
	background: url(../images/fond_titre.jpg) repeat-x top left;
}

/* nav
-------------------------------------- */

#navTitre {
	margin: 0 0 0 -30px;
}
	
#navTitre li {
	width: 114px;
	height: 30px;
	list-style: none;
	margin: 0 18px 0 18px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

#navTitre li a {
	display: block;
	border-width: 0; 
	width: 100%;
	height: 100%;
}
	
#navTitre #navAccueil, #navTitre #navAccueil a {
	background: transparent url(../images/accueil.jpg) no-repeat 0 0;
}
	
#navTitre #navEquipes, #navTitre #navEquipes a {
	background: transparent url(../images/equipes.jpg) no-repeat 0 0;
}
	
#navTitre #navMedias, #navTitre #navMedias a {
	background: transparent url(../images/medias.jpg) no-repeat 0 0;
}

#navTitre #navForum, #navTitre #navForum a {
	background: transparent url(../images/forum.jpg) no-repeat 0 0;
}
	
#navTitre #navContact, #navTitre #navContact a {
	background: transparent url(../images/contact.jpg) no-repeat 0 0;
}
	
#navTitre #navGestion, #navTitre #navGestion a {
	background: transparent url(../images/gestion.jpg) no-repeat 0 0;
}
	
/* hover states */

#navTitre #navAccueil a:hover, 
#navTitre #navEquipes a:hover, 
#navTitre #navMedias a:hover, 
#navTitre #navForum a:hover, 
#navTitre #navContact a:hover, 
#navTitre #navGestion a:hover {
	background-position: 0 -30px;
}
	
/* here states */

body.accueil #navTitre #navAccueil a, 
body.equipes #navTitre #navEquipes a, 
body.medias #navTitre #navMedias a, 
body.forum #navTitre #navForum a, 
body.contact #navTitre #navContact a, 
body.gestion #navTitre #navGestion a {
	background-position: 0 -30px;
}

#ombre {
	display: block; float: left; width: 918px; height: 14px; margin: 0px 0 0 21px;
	background: url(../images/barre.jpg) no-repeat top center;
}

#contenu {
	display: block; float: left; width: 868px; margin: 10px 0 0 46px;
}
-->