/*
Réalisé par Audec
http://www.audec.net
*/

body
{
   width: 800px;
   margin: 0px auto;

   background: black url("../images/fond.png") repeat-x;
   font-family: "Trebuchet MS", Arial, "Times New Roman", Times, serif;
}

a
{
   color: Turquoise;
   text-decoration: none;
}

a:visited
{
   color: Turquoise;
   background-color: transparent;
   text-decoration: none;
}

a:hover
{
   color: yellow;
   text-decoration: underline;
   border-bottom: 0px;
}

a span{
display: none;
text-decoration: none;
}

a:hover span {
display: inline;
color: black;
background-color:white;
}

#en_tete
{
   width: 800px;
   height: 200px;
   background: black url("../images/audec jeux.gif") no-repeat;
}

#corps
{
   margin-left: 0px;
   padding: 20px;
   color: white;
   border-left: 2px solid black;
   border-right: 2px solid black;
   background-color: #202020;
}

#corps h1
{
   font-size: 1.4em;
   color: LightSeaGreen;
   text-align: left;
   text-indent: 150px;
}

#corps h2
{
   font-size: 1em;
   color: crimson;
   text-decoration: underline;
   text-align: left;
   text-indent: 20px;
}

#corps p
{
   color: white;
   font-size: 0.8em;
   clear: both;
}

#pied_de_page
{
	display: block;
	float: left;
	text-align: center;
	width: 796px;
	font-size: 0.7em;
    color: Yellow;
   border-left: 2px solid black;
   border-right: 2px solid black;
   background-color: #202020;
}
#jeux
{
	display: block;
	float: left;
	text-align: center;
	width: 85px;
	font-size: 0.8em;
    color: Yellow;
    background-color: Black;
    margin-right: 10px;   
}

div#jeux ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
}

div#jeux li
{
   padding: 0 0.5em; 
   line-height: 25px;
   width: 80px;
   margin-bottom: 5px;
}

.texte_gauche
{
   font-size: 0.9em;
   text-align: left;
}

.texte_droite
{
   font-size: 0.8em;
   text-align: right;
}

.texte_centre
{
   font-size: 0.8em;
   text-align: center;
}

td
{
	padding-left: 10px;
}

.flipper
{
	Background-color: Khaki;
	margin-bottom: 10px;
	margin-top: 0px;
}
table.flipper
{
	width: 90%;
	text-align: left;
	border: 1px dashed White;
	border-collapse: collapse;
	Color: SaddleBrown;
}

table.flipper td
{
	border: 1px dotted black;
}
.billard
{
	Background-color: PaleTurquoise;
	margin-bottom: 10px;
	margin-top: 0px;
}
table.billard
{
	width: 90%;
	text-align: left;
	border: 1px dashed White;
	border-collapse: collapse;
	Color: Navy;
}

table.billard td
{
	border: 1px dotted black;
}
.arcade
{
	Background-color: PeachPuff;
	margin-bottom: 10px;
	margin-top: 0px;
}
table.arcade
{
	width: 90%;
	text-align: left;
	border: 1px dashed White;
	border-collapse: collapse;
	Color: DarkRed;
}

table.arcade td
{
	border: 1px dotted black;
}

div.photos a img 
{
	height: 0; 
	width: 0; 
	border-width: 0;
}

div.photos a:hover img 
{
	position: absolute;
	border: 5px solid white;
	display: block;
	float: right;
	margin-left: 150px;
	margin-top: -300px;
	height: 400px;
	width: 300px;
}
div.photos a:hover 
{
	color: black; 
	background: gray;
}
div.photos a 
{
	color: black; 
	text-decoration: underline;
	background: transparent;
}

.b_menu {
	width: 600px;
	height: 27px;

	margin: 0;
	padding: 0;
	padding-left:200px;
	background: #000000 url(../images/bg-bmenu.gif) top left repeat-x;
}
.b_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.b_menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bmenu.gif) top left no-repeat;
}

.b_menu ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.b_menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(../images/bg-bmenu.gif) top right no-repeat;
	cursor: pointer;
}

.b_menu ul li a:hover,
.b_menu ul li.highlight a {
	background: transparent url(../images/bg-bmenu-bleu.gif) top left no-repeat;
}
.b_menu ul li a:hover span.menu_ar,
.b_menu ul li.highlight a span.menu_ar {
	color:gainsboro;
	background: transparent url(../images/bg-bmenu-bleu.gif) top right no-repeat;
}