/* CSS Document Spécial Internet Explorer*/
html {
	font-size: 100%;
/* Correction bug IE */
}
body {
	background: #7fffff;
	font-size: 100%;
}
/************************ *  Menu horizontal *************************/
#menu ul li {
	behavior: url('menu.htc');
	background: white;
	display: inline;
	list-style-type: none;
	margin-left: 0;
	position: relative;
}
#menu ul li ul {
	top: expression(this.parentNode.offsetHeight+"px");
	left: 0;
}
/*************************** * Haut de chaque page ***************************/
.ombre {
	filter: progid: DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=12);
	zoom: 1;
}
#bldhisto .cell {
	/*  behavior: url('border-radius.htc');
/* Ne marche pas, enlève bordure  */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	z: 0;
}
#bldhisto {
	/*  position: relative;
*/
/* le menu passe en dessous ! */
}
/***********  Correctif display inline-block ********************/
/*#boxcol > .col {
	zoom: 1;
	display: inline;
}
*/
#glissade, #glisseObj, #glisseObj li {
	display: none;