/*
*
*	Styles pour la navigation
*
*	Copyright (c) 2006 zepitt.net
*	Datenavigation création : 15.9.06
*	Dernière modification : 6.12.06
*
*/

#nav, #nav ul { /* barre principale */
	float: left;
	width: 944px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: 0;
	margin: 0 0 12px 0; /* seul Firefox - IE pas ok */
}

#nav a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 0.5em; /* espace haut */
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li { /* espace entre les secteurs */
	float: left;
	padding: 0 0.8em;
}

#nav li ul { /* menu déroulant */
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background: #ddd;
}
#nav li ul a {
	font-weight: bold;
	color: #333;
}

#nav li li {
	padding-right: 1em;
	width: 13em
	
}

#nav li ul a { /* largeur du texte du menu déroulant*/
	width: 16em;
	w\idth: 12em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

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

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

#nav li:hover, #nav li.sfhover { /* survol */
	background: #fff;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}