/**************** Jeu du jour *******************/
#jeu_du_jour {
	float: left;
	margin-bottom: 15px;	
}

#jeu_du_jour .titre {
	font-size: 10px;
	float: left;
	width: 489px;
	height: 35px;
	background: url(/img/accueil/jeu_du_jour_background.png) no-repeat top;
}

#bandeau_cal { position: relative; }

#jeu_du_jour .image {
	float: left;
	width: 489px;
	height: 200px;
	cursor: pointer;
}

#jeu_du_jour .titre  .date {
	float: left;
	font-weight: bold;
	width: 140px;
	margin: 10px 0 0 0px;
}

#jeu_du_jour #puces {
	position: absolute;
	top: -27px;
	right: 10px;
}

#jeu_du_jour #puces a {
	font-weight: normal;
	text-indent: 6px;
	padding-top: 3px;
	float: left;
	display: block;
	width: 21px;
	height: 22px;
	background: url(/img/accueil/jeu_du_jour_off.png) no-repeat top;
	color: #999;
}

#jeu_du_jour #puces a.activeSlide,
#jeu_du_jour #puces a:hover {
	background: url(/img/accueil/jeu_du_jour_on.png) no-repeat top;
	color: white;
	text-decoration: none;
}


/********************** Calendrier **********************/
#calendrier {
	float: left;
	width: 491px;
	background: url(/img/accueil/calendrier_background.png) no-repeat top;
	margin-bottom: 15px;	
}

#calendrier a.openCal {
	display: block;
	float: left;
	width: 491px;
	padding-top:55px;
}

#calendrier .jeu {
	float: left;
	width: 240px;
	margin: 0 2px 10px 2px;
}

#calendrier .col_droite {
	margin-left: 10px;
}

#calendrier .jeu .date {
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#calendrier .jeu .image {
	cursor: pointer;
	width: 240px;
	height: 98px;
	overflow: hidden;
}
#calendrier .jeu .link {
	text-align: center;
	width: 100%;
}

/********************* Incontournables *********************/
#incontournables {
	float: left;
}