#bloc_slideshow {
	display:block;
	position:relative;
	height:300px;
	width:auto;
	padding:0;
	margin:0;
}

#slideshow img {
	border:0;
}
#slideshow.home { margin: 0; }
#slideshow.home #option1off { position: absolute; margin: 20px 0 0 415px; z-index: 2; visibility: hidden;  }
#slideshow.home #option2off { position: absolute; margin: 101px 0 0 415px; z-index: 2; visibility: visible;  }
#slideshow.home #option3off { position: absolute; margin: 183px 0 0 415px; z-index: 2; visibility: visible;  }

#slideshow.home #option1on { position: absolute; margin: 20px 0 0 415px; z-index: 2; visibility: visible;  }
#slideshow.home #option2on { position: absolute; margin: 101px 0 0 415px; z-index: 2; visibility: hidden;  }
#slideshow.home #option3on { position: absolute; margin: 183px 0 0 415px; z-index: 2; visibility: hidden;  }

#slideshow.continuum { height: 265px; margin: -15px 0 20px 0; }
#slideshow.continuum #option1 { position: absolute; margin: 20px 0 0 415px; z-index: 2; }
#slideshow.continuum #option2 { position: absolute; margin: 101px 0 0 415px; z-index: 2;  }
#slideshow.continuum #option3 { position: absolute; margin: 183px 0 0 415px; z-index: 2; }

#slideshow #slide1 { position: absolute; margin: 0; padding:0 ; z-index: 1; visibility: visible; }
#slideshow #slide2 { position: absolute; margin: 0; padding:0 ; z-index: 1; visibility: hidden; }
#slideshow #slide3 { position: absolute; margin: 0; padding:0 ; z-index: 1; visibility: hidden; }

#slideshow #slide1, #slideshow #slide2, #slideshow #slide3 {
	position: absolute;
	width: 568px;
	height: 235px;
	margin:5px;
	padding:45px  5px  0  25px;
	border: 3px solid #fff;
	display: block;
	-moz-border-radius:1.2%;}

#slideshow #slide1 {
	background: #e5e5e5 url('http://www.axelibre.org/cote_jardin/images/fond_alire.jpg');

}
#slideshow #slide2 {
	background: #e5e5e5 url('http://www.axelibre.org/cote_jardin/images/fond_avoir.jpg');

}

#slideshow #slide3 {
	background: #e5e5e5 url('http://www.axelibre.org/cote_jardin/images/fond_ecouter.jpg');

}

#slideshow p{
	text-align:justify;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.7em;
	margin-left:1px;
	margin-right:10px;
	margin-top:1px;
	margin-bottom:1px;
}
#logo {
	width:250px;
	height:100px;
	background: #000;
	position:relative;
 /* for IE */
  filter:alpha(opacity=0);
  /* CSS3 standard */
  opacity:0;

	top: 20px;
	left:20px;
	z-index: 999;
}


#bannieres {
	top:2px;
	margin: 0;
	padding: 0;
	display: block;
	left:0;
	width:1000px;
	height:200px;
}
#menu {
	position:absolute;
	top:138px;
	height: 20px;
	width:1000px;
	background:url(http://www.axelibre.org/test/qm/qmvis/qmimages/center_tile.gif) bottom repeat-x;
	font-family:"trebuchet ms", sans-serif;
	font-size:11px;
	text-align:center;
}
#menu ul {
	float: left;
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu li {
	float : left;
}


#menu a {
	color:#444;
	text-decoration:none;
}


.slide {
	display:block;
	float:left;
	width:120px;
	height:auto;
}
.cherche {
	display:block;
	padding: 10px 0 0 200px;
	float:left;
	width:180px;
	height:10px;
}

.slide .picto
	{
	display:block;
	position:absolute;
	left:-9999px;
	top:0;
}
.slide .picto img {
	border:0;
}

.slide:hover span {

position:absolute;
width:1000px; height:100px; left:0; top:-138px;}

.slide:active {border:0 solid #000;}
.slide:focus {border:0 solid #000; outline:0;}


.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:left;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul,
.slide .picto:hover {
	position:		absolute;
	top:			-999em;
	width:			30em; /* left offset of submenus need to match (see below) */
	color:			#444;
	background:		#eee;
	border:			1px solid #ccc;
	-moz-border-radius: 3%;
}

.sf-menu ul li {
	width:			30em;
	border-left:	1px solid #eee; /* correction boiteuse su padding sur .sf-menu a */

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;

}
.sf-menu a {
	display:		block;
	position:		relative;

}
.slide:hover ul,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3em; /* match top ul list item height */

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a{
	padding: 		1.5em;
	width:100px;
	text-decoration:none;
}
.pano a{
	padding: 		.45em 2em;
	width:auto;
	text-decoration:none;
}

.pano h3{
	padding: 		.5em 1em;
	font-size:16px;
}

.rub {
	display:block;
	letter-spacing: 2px;
	padding: 	.75em;
	border-top:	1px solid #ccc;
	overflow:hidden;
}

.slide .current:hover,
.sf-menu  a:focus,
.sf-menu a:hover, .sf-menu a:active,
.slide:hover ul,
.sf-menu li:hover ul {
	outline:		0;
	background: #eee;
	z-index:99;
}
.slide .current:hover {
	border-right: 1px solid #ccc;
}
.slide .pano a:hover{
	padding-left: 		2.5em;
	background:		#ddd url('http://www.axelibre.org/images/puce/xpuce_10px.png') 2% 50% no-repeat;
}
