/* CSS Document */
	body {
		color:#000000;
		background-color:#f3f2f1;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin: 0px;
		/*background-image:url(img/carrelages.gif); 
		background-position:top left; */
	}
	#base, #banner, #footer {
		width:900px;
	}
	#base {
		height:550px;
		background-color:#FFFFFF;
		margin:auto;
		border: solid 1px #BBBBBB;
	}
	#banner {
		height:100px;
		background-color:#EAE4DA;
		margin-bottom:10px;
	}
	#middle_splash {
		height:405px;
		width: 900px;
		background-color:#EAE4DA;	
		text-align: center;	
	}
	
	/* pour retirer les pointillés dans firefox */
	a {
	outline: none;
	}
	:focus {
	-moz-outline-style: none;
	}
	
	
	/* langues */
	#menu_lang_place {
		width:480px;
		height:13px;
		padding-top:30px;
		padding-left:417px;
	}
	#menu_lang {
		list-style:none;
		width:65px;
		height:13px;
		float:left;
		margin:0px;
		padding:0px;
		margin-left:0px;
		margin-top:0px;
	}
	#menu_lang li {
		margin:0px;
		padding:0px;
		float:left;
		margin-right:0px;
		display:block;
		height:13px;
}
	#fr, #en, #nl {
	display:block;
	height:13px;
	text-decoration:none;
	}
	#fr {
		width:21px;
		background: url(img/languages.gif) no-repeat 0px 0px;	
	}
	#fr:hover {
		width:21px;
		background: url(img/languages.gif) no-repeat 1px -14px;	
	}
	#en {
		width:22px;
		background: url(img/languages.gif) no-repeat -21px 0px;	
	}
	#en:hover {
		width:22px;
		background: url(img/languages.gif) no-repeat -20px -14px;	
	}
	#nl {
		width:22px;
		background: url(img/languages.gif) no-repeat -43px 0px;	
	}
	#nl:hover {
		width:22px;
		background: url(img/languages.gif) no-repeat -43px -14px;	
	}
	
	.clear {
		clear:both;
	}
	#footer {
		height:25px;
		background-color:#EAE4DA;
		margin-top:10px;
	}
	/* Tooltips */
	#bubulle {
		position: absolute;
		width: 147px;
		z-index: 998;
		visibility: hidden;
	}
	#bulle_nose {
		position: absolute;
		top: 14px;
		left: 0;
		width: 29px;
		height: 15px;
		background: url(img/bulle_nose.gif) top left no-repeat;
		z-index: 999;
	}
	#bulle {
		top: 0;
		margin-left: 27px;
	}
	#bulle_top, #bulle_middle, #bulle_bottom {
		position: relative;
		width: 120px;
		display: block;
		margin: 0;
		padding: 0;
	}
	#bulle_top, #bulle_bottom {
		height: 10px;
	}
	#bulle_top {
		background: url(img/bulle_top.gif) top left no-repeat;
	}
	#bulle_middle {
		background: url(img/bulle_middle.gif) top left repeat-y;
	}
	#bulle_content {
		font: 10px Arial, Helvetica, sans-serif;
		color: #FFF;
		padding: 0 10px;
		z-index: 1000;
		/* hauteur minimum */
		height: 18px;
	}
	/* astuce pour MSIE */
	html>body #bulle_content {
		height: auto;
		min-height: 18px;
	}
	#bulle_bottom {
		background: url(img/bulle_bottom.gif) bottom left no-repeat;
	}

