/*
    bandeau 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;
}

.bandeau { 
	width: 655px; 
	height: 150px; 
	position: relative; 
	margin: 0 auto 15px; 
}
.bandeau .wrapper { 
	width: 600px; 
	overflow: auto; 
	height: 150px; 
	margin: 20px 25px; 
	position: absolute; 
	top: 0; 
	left: 0; 
}
.bandeau .wrapper ul { 
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	background: #D2D6DF; 
	margin: 0; 
}
.bandeau ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 360px; 
	width: 640px; 
	margin: 0; 
}

#thumbNav { 
	position: relative; 
	top: 0px; 
	text-align: left; 
	left: 500px;
}
#thumbNav a { 
	color: black; 
	font: 12px/18px Arial; 
	display: inline-block; 
	padding: 2px 8px; 
	height: 18px; 
	margin: 0 5px 0 0;
	border: 1px solid #FFF;
	opacity: 0.7;
	/*background: #A5B5D0 url(http://www.reseaufoot.fr/themes/rezofoot/gfx/images/cellshade.png) repeat-x; */
	background: #A5B5D0	/*url(../images/cellshade.png) repeat-x*/; 
	text-align: center;
	text-decoration: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px; 
	-webkit-border-top-left-radius: 5px; 
}
#thumbNav a:hover { 
	color: #FFFFFF;
	/*background-image: none; */
}
#thumbNav a.cur { 
	background: #365284; 
}

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

/*
    For Specific Slides
*/
#quoteSlide{ 
	padding: 30px; 
}
#quoteSlide blockquote { 
	font: italic 24px/1.5 Georgia, Serif; 
	text-align: center; 
	color: #444; 
	margin: 0 0 10px 0; 
}
#quoteSlide p{ 
	text-align: center; 
}
