body {
	background-color: #000000;
	padding:0px;
	margin:0px;
	background-image:url(IMG/fond2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}

#corps{
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px; /* the bottom margin is the negative value of the footer's height */
}
#gauche{
	width:550px;
	float:left;
}
#droite{
	width:400px;
	float:left;
}

#logo{
	width:530px;
	border: 0px;
	margin-left:10px;
	text-align:center;
}
#menuhaut{
	width:530px;
	border: 0px;
	text-align:center;
}
#encart1{
	width:530px;
	border: 0px;
	text-align:center;
	background-image:url(IMG/encart1.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#encart2{
	width:530px;
	border: 0px;
	text-align:center;
	background-image:url(IMG/encart2.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#encart3{
	width:530px;
	border: 0px;
	text-align:center;
}
#menubas{
	width:100%;
	margin: 0;
	right: 0;
	text-align:center;
	height:165px;
	background-image:url(IMG/barremenubas2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	overflow:hidden;
}
#copyright{
	width:100%;
	height:15px;
	margin: 0;
	background-color:#000000;
	padding-top:5px;
	position: fixed;
	bottom: 0px;
	text-align:center;
	color: #CCCCCC;
	font: 9px Arial, Helvetica, sans-serif;
}
.match_gauche{
	width:85px;
	margin-left:157px;
	text-align:center;
	margin-top:10px;
	float:left;
}
.match_milieu{
	margin-top:10px;
	float:left;
	text-align:center;
}
.match_droite{
	width:85px;
	margin-top:10px;
	float:left;
	text-align:center;
}

/********************************** STYLES ********************************/
.club {
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
}
.resultats {
	color: #ffffff;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.resultats2 {
	color: #ffffff;
	font: 12px Arial, Helvetica, sans-serif;
}
.menubastxt {
	color: #CCCCCC;
	font: 11px Arial, Helvetica, sans-serif;
	line-height:30px;

}
.titreactus {
	color: #ffffff;
	font: 14px Georgia, serif;
	text-align:left;
	padding-bottom:15px;
}
.actus {
	color: #999999;
	font: 10px Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:12px;
}
.georgia12blanc {
	color: #fff;
	font: 12px Georgia, serif;
}
.arial10italic {
	color: #7D7D7D;
	font: italic 10px Arial, Helvetica, sans-serif;
}
.trebuchet12blanc {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
}
.trebuchet12blancboldmaj {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	text-transform:uppercase;
}
.trebuchet14blancbold{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
}




ul.sidenav {
	list-style-type: none;
	/*margin: auto;*/
	margin-top:120px;
	margin-left:auto;
	margin-right:auto;
	width:590px;
}
ul.sidenav li {
	position: relative;
	float: left;
	margin-top: 10px;
	padding: 0;
}
ul.sidenav li a{
	/*display: block;*/
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 2;
	margin:10px 0px 0px 10px;
}
ul.sidenav li a:hover {
	/*margin:0px 0px 0px 10px;*/
}
ul.sidenav li div {
	display: none;
	position: absolute;
	left: -75px;
	height:102px;
	width: 190px;
	/*top:-100px;*/
	padding-left:5px;
	padding-right:5px;
	font-size: 0.9em;
	background-image:url(IMG/bulle.png);
	background-repeat:no-repeat;
	background-position:center center;
	
	/*background: url(IMG/bubble_top.png) no-repeat center top;*/
}
ul.sidenav li div p {
	margin-top: 10px;
	margin-bottom:5px;
}

