div.mainMenuBlock .text_titre_image_home {
	text-indent: -500px;
	background: url('../images/image_titre_home.png') no-repeat;
	position: fixed;
	top: 10px;
	left: 11px;
	width: 224px;
	height: 65px;
	z-index: 100;
}

#blocRecherche {
	position: absolute;
	top: 80px;
	left: 686px;
	z-index: 100;
}

#blocRecherche span.recherche {
	font-size: 17px;
	font-weight: bold;
	color: #949494; 
}

#blocRecherche input.rechercheText {
	background: #d9d9d9;
	border: none;
	width: 100px;
	font-size: 11px;
}

#blocRecherche input.rechercheOK {
	border: none;
	background: url('../images/bouton_ok.png') no-repeat bottom;
	width: 2Opx;
	height: 21px;
	cursor: pointer;
}

#blocRecherche ul {
	margin-top: 10px;
}

#blocRecherche li {
	list-style: disc inside;
	color: #7c7c7c;
	margin-top: 3px;
}

#blocRecherche a {
	color: #7c7c7c;
	text-decoration: none;
}

#blocRecherche a:hover {
	color: #000000;
}