/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 745px; height: 329px; }
.anythingSlider .wrapper                { width: 750px; overflow: auto; height: 329px; margin: 0 0; top: 0; left: 0; z-index:0; position:relative;}
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; top: 0; left: 750px; margin: 0; position:relative;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 780px; margin: 0; position:relative;}
.anythingSlider ul li img.illustration                  { display:block;}
.anythingSlider .arrow                  { display:none;}
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               {text-align: center;  margin:-30px 0 0 590px;  float:right; z-index:500; position:absolute;}
#thumbNav a                             { background-image:url(../img/pagination_actif.png); width:23px; height:20px; display:block; float:left; text-align:center; margin:0 0 0 5px;color:#fff; font-weight:bold; padding:3px 0 0 0; }
#thumbNav a:hover, #thumbNav a.cur{background-image:url(../img/pagination_inactif.png);}

#start-stop                             { display:none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/


/* color et bulle*/
#contDiapo{ float:left; width:740px;}

.contDiapoMasque2{
	z-index:1;
	background-repeat:no-repeat;
	background-position:left;
	width:304px;
	height:329px;
	position:absolute;

	
}
.bulleDiapo{
	width:296px;
	height:329px;
	float:right;
	position:absolute;
	right:0;
	top:0;


	line-height:12px;
	
}

.inteBulle{
	width:160px;
	height:81px;
	margin:90px 0 0 90px;
}
.bulleDiapo h3, .bulleDiapo h4{ font-family:Georgia, "Times New Roman", Times, serif;font-size:17px; line-height:17px; font-weight:normal; }
.bulleDiapo h3{ color:#73a8da; margin:0 0 3px 0;}
.bulleDiapo h4{ text-transform:uppercase; color:#00519e; margin:0 0 10px 0;}
.bulleDiapo a{ font-weight:bold;}
.bulleDiapo a:hover{ background-color:#00519e; color:#fff;}

.contimage{
	display:block; width:740px;
	background-repeat:no-repeat;
	height:330px;
	position:relative;
	overflow:hidden;
}


/*couleurs*/
.home .contDiapoMasque2{background-image:url(../img/bg_ban_home.png); }
.home .bulleDiapo{background-image:url(../img/bg_ban_home2.png);}


