/* Découpé par Aurelsicoko */

h2
{
	font-size: 13px;
	padding: 0;
	margin: 0;
}

body
{
	width: 100%;
	margin: auto;
	color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('./images/fond.png');
	background-repeat: repeat-x;
	background-color: #221f1f;
}

#barre
{
	width: 100%;
	height: 108px;
	margin-top: 30px;
	background-image: url('./images/barre.png');
	background-repeat: repeat-x;
}

#header
{
	width: 961px;
	height: 108px;
	margin: auto;
	background-image: url('./images/header.png');
	background-repeat: no-repeat;
}

#index
{
	float: left;
	width: 400px;
	height: 98px;
}

#index a
{
	display: block;
	width: 400px;
	height: 108px;
	text-decoration: none;
}


#publicite
{
	width: 540px;
	height: 78px;
	text-align: right;
	margin-left: 401px;
	padding-top: 20px;
}

#publicite a img
{
	border: 1px solid black;
	text-decoration: none;
}

#content
{
	width: 961px;
	margin: auto;
}

#slide
{
	width: 961px;
	height: 215px;
	margin-top: 15px;
}

.jetons
{
	float: left;
	width: 241px;
	height: 215px;
	margin-left: 60px;
}

#encart
{
	width: 409px;
	height: 147px;
	margin-left: 515px;
	padding-top: 47px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('./images/encart_slide.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu
{
	width: 961px;
	height: 172px;
	margin-top: 20px;
}

#menu ul
{
	padding: 0;
	margin: 0;
}

#menu li
{
	list-style-type: none;
	padding: 1px;
}

#menu a
{
	color: #FFF;
	text-decoration: none;
}

#menu a:hover
{
	color: #CCC;
	text-decoration: none;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

#corps
{
	color: #999;
	width: 712px;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#haut_corps
{
	width: 712px;
	height: 39px;
	padding-top: 5px;
	background-image: url('./images/haut_corps.png');
	background-repeat: no-repeat;
}

#haut_corps a
{
	display: block;
	width: 24px;
	height: 24px;
	margin-left: 680px;
}

#fond_corps
{
	width: 682px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url('./images/fond_corps.png');
	background-repeat: repeat-y;
}

#fond_corps p
{
	margin: 0;
	padding: 4px;
}

#fond_corps a
{
	color: #FFF;
	text-decoration: underline;
}

.whitecolor
{
	color: #FFF;
}

#bas_corps
{
	width: 692px;
	height: 13px;
	background-image: url('./images/bas_corps.png');
	background-repeat: no-repeat;
}

#footer
{
	color: #848484;
	width: 100%;
	text-align: center;
}

#footer a
{
	color: #848484;
	text-decoration : none;
}

#footer a:hover
{
	color: white;
	text-decoration : none;
}
