@charset "utf-8";
/* CSS Document */
@import "IDX-THM-BN.css";
html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
}
#page-centre {
	position: absolute;
	width: 760px;        /* selon la largeur voulue */
	margin-left: -380px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	height: 600px;       /* selon la longueur voulue */
	margin-top: -300px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
	padding: 0;
}
#page-contenu {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
/*************************************************************************************************************/
#entete {
	width: 760px;
	height: 102px;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
}
/*************************************************************************************************************/
#pieddepage {
	width: 760px;
	height: 20px;
	line-height: 20px;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	bottom: 0;
}
/*************************************************************************************************************/
#corpsdepage-index {
	width: 760px;
	float: none;
	clear: both;
	margin: 0 auto;
}
	.index-legende {
		margin: 0;
		padding: 0;
	}
	.index-legende a img {
		float: left;
		margin: 0;
		padding: 0;
	}
	.index-legende a .description-conteneur {
		display: none;
	}
	.index-legende a:hover .description-conteneur {
		position: absolute;
		display: inline-block;
		left: 0;
		width: 760px;
		height: 356px;
		margin: 0 auto;
	}
	.index-legende a:hover .description-conteneur .description-contenu {
		width: 740px;
		margin: 0 auto;
		padding: 10px;
		vertical-align: middle;
		display: inline-block;
	}
	.index-legende a:hover .description-conteneur .description-contenu span {
		margin: 0;
		width: 360px;
		padding: 10px;
		vertical-align: middle;
		display: inline-block;
	}
/*************************************************************************************************************/