/* Gestion du header */
#contentheader #header {
	height:163px;
	position:relative;
	}
#contentheader #header h1 {
	margin:0 0 16px 140px;
	padding:6px 0 0 0;
	font:bold 28px Trebuchet MS;
	color:#fbee20;
	text-align:left;
	}
#contentheader #header h1 a {
	color:#e0dc0a;
	text-decoration:none;
	}
#contentheader #header h1 strong {
	font:normal 15px Trebuchet MS;
	color:white;
	display:block;
	}
#contentheader #header form {
	color:white;
	font:bold 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	display:block;
	}
#contentheader #header form .ok {
	height:20px;
	width:30px;
	border:none;
	margin:0;
	padding:0;
	color:white;
	background-color:#97b20d;
	}
#contentheader #header div {
	position:absolute;
	top:7px;
	right:100px;
	height:55px;
	background:url(../../../static/images/hpmap.gif) left no-repeat;
	text-indent:35px;
	}
#contentheader #header div a {
	color:white;
	font:normal 10px Arial, Helvetica, sans-serif;
	display:block;
	padding-top:2px;
	}
#contentheader #header img {
	float:left;
	}

/*navigationigation*/
#navigation {
	font-family:Trebuchet MS;
	font-size:12px;
	margin:0;
	}
#navigation .recette {
	width:75px;
	}
#navigation .recette a {
	width:75px;
	background:url(../../../static/images/navrecette.gif);
	height:35px;
	display:block;
	float:right;
	}
#navigation .recette a:hover {
	background:url(../../../static/images/navrecetteon.gif);
	}

#navigation, #navigation ul {
	float: left;
	width: 809px;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0 0 1em 0;
}
#navigation a strong {
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#8c8a10;
	}

#navigation a {
	display: block;
	width:102px;
	height:35px;
	padding-top:10px;
	color: #666666;
	text-decoration: none;
	text-align:center;
	background:url(../../../static/images/nav.gif) top;
}
#navigation a:hover {
	background:url(../../../static/images/nav.gif) 0 45px;
}

#navigation a.daddy {
	display: block;
	width:158px;
	height:25px;
	line-height:25px;
	color: #7C6240;
	text-decoration: none;
	padding: 5px;
	text-indent:15px;
	text-align:left;
	background:url(../../../static/images/trioff.gif) 140px 12px no-repeat white;
	color:#8c8a10;
	font-family:Trebuchet MS;
}
#navigation a.daddy:hover {
	background:url(../../../static/images/trion.gif) 140px 12px no-repeat #97b20d;
	color:white;
	font-weight:bold;
	}

#navigation li {
	float: left;
	padding: 0;
	width: 102px;
	margin-right:1px;
}

#navigation li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: 0;
	border-bottom:solid 1px #8c8a10;
}

#navigation li li {
	padding-right: 1em;
	width: 14.4em;
}

#navigation li ul a {
	display: block;
	width:158px;
	height:25px;
	line-height:25px;
	text-align:left;
	padding: 5px;
	background:white;
	color:#8c8a10;
	text-indent:10px;
	font-weight:bold;
	border-top:solid 1px #8c8a10;
	font-family:Trebuchet MS;
}
#navigation li ul a span {
	font-style:italic;
	color:#666666;
	font-size:11px;
	}
#navigation li ul a:hover span {
	color:white;
	}

#navigation li ul a:hover {
	background:#97b20d;
	color:white;
	font-weight:bold;
	}
#navigation li ul ul {
	margin: -36px 0 0 14em;
}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
}

#navigation li:hover, #navigation li.sfhover {
	background:none;
}

