body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF4242;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/fond.jpg) top left repeat-x;
}
#header {
	height: 100px;
}
#conteneur {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -375px;
}
#gauche {
	float:left;
	width: 110px;
	padding: 5px;
	border: 1px dashed;
	text-align: left;
}
#centre {
	float:left;
	margin-left: 5px;
	width: 530px;
	height: 400px;
}
#pied {
	float:left;
	width: 550px;
}
#droite {
	float:right;
	width: 110px;
	padding: 3px;
	border-color:#FFFFFF;
	border: 1px dashed;
	text-align: center;
}
#sportsessions {
	float:right;
	width: 112px;
	padding: 5px;
	text-align: center;
}
p {
	margin: 0 0 10px 0;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	z-index: 100;
	position: absolute;
	top: 105px;
	left: 130px;
	width: 620px; /* précision pour Opera */
}
#menu dl {
	float: left;
	width: 10em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	margin: 1px;
}
#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
#photos {
	position: absolute;
	margin-top:5px;
	z-index: 1;
}
#donnees {
	position: relative;
}
.colactu {
    width: 100px;
	font-style: italic;
}
.titre {
	color: #FFFFFF;
	font-weight: bolder;
	font-size:18px;
	text-align:center;
}
.whitebold {
	color: #FFFFFF;
	font-weight: bolder;
}
.white {
	color: #FFFFFF;
}
.whitelink a, a:hover {
	font-weight: bold;
}
a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #000000;
}
.petit {
	font-size: 10px;
}
.compteur {
	font-size: 0.8em;
}
