<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
/* ******************* STRUCTURE ********************** */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */
/* **************************************************** */

/* -------------- JQUERY ------------------------------ */
/* -------------- calendrier jquerry ------------------ */
body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;}
.demoHeaders { margin-top: 2em; }
/* -------------- carrousel jquerry ------------------- */
img {
	vertical-align:middle; 
	border:none;
} 

/*----------------- MINIATURES DU PLUGIN JQUERY CYCLE ------------- */
/** html li.thumbnail,
*+html li.thumbnail {display: inline;}*/
/* ----- Miniatures de la fiche */
#thumbs {
	list-style:none;
	padding:10px;
	margin:0px;
}

#thumbs li {
	display: inline-block;
} 

#thumbs a {
	display:block; 
	margin-right:5px; 
	margin-left:5px; 
	outline:none; 
	border:#FFF solid 1px;
} 
#thumbs a:hover, #thumbs a:focus {
	border:#000 solid 1px;
} 
#thumbs a.active {
	border:#600 solid 1px;
} 
/* ----- Fin Miniatures de la fiche */

/* ----- Miniatures de l'encart */
#miniatures {
	list-style:none;
	padding:5px;
	margin:0px;
} 
#miniatures li {
	display: inline-block;
} 
.encartRonds{
	background:url(../images/rond.png);
	width:10px;
	height:10px;
}
.activeSlide .encartRonds{
	background:url(../images/rond_on.png);
	width:10px;
	height:10px;
} 

/* ----- Fin Miniatures de l'encart */


#viewer {
	position:relative; 
	height:360px;
} 
#viewer img[src*="loader"] {
	position:absolute; 
	left:50%; 
	top:50%; 
	margin:-15px 0 0 -15px;
}


/* -------------- BULLES ------------------------------ */
#bulle
{
	 text-align:left; 
	 position:absolute; 
	 top: 0; 
	 left: 0; 
	 border: #600 solid 1px; 
	 display: none; 
	 z-index:500;"
}
.infobulle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #600;
	text-decoration: none;
	letter-spacing:1px;
	 border: #600 solid 1px; 
}
.infobulle div {
	width:250px;
}
.infobulle strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #600;
	text-decoration: none;
}
.infobulle em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F63;
	text-decoration: none;
	letter-spacing:0px;
}</pre></body></html>