html{
	height:100%;
}

body {
	background: #ffffff url('../img/fond.jpg') top center no-repeat;
	width:980px;
	height:100%;
	margin: 0px auto;
}

a:link, a:visited{
	color: #660000;
	text-decoration: none;
}
a:hover{
	color: #993300;
}
a:active, a:focus{
    outline:none;
}

img {
	border:0px;
}

#footer{
	background-image:url('../img/footer.jpg');
	width: 100%;
	position: absolute;
	left:0px;
	height:38px;
	text-align: center;
}

#adresse{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

#page_haut{
	background-image:url('../img/page_haut.png');
	width: 980px;
	height: 25px;
}

#page_bas{
	background-image:url('../img/page_bas.png');
	width: 980px;
	height: 25px;
}

#page_gauche{
	background-image:url('../img/page_gauche.png');
	width: 11px;
}

#page_droite{
	background-image:url('../img/page_droite.png');
	width: 11px;
}
/*
#page_gauche{
	background-image:url('../img/page_gauche.png');
	float: left;
	width: 11px;
	height: 100%;
}

#page_droite{
	background-image:url('../img/page_droite.png');
	float: right;
	left: 969px;
	width: 11px;
	height: 100%;
	margin-bottom:25px;
	border: 1px solid #000000;
}*/

#site{
	background: #ffffff url('../img/fond_contenu.jpg') top center no-repeat;
	width: 958px;
	height:100%;
	background-color: #ffffff;
	border: 0px solid #000000;
	
	margin-bottom: 10px;
}

#baniere{
	text-align: center;
	top:0px;

}

#menu{
	text-align: center;
	width:930px;
}

#multi-ddm{
	text-align: center;
}

.center{
	text-align: center;
}

#sous_menu{
	float: left;
	width: 170px;
	margin-left: 25px;
	border-right: 1px solid #d2d2d2;
}

#contenu{
	height:100%;
	min-height: 400px;
	width: 730px;
	margin-left: 200px;
}

#slide{
	position: relative;
	width:400px;
	height:266px;
	float:left;
	top:0px;
}

#slideshow{
	width:400px;
	height:266px;
	top:0px;
	left:0px;
	position:absolute;
}

#slide_cadre{
	position:relative;
	width:400px;
	height:266px;
	padding:2px;
	background: url('../img/slide_cadre.png') no-repeat;
	z-index:10;
	top:0px;
	left:0px;
}

#actu{
	position: relative;
	background: url('../actualite/img/actu.png') no-repeat;
	top:-7px;
	left: 50px;
	width: 251px;
	height: 274px;
	border: 0px solid #c2061e;
}

#actu_fieldset{
	width: 95%;
	height:92%;
	overflow: auto;
	margin-top:10px;
}

.separ_actu{
	text-align: center;
	padding-top:7px;
	padding-bottom:5px;
}

#news{
	position: relative;
	left: 0px;
	width: 702px;
}

#news_haut{
	height: 20px;
	width: 702px;
	background:url('../actualite/img/news_haut.png') no-repeat;
}

#news_bas{
	height: 20px;
	width: 702px;
	background:url('../actualite/img/news_bas.png') no-repeat;
}

#news_cote{
	height: 20px;
	width: 702px;
	background:url('../actualite/img/news_cote.png') repeat-y;
}

#connexion{
	position: relative;
	left: 10px;
	top:0px;
	color: #BBBBBB;
	z-index: 5;
}

#bulle{
	position: absolute;
	z-index:5000;
	font-size:10px;
}

#galerie{
	width: 100%;
	border: 2px solid #c2061e;
}

#photo{
	width: 100%;
	border: 2px solid #c2061e;
}

.border{
	border: 2px solid #c2061e;
}

.petit{
	font-size:smaller;
}

.lien_img{
	cursor: pointer;
}

.lien_span{
	position:relative;
	top:5px;
	cursor: pointer;
	color: #660000;
}

.lien_span:hover{
	color: #993300;
}

.classement {
text-align: center;
 border-bottom: 1px solid #d2d2d2;
 border-left: 1px solid #d2d2d2;
 border-right: 1px solid #d2d2d2;
 border-top: 1px solid #d2d2d2;
}
.classement tr td {
 padding-left: 20px;
padding-right: 20px;
 }
 .classement tr th {
 	border: none;
	border-bottom: 1px solid #d2d2d2;}
.classement tr td.team {color: #00A7E3;
			text-align: left;
			 }
classement2 {
width:80%;
margin:10px auto;
}

table.journee {
	    	border-collapse: collapse;
	    	width: 80%;
	    	margin: 20px auto;
	    	border: 1px solid #d2d2d2;
	    	}
		.n3 table.journee {
			width:100%;
			}
	    	table.journee thead th {
				text-align:center;
	    		background: #434343;
	    		color: #fff;
	    		}
	    	table.journee td {
	    		border: 1px solid #d2d2d2;
	    		text-align: center;
	    		line-height: 20px;
	    		}
	    		table.journee td.date { width: 80px; }
	    		table.journee td.heure { width: 50px; }
	    		table.journee td.score1, table.journee td.score2  { width: 24px; }
				table.journee td.team1, table.journee td.team2  { width: 134px; }
	    		table.journee td.win  {background: #eee; }
