img {
	border:0;
}

#diaporama {
	border: 1px solid #bbb;
	width:451px;
}
#diaporama #placeholder {
	border-bottom: none;
	background-color: white;	
	position: relative;
	z-index: 9;
}
#diaporama #onglets {
	position: relative;
	z-index: 11;
}
#diaporama ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#diaporama li {
	float: left;
	width: 112px;
	height: 28px;
	border: 1px solid #bbb;	
	border-left: none;
	background-color: #ededee;	
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
	position: relative;
}
#diaporama li:first-child {
	border: 1px solid #bbb;	
	width: 110px;
}
#diaporama li.active {
	background-color: #ff6600;
	color: white;
}

/*#diaporama li a {*/
#diaporama li {
	color: black;
	text-decoration: none;	
	font-size: 11px;
	font-weight: bold;	
}
/*#diaporama li.active a {*/
#diaporama li.active {
	color: white;
}

#barre-gauche {
	position: fixed;
	top: 200px;
	left: -182px;
	width: 230px;
	border: 1px solid #bbbbbb;
	border-left: none;
	background-color: #f0f0f1;
	z-index: 11;
	border-radius: 0 5px 5px 0;
	-webkit-backface-visibility: hidden;
}
/*#barre-gauche:hover {
	left: 0;
}*/
#barre-gauche ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#barre-gauche li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #333333;
	height: 28px;
	padding: 8px;
	border-top: 1px solid #bbbbbb;
}
#barre-gauche li:first-child {
	border: none;	
}
#barre-gauche li:hover {
	background-color: #3fb3f3;
	color: white;
}
#barre-gauche li a {
	color: #333333;
	text-decoration: none;
}
#barre-gauche li:hover a {
	color: white;	
}
#barre-gauche li span {
	display: block;
    float: left;
    width: 162px;
}
#barre-gauche li img {
	float: right;
    position: relative;
    top: -2px;
    z-index: 11;
}

#barre-bas {
	position: fixed;
	bottom: -250px;
	height: 120px; //97px;	
	width: 100%;
	background-image: url("../images/bkg_barre_bas.png");
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	z-index: 11;
	cursor: pointer;
}

#barre-bas-principal {
	position:relative;
	width: 927px;
	margin: 0 auto;
	z-index: 9;
}

#visu, #fermer  {
	left: -40px;
    position: absolute;
    top: -130px;
    width: 328px;
}

#fermer  {
	left: 847px;    
    top: 0;
    width: 80px;
    z-index: 11;
}

@media only screen
and (max-width : 800px){
	#barre-gauche {
		display: none;
	}
}