/*
	---------- Feuille de style du pavé des offres campings-plus défilantes (sur la home) ----------
*/

		/*div { border: 1px solid black; }*/	/* fait bugger noobSlide ? */

/* 
	style global de l'entourage du pave des offres campings-plus :
*/
.offres_cplus_fond_image {
	background-image: url(/images/photo_baie.jpg);
	background-repeat: no-repeat;
}
.offres_cplus_fond_blanc {
	background-color: #ffffff;
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.offres_cplus_contenu {
	overflow: hidden;
}
.offres_cplus_contenu,
.offres_cplus_contenu div {
	font-size: 10px;
}
.offres_cplus_titre {
	color: #FF0000;	/*9F0013;*/
	font-weight: bold;
	border-bottom: 1px solid #FF0000;	/*9F0013;*/
}
.offres_cplus_contenu titre {
	font-weight: bold;
	color: #9F0013;
}

/*
	Style des paves noobSlide :
	ATTENTION : les modif peuvent niquer la mise en page sous IE6.
*/
#offres_cplus_masque_1 {
	position: relative;
	width: 245px;
	height: 105px;
	margin: 5px;
	overflow: hidden;
}
#offres_cplus_pave_1 {
	position: absolute;
}
#offres_cplus_pave_1 div {
	width:245px;
	height:105px;
	float:left;
	padding: 0px;
}
#offres_cplus_pave_1 div h3 {
	color: #2E6396;
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
}
#offres_cplus_pave_1 div a {
	color: #717273;
}
#offres_cplus_pave_1 div a:hover {
	color: #3395D4;	/* F58500 */
	text-decoration: none;
}
#offres_cplus_pave_1 div a:hover h3 {
	color: #F58500;
	text-decoration: none;	/*underline*/
}
#offres_cplus_pave_1 .plusdinfos {
	font-size: 9px;
	font-weight: bold;
	color: #3395D4;
}
#offres_cplus_pave_1 a:hover .plusdinfos {
	color: #F58500;
	text-decoration: underline;
}

/*
	Style des boutons suiv/prec :
*/

.offres_cplus_contenu .buttons {
	padding:5px;
}
.offres_cplus_contenu .buttons span {
	color:#0080FF;
	padding:0 5px;
	cursor:pointer;
	font:10px Verdana
}
.offres_cplus_contenu .buttons span.active, 
.offres_cplus_contenu .buttons span:hover {
	background:#0080FF;
	color:#fff
}
.offres_cplus_contenu .buttons span.prev {
	float: left;
	font-weight: bold;
		/* color:#ff0000; */ /* test */
}
.offres_cplus_contenu .buttons span.next {
	float: right;
	font-weight: bold;
}
.offres_cplus_contenu .buttons div.tout,
.offres_cplus_contenu .buttons div.tout a {
	color: #0080FF;
	text-align:center;
}
.offres_cplus_contenu .buttons div.tout a:hover {
	background:#0080FF;
	color:#fff;
	text-decoration: none;
}
