/*
    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/
*/

*                                       { margin: 0; padding: 0; }




.anythingSlider                         {
	width: 566px;
	height: 348px;
	position: relative;
	margin-bottom: 0px;
}
.anythingSlider .wrapper                {
	width: 556px;
	overflow: auto;
	height: 348px;
	position: absolute;
}
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #eee;
	margin: 0;
	padding:0;
}
.anythingSlider .wrapper img{
	border-top:2px solid #888;
	border-bottom:2px solid #888;
	margin:0;
	padding:0;
}
.anythingSlider ul li                   {
	display: block;
	overflow:hidden;
	float: left;
	padding: 0;
	width: 680px;
	margin: 0;
	
}

.anythingSlider ul li .coinDroit                  {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: #F2F2F2 url(../images/coinSouleve.png) no-repeat top right;
}
.anythingSlider ul li .legendeProjet                  {
	display: block;
	float: left;
	width: 528px;
	height: 24px;
	padding-left: 5px;
	background: #F2F2F2 url(../images/fondLegende.png) repeat-x top right;
	color : black;
	line-height: 2em;
	text-transform: uppercase;
}
.anythingSlider .arrow                  {
	color: black;
	display: block;
	height: 110px;
	width: 110px;
	cursor: pointer;
	background-image: url(../images/fleche.png);
	background-repeat: no-repeat;
	
}
.anythingSlider .forward                {
	
	top: 108px;
	left: 446px;
	background-position: -110px 0;
	right: 670px;
	position: absolute;
	line-height: 300px;
	overflow:hidden;
}
.anythingSlider .back                   {
	top: 108px;
	left: 0px;
	background-position: 0px 0;
	position: absolute;
	line-height: 300px;
	overflow:hidden;
}
.anythingSlider .forward:hover          {
	background-position: -110px -110px;
}
.anythingSlider .back:hover             {
	background-position: 0px -110px;
}


#thumbNav a                             {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	height: 20px;
	background-color: black;
	text-align: center;
	width: 30px;
	font-family: Lucida Grande, Gill Sans, "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	position: relative;
	left: 30px;
	top: 317px;
}
#thumbNav a:hover                       {
	font-family: Lucida Grande, Gill Sans, "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFF;
}
#thumbNav a.cur                         {
	background: black;
	font-family: Lucida Grande, Gill Sans, "MS Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}

#start-stop                             {
	top: 317px;
	height: 20px;
	width: 30px;
	position: absolute;
	left: 0px;
	background-image: url(../images/lecture.png);
}
#start-stop.playing                     {
	background-image: url(../images/pause.png);
	height: 20px;
	width: 30px;
}
#start-stop:hover                       {
	height: 20px;
	width: 30px;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

