/* BARRE DE NAVIGATION ROUGE */
#nav_rouge {
    width:1004px;
    height:30px;
}

#nav_rouge ul {
	height:30px;
	list-style-type:none;
	float:right;
}
#nav_rouge ul li {
	display:block;
	float: left;
	color: #F4F4F4;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
	padding-left:5px;
	padding-right:5px;
	background:url(/img/nav/degrade_rouge.gif);
}
#nav_rouge ul li.active {
    background-color:#070707;
}
.coin2{
	width:15px;
	height:30px;
	float:right;
}
#nav_rouge ul li a {
	color:#fff;
	text-decoration:none;
}
#nav_rouge ul li a:hover {
	text-decoration:underline;
}

/* BARRE DE NAVIGATION NOIRE */

#nav_noir {
    width:1004px;
    height:28px;
}
.coin {
	width:13px;
	background-image:none;
	margin:0;
	padding:0;
	float:left;
}
.noir {
	width:991px;
	float:left;
	background-image: url(/img/nav/degrade.gif);
}
#nav_noir ul {
	height:28px;
	display:block;
	float:left;
}
#nav_noir ul li {
	display:block;
	float: left;
	font-size: 12px;
	padding-left:5px;
	padding-right:5px;
	height: 15px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	margin-top:7px;
}

#nav_noir a {
	color: #fff;
	text-decoration:none;
}
#nav_noir a:hover {
	text-decoration:underline;
}

#nav_noir li.active {
    background-color:#fff;
	background-image:none;
	color:#333;
}
#actions{
	display:block;
	height:28px;
	float:right;
}
/*
.search{
	border:0;
	background-color:transparent;
	background-image: url(/img/nav/searchbox.png);
	background-repeat: no-repeat;
	height: 17px;
	padding-top:9px;
	padding-left:5px;
	width: 110px;
	font-size: 10px;
	display:block;
	float:left;
} */
.go {
	border:0;
	background-color:transparent;
	background-image: url(/img/nav/loupe.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	display:block;
	float:left;
}