/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:15px auto 0 auto;
	width:560px;
	height:510px;
	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
}

#slideshow #slidesContainer {
	display:block;
  margin:0 auto;
  width:560px;
  height:510px;
  overflow:auto; /* affiche une scrollbar au cas ou */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
  height:510px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:20px;
  height:20px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:270px;
	top:518px;
	/*bottom:0px;*/
	cursor:pointer;
}

#leftControl {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:240px;
	top:518px;
	/*bottom:0px;*/
	cursor:pointer;
  background:transparent url('../img/control_left.png') no-repeat 0 0;
}

#rightControl {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:240px;
	top:518px;
	/*bottom:0px;*/
	cursor:pointer;
  background:transparent url('../img/control_right.png') no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
 
/** {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}

a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}*/

/*a:hover {
  text-decoration:underline;
}*/

/*body {
  background:url('img/bg_body.jpg') repeat-x #393737;
}*/

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  margin:auto;
  background:transparent url(../img/bg_pagecontainer_h1.png) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}

/*.slide img {
  float:right;
  margin:0 15px;
}

#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}*/

/***********
 * Admin
 * ****************/
.ajoutSlide{
	display:block;
	background-image:url('../img/ajoute_slider.png');
	width:119px;
	height:22px;
	text-indent:-9999px;
	outline:none;
}
.admin{
	background-image:none;
}

.admin #pageContainer{
	width:80%;
	margin:auto;
}
.admin #pageContainer h1{
	background:transparent url(../img/admin.png) no-repeat top left;
}
.miniature{
	height:50px;
	clear:left;
	display:block;
	position:relative;
	left:80px;
	height:60px;
	padding:3px;
	margin:3px 0px 3px 0px;
	background-color:#555;
}
.supprimer{
	background: transparent url('../img/btn_suppr.png') no-repeat;
	width:14px;
	height:15px;
	display:block;
	text-indent:-9999px;
	outline:none;
	float:right;
}
form{
	display:block;
	float:left;
	width:300px;
}
fieldset{
	border:1px solid #525050;
	padding:7px;
	margin:3px;
}
legend{
	font-size:1.8em;
	display:block;
	margin-left:250px;
	position:absolute;
}
label{
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin:3px;
}
button{
	display:block;
	clear:left;
	color:#555;
	margin-left:80px;
	
}
input,textarea{
	float:left;
	width:180px;
	margin:3px;
	color:#555;
}
textarea{
	height:100px;
}

/*---------------------------------------- blocs passage vignettes / diaporama ------------------------------------*/

.navSlide {
	background:transparent none no-repeat scroll 0 0;
	height:32px;
	padding-left:250px;
	position:relative;
	top:0px;
}

.navSlide .imgG {
	display:block;
	float:left;
	width:7px;
	padding:0 5px;
	cursor:pointer;
	background:transparent url(../img/rond.png) no-repeat 0 0;
	height:11px;
}

.navSlide .imgH {
	display:block;
	padding:0 5px;
	width:7px;
	cursor:pointer;
	background:transparent url(../img/rond.png) no-repeat 0 -11px;
	height:11px;
}