/* DIAPO INDEX */
.diapo_index { /* obligatoire pour ne pas avoir de problèmes avec le diaporama */
			height:400px;
			width:1024px; /* 100% de #content_index */
			background:#333;
			box-shadow:#666 3px 3px 7px; 
			position: relative;
			overflow: hidden;
			z-index:100; /* doit être inférieur à celui du NAV principal */
			}
	
/* DIAPO SMALL */
.diapo_small {  /* obligatoire pour ne pas avoir de problèmes avec le diaporama */
			height: 350px;
			width:50%; /* 50% de #content qui fait 94% */
			background:#333;
			box-shadow:#666 3px 3px 7px;
			position: relative;
			overflow: hidden;
			z-index:100; /* doit être inférieur à celui du NAV principal */
			}

			
.animation { /* DIV et dimensions REQUIS */
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden;
	}
.animation > div {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
.animation img { width:100%; height:100%; }
	

/********* BOUTONS 
#pix_prev, #pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}
#pix_prev {
	background: url(../img/diapo/button_prev.png) no-repeat;
	left: 10px;
}
#pix_next {
	background: url(../img/diapo/button_next.png) no-repeat;
	left: auto!important;
	right: 10px!important;
}
#pix_pag {
	margin: 0 auto;
	position: relative;
	width: 940px;
	z-index: 1002;
	display: none;
}
#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 0 0 0 13px;  marges du bouton de pause 
	position: relative;
	width: 24px;
}
#pix_play {
	background: url(../img/diapo/button_play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
#pix_stop {
	background: url(../img/diapo/button_pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
*/

/******** PAGINATION **********/
#pix_pag_ul {
	float: right;
	margin: 0;
	padding: 0;
}
#pix_pag_ul > li {
	cursor: pointer;
	display: block;
	.display: inline-block;
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 8px 0;
	text-align: center;
	text-indent: -9999px;
	width: 16px;
}
#pix_pag_ul > li > span {
	background: #222;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	height: 16px;
	width: 16px;
}
#pix_pag_ul > li:hover > span > span {
	background: #ccc;
}
#pix_pag_ul > li > span > span {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	float: left;
	height: 8px;
	margin: 4px;
	width: 8px;
}

#pix_pag_ul > li > .pix_thumb {
	border: 4px solid #f2f2f2;
	.border: 4px solid #e6e6e6;
	border: 4px solid #e6e6e6\9;
	-moz-box-shadow: 0 1px 8px #000;
	-webkit-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #000;
	height: 58px;
 	left: -17px;
	position: absolute;
	top: -60px;
	width: 58px;
}
#pix_pag_ul > li > .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid  #e6e6e6;
	top: 26px;
	left: 12px;
	position: absolute;
}

.pix_relativize {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}


.caption {  /* style appliqué à la DIV contenant le H1 + P */
	display: block;
	position: absolute;
	bottom: 20px;
	width: 500px;
	padding: 15px;
	font-size: 13px;
	color: #fff; 
}

.animation .caption  h2,
.animation .caption  p  { 
	float: left;
	width: 500px;
	padding-left:10px;
	color:DarkSlateGrey;
	background:#fff;
	opacity:0.8;
}
.animation .caption  h2 {
		margin: 0 0 15px 10px;
		font-size: 24px;
		}
.animation .caption  p {
		margin: 0 0 0 10px;
		font-size: 16px;
		font-weight: bold;
		}

.fromRight, .fromLeft { top:0px; }
.ui-loader { display:none; }