/** 
 * Slideshow style rules.
 */
#slideshow {
	width:800px;
	height:600px;
	position:absolute;
}
#slideshow #slidesContainer {

  width:800px;
  height:600px;
  position:absolute;
}
#slideshow #slidesContainer .slide {
  width:800px;
  height:600px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  position:absolute;
  cursor: pointer;
  z-index:5;
}



a.control{
	color: #ffffff;
	font-family:Times;
	font-size: 14px;
	text-decoration:none;
	
	
	}
a.control:hover {
	color: #eeeeee;
	font-family:Times;
	font-size: 14px;
	text-decoration:none;
	
	
	}


#navDiapo{
	display:block;
	width:0px;
	height:0px;
	position:absolute;
	right:0px;
	bottom:0px;
	cursor:pointer;

}
#leftControl {
  top:340px;
  left:-50px;
}
#rightControl {
  top:340px;
  left:810px;
}

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


#pageContainer {

  width:800px;
}

.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:left;

}
#footer {
  height:100px;
}
#footer p {

  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:0px;
}
legend{
	font-size:1.8em;
	display:block;
	margin-left:0px;
	position:absolute;
}
label{
	display:block;
	float:left;
	width:70px;
	text-align:right;
	margin:0px;
}
button{
	display:block;
	clear:left;
	color:#555;
	margin-left:0px;
	
}
input,textarea{
	float:left;
	width:180px;
	margin:0px;
	color:#555;
}
textarea{
	height:100px;
}
