body {
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #eee;
	background-image: url(fond_standard.png);
	background-repeat: repeat;
}


#page{
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(logo_standard.png);
	background-position: 30px 10px;
	background-repeat: no-repeat;
}
#entete {
	/*position: absolute;*/
	height: 100px;
	top: 5px;
	width: auto;
	margin: 0px;
	margin-top: 0.5em;
	padding: 0.5em;
	margin-left: 175px;
	background-image: url(bandeau_standard.png);
	background-repeat: no-repeat;
	z-index:1;
}
#conteneur {
	width: 760px;
}
#menu {
	/*position: absolute;*/
	height: auto;
	width: 170px;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	font-size: 1.2em;
}
#contenu {
	/*position: absolute;*/
	/*top: 130px;*/
	height: auto;
	width: auto;
	margin: 0px;
	margin-top: 0px;
	padding: 0.5em;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 175px;
	background-image: url(fond_page.gif);
	background-repeat: repeat-y;
}
#pied{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#contenu_pied{
	color: #FFFFFF;
	text-align: center;
	background-color: #f90;
	margin-left: 175px;
}
#contenu_pied a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#contenu_pied a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#contenu_pied a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#contenu_pied a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}






#pied hr {
	width: 580px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border: 0;
}
.rubriques {
	font-weight: bold;
	color: #000000;
}
#menu .rubriques a:link, #hierarchie a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#menu .rubriques a:visited, #hierarchie a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#menu .rubriques a:hover, #hierarchie a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#menu .rubriques a:active, #hierarchie a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}


.rubriques li {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: -15px;
}


.invisible { position: absolute; top: -3000em; height: 1%; }
div .formulaire_recherche label{
	visibility: hidden;
	width: 0px;
	size: 0em;
}
#entete .formulaire_recherche {}

img{
	border: none;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
}
h2 {
	font-size: 1.3em;
}
h1 {
	font-size: 1.4em;
}

#hierarchie{
	position: relative;
	width: auto;
	top: 80px;
	min-height: 20px;
	background-color: #f90;
	padding-left: 0.2em;
	padding-right: 0.2em;
	color: #FFFFFF;
	z-index: 100000;
}


/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }
table.spip tr.row_first {
	/*background: #FFC;*/
	background: #F90;
	color: #FFFFFF;
}
table.spip tr.row_odd {
	/*background: #DDD;*/
	background-color: #FF9;
}
table.spip tr.row_even {
	/*background: #EEE;*/
	background: #FFC;
}
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }


#liste_jeux {
	font-size: x-small;
}
#liste_jeux li {
	display: inline;
	list-style-type: disc;
}
#liste_jeux li:before {
	content:" > ";
}

