#menu {
	top: 0;
}

#entete {
	background-repeat: no-repeat ;
	background-position: 160px 0;
}
#entete table {
	height: 80px;
	font-size: 11px;
}
#entete td {
	margin: 0px;
	padding: 2px 0px;
}

#entete td.recherche {
	width: 160px;
}
#entete form input.saisie {	
	width: 120px;
}
/*
#entete td.texte {
	width: 210px;
}
*/
#entete td.texte * {
	font-size: 11px;
}
#entete td.position {
	width: 150px;
	padding-left: 4px;
	/*
	opacity: 0.8;
	background-color: white;
	*/
}
#entete img.garanties{
	float: right;
}
#entete h1, #entete h2, #entete h3, #entete h4 , #entete h1 a, #entete h2 a, #entete h3 a, #entete h4 a {
	color: #000000;
}
#entete h1 a, #entete h2 a, #entete h3 a, #entete h4 a {
	text-decoration: underline;
}
#entete h1 a:hover, #entete h2 a:hover, #entete h3 a:hover, #entete h4 a:hover {
	text-decoration: none;
}
#entete h1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px;
}
#entete h2 {
	font-size: 10px;
	margin-left: 2px;
	padding-bottom: 2px;
}
#entete h3 {
	font-size: 9px;
	margin-left: 14px;
	padding-bottom: 3px;
}
#entete h4 {
	font-size: 8px;
	margin-left: 26px;
	padding-bottom: 4px;
}