/* HEADER */
body {
	background-color: #000;
	width: 1004px;
	margin: 0px auto;
	padding: 0px;
}
#top {
	background-image: url("/images/top.jpg");
	width: 1004px;
	height: 269px;
}
#click_zone {
	position: absolute;
	width: 360px;
	height: 400px;
	margin-left: 320px;
	cursor: pointer;
}
#zone_bruno {
	position: absolute;
	width: 250px;
	height: 40px;
	top: 305px;
	margin-left: 40px;
	cursor: pointer;
}
#zone_yann {
	position: absolute;
	width: 250px;
	height: 40px;
	top: 305px;
	margin-left: 720px;
	cursor: pointer;
}
#menu {
	width: 1004px;
	height: 33px;
}
#menu div {
	float:left;
	height: 33px;
}
#la_zone {
	background-image: url("/images/zone_sportive.jpg");
	width: 151px;
	cursor: pointer;
}
#la_zone:hover {
	background-image: url("/images/zone_sportive_ro.jpg");
}
#la_zone_act {
	background-image: url("/images/zone_sportive_act.jpg");
	width: 151px;
}
#programme {
	background-image: url("/images/programmes.jpg");
	width: 151px;
	cursor: pointer;
}
#programme:hover {
	background-image: url("/images/programmes_ro.jpg");
}
#programme_act {
	background-image: url("/images/programmes_act.jpg");
	width: 151px;
}
#menu_center {
	background-image: url("/images/menu_center.jpg");
	width: 402px;
	height: 33px;
}
#horaires {
	background-image: url("/images/horaires.jpg");
	width: 140px;
	cursor: pointer;
}
#horaires:hover {
	background-image: url("/images/horaires_ro.jpg");
}
#horaires_act {
	background-image: url("/images/horaires_act.jpg");
	width: 140px;
}
#photo_video {
	background-image: url("/images/photos.jpg");
	width: 160px;
	cursor: pointer;
}
#photo_video:hover {
	background-image: url("/images/photos_ro.jpg");
}
#photo_video_act {
	background-image: url("/images/photos_act.jpg");
	width: 160px;
}
#under_menu {
	background-image: url("/images/under_menu.jpg");
	width: 1004px;
	height: 56px;
}
#main {
	width: 1004px;
	margin: 0px;
	padding: 0px;
	background-color: #064784;
}
#data {
	width: 759px;
	margin: 0px;
	padding: 0px 6px;
	float: left;
}
#top_main {
	background-image: url("/images/top_main.jpg");
	width: 759px;
	height: 56px;
}
#bg_data {
	width: 759px;
	padding-bottom: 1px;
	background-image: url("/images/bg.jpg");
}
#pub {
	margin-left: 7px;
	float: left;
}
#pub_top {
	background-image: url("/images/bg.jpg");
	width: 220px;
	text-align: center;
}
#pub_top img {
	margin-top: 10px;
	border: 0px;
}
#pub_bottom {
	background-image: url("/images/bg.jpg");
	width: 220px;
	height: 580px;
	margin-top: 8px;
}
#bottom {
	width: 100%;
	height: 5px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

a:link.blanc{
color:white;
text-decoration:none;
}
a:visited.blanc{
color:white;
text-decoration:none;
}
a:hover.blanc{
color:white;
text-decoration:none;
}