/* CSS Document */

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #807F63;
	text-decoration: none;
}

.fond-menu {
	background-color: #FFF;
	line-height: 20px;
	color: #000;
}


/** LISTE MENU  **/

ul.navlist {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}

.navlist li {
	display: inline;
	list-style-type: none;
}

.navlist a {
	padding: 3px 10px 4px 10px;
}

.navlist a:link, .navlist a:visited {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.navlist a:hover {
	color: #fff;
	background-color: #EDEDED;
	text-decoration: none;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover {
	color: #660000;
	background-color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.copyright {
	background-color: #fff;
	font-size: 9px;
	text-align: center;
	color: #666;
	line-height: 0.1em;
	text-decoration: none;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}