/*---------------------------------------*/
/*               BANDEAU                 */
/*---------------------------------------*/
	
body { background-color: #504433; padding: 0px; margin: 0px; }

#bandeau-tot {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 50%;
	margin-top: -250px;
	background: url(../images/fond_intro.gif) repeat-x;
}

#bandeau {
	width: 950px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	background-image: url(../images/Accueil-SherlockDoc-Logo.jpg);
}

	#bandeau a {
		position: absolute;
		top: 10px;
		left: 820px;
		z-index: 10;
	}

#entrez {
	width: 950px;
	height: 130px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 50%;
	margin-top: 75px;
	text-align: right;
}


	#entrez ul {
		float: left;
		margin-left: 0px;
		padding: 0px;
		width: 896px;
		height: 82px;	
		list-style-type: none;
	}

	#entrez ul li {
		float: left;
		margin-left: 0px;
		height: 82px;
		display: inline;
	}

	#entrez ul li a#imissions { display: block; margin-top: 20px; width: 210px; height: 42px; background: url(../images/Bt-Missions-pt.jpg) no-repeat; }
	#entrez ul li a#imissions:hover { display: block; margin-top: 20px; background: url(../images/Bt-Missions-gd.jpg) no-repeat; }
	#entrez ul li a#iinvestigation { display: block; margin-top: 20px; width: 287px; height: 42px; background: url(../images/Bt-Investigations-pt.jpg) no-repeat; }
	#entrez ul li a#iinvestigation:hover { display: block; margin-top: 20px; background: url(../images/Bt-Investigations-gd.jpg) no-repeat; }
	#entrez ul li a#ienquetes { display: block; width: 209px; height: 82px; background: url(../images/Bt-Enquetes-pt.jpg) no-repeat; }
	#entrez ul li a#ienquetes:hover { display: block; background: url(../images/Bt-Enquetes-gd.jpg) no-repeat; }
	#entrez ul li a#ienquetes-en { display: block; width: 209px; height: 82px; background: url(../images/Bt-Enquetes-pt-en.jpg) no-repeat; }
	#entrez ul li a#ienquetes-en:hover { display: block; background: url(../images/Bt-Enquetes-gd-en.jpg) no-repeat; }
	#entrez ul li a#icontact { display: block; margin-top: 20px; width: 190px; height: 42px; background: url(../images/Bt-Contact-pt.jpg) no-repeat; }
	#entrez ul li a#icontact:hover { display: block; margin-top: 20px; background: url(../images/Bt-Contact-gd.jpg) no-repeat; }
	
	#entrez ul li a span { display: none; visibility: hidden; }
	
