body{
	margin:0px;
	padding:0px;
	background-color:#222222;
	font-family: Arial, Helvetica, sans-serif
}

#block{
	width:940px;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-470px;
}

#header{
	width:939px;
	height:55px;
	background-image:url('images/header.png');
	background-repeat:no-repeat;
}

#left{
	float:left;
	width:596px;
}

#banner{
	width:596px;
	height:142px;
	background-image:url('images/banner.jpg');
	background-repeat:no-repeat;
}

#menu{
	float:left;
	padding:0px;
	margin:115px 0px 0px 5px;
	list-style:none;
}

#menu li{
	float:left;
	padding:0px 10px;
	font-size:20px;
	font-weight:bold;
	color:#4f4f4f;
}

#menu li a{
	text-decoration:none;
	color:#4f4f4f;
}

#menu li a:hover{
	color:#bc8b07;
}

#content{
	float:left;
	width:596px;
	height:435px;
	overflow:auto;
	background-image:url('images/content.jpg');
	background-repeat:no-repeat;
	margin:0px;
}

#content h1{
	font-size:22px;
	margin:10px;
	color:#b0a400;
}

.bloc_news{
	float:left;
	width:530px;
	border:1px solid #cfbd00;
	background-image:url('images/fnd_news.png');
	margin:10px;
/*
	background-color:white;
	filter : alpha(opacity=80);
    -moz-opacity : 0.8;
    opacity : 0.8; 
*/
}

.bloc_news img{
	border:0px;
}

.news_savoir_plus{
	display:block;
	text-align:right;
	text-decoration:none;
}

.news_savoir_plus img{
	border:0px;
	margin-right:5px;
}

.bloc_news h2{
	font-size:18px;
	padding:0px;
	margin:10px;
}

.bloc_news h3{
	padding-left:5px;
	color:#004014;
}

.bloc_news h2 a{
	text-decoration:none;
	color:inherit;
}

.bloc_news p{
	font-size:12px;
	margin:0px 10px;
}

.bloc_news small{
	display:block;
	font-style:italic;
	margin:5px 0px 10px 10px;
}

#sidebar{
	margin:0px;
	float:left;
	width:344px;
	height:577px;
	background-image:url('images/sidebar.jpg');
	background-repeat:no-repeat;
}

#btn_planning{
	display:block;
	float:left;
	text-decoration:none;
	margin-left:120px;
	margin-top:15px;
}

#btn_planning img{
	border:0px;
}

#menu_sports{
	float:left;
	margin:40px 0px 0px 0px;
	list-style:none;
	padding:0px;
}

#menu_sports li{
	margin:0px;
	padding:0px;
}

#menu_sports li a{
	margin:0px;
	padding:0px;
	float:left;
}

#menu_sports img{
	border:0px;
	margin:0px;
}

#footer{
	float:left;
	width:940px;
	height:82px;
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
}

#footer ul{
	width:650px;
	list-style:none;
	margin:20px 0px 0px 140px;
	padding:3px;
	background-image:url('images/fnd_legal.png');
	float:left;
}

#footer ul li{
	float:left;
	font-size:12px;
	color:white;
}

#footer ul li a{
	text-decoration:none;
	color:black;
}