body
{
	background-position: 30px 0px;
	background: url("fond_01.png") repeat-y;
	background-color:black;
	color: white;
}

img
{
	border:none;
}

#menu
{
	
	list-style-type:none;
	margin: 0;
	margin-top: 20px;
	padding: 0; 
	width: 10%;
	border: solid 1px #950000;
	border-bottom: none;
	float: left;
	text-align: center;
}


#menu li
{
	margin: 0;
	padding: 0; 
	border-bottom: 1px solid #950000;
}

#menu .titre_menu
{
	background-color: #BF0000;
	text-align: center;
	font-weight: bold;
}


#menu a
{
	text-decoration: none;
	color: red; 
	display: block;
	font-weight: normal;
}

#menu a:hover
{

	background: url("fond_menu.png") no-repeat;
	background-position: center middle;
	color: red; 
}


#corps
{
	border: 1px solid red;
	width: 85%;
	margin-left: 12%;
	margin-top: 20px;
	padding: 20px;
}


#pied_de_page
{
	border: 1px solid red;
	width: 85%;
	margin-left: 12%;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
}

h2
{
	border-bottom: 2px solid white;
}

a
{
	color: gray;
	font-weight: bold;
}

a:hover
{
	color: red;
}

h3
{
	text-align:center;
	width: 60%;
	margin-left: 20%;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
}

.centre
{
	text-align: center;
	padding-left: 0px;
}

#jeu
{
	background-image;
	}