/*
*
*	Styles pour la navigation
*
*	Copyright (c) 2006 zepitt.net
*	Datenavigation création : 15.9.06
*	Dernière modification : 18.10.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;
	padding: 0;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px;
}

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

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

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

#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: #ffac59;
}

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;
}