@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------
----------- JQUERRY --------------------------------
------------------------------------------------ */

/*------ calendrier jquerry----- */
body{ font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;}
.demoHeaders { margin-top: 2em; }

/*------ carrousel jquerry----- */
img {
	vertical-align:middle; 
	border:none;
} 
#thumbs {
	overflow:auto; 
	list-style:none; 
	padding:0px; 
	border:#FFF solid 0px;
} 
#thumbs li {
	float:left;
} 
#thumbs a {
	display:block; 
	margin-right:10px; 
	margin-left:10px; 
	outline:none; 
	border:#FFF solid 1px;
} 
#thumbs a:hover, #thumbs a:focus {
	border:#600 solid 1px;
} 
#thumbs a.active {
	border:#600 solid 1px;
} 
#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;
}
.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;
}