/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:210px;
	height:300px;
	position:relative;
}
#slidesContainer {
	margin:0px 16px auto;
	width:210px;
	height:300px;
	overflow:hidden; /* affiche une scrollbar au cas ou */
	position:relative;
}
#slidesContainer .slide {
	margin:0 auto;
	width:210px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
	height:300px;
	margin-left:0px;
	margin-top:0px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:41px;
  height:50px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:none;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:58px;
  left:-18px;
  background:transparent url(../images/left.png) no-repeat 0 0;
  z-index:10;
}
#rightControl {
  top:58px;
  left:185px;
  right:0;
  background:transparent url(../images/right.png) no-repeat 0 0;
  
}

/** 
 * Style rules for Demo page
 */

a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  margin:auto;
 
  text-indent: -10000px;
}

.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  
}
.slide .actu_images {
  float:right;
  margin:0px;
}


/***********
 * Admin
 * ****************/
.ajoutSlide{
	display:block;
	background-image:url('../images/actu_images/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{
	
}
.miniature{
	height:50px;
	clear:left;
	display:block;
	position:relative;
	left:80px;
	height:60px;
	padding:3px;
	margin:3px 0px 3px 0px;

}
.supprimer{
	background: transparent url('../images/actu_images/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;
}
