/* Feuille de style - menu ergonomique */

#header_ergo {
	width: 975px;
	font-family: arial;
	margin: auto;
	background-color: #323232;
}

#header_ergo a {color: #FFFFFF;}

/* Navigation primaire */

#nav_primaire {clear: both; margin-bottom: -5px;}

.menu_top {
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}

.menu_top a {
	height: 37px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../gif/fond_degrade_menu.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #242424;
	border-right: 1px dashed #DDDDDD;
	padding-top: 20px;
}

.menu_top a:hover {color: #CCFF00}

#menu_top_cine        {width: 85px;}
#menu_top_serie       {width: 100px}
#menu_top_dvd         {width: 65px}
#menu_top_home_cinema {width: 125px}
#menu_top_photo       {width: 90px}
#menu_top_video       {width: 90px}
#menu_top_blog        {width: 80px}
#menu_top_forum       {width: 90px}
#menu_top_rec {
	padding: 18px 0px 0px 0px;
	color: #FFFFFF;
	background-image: url(../gif/degrade_form_recherche.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #242424;
	width: 234px;
	height: 39px;
}

/* Formulaire de recherche */

#searchfield {
	border: solid 1px #CCFF00;
	font-size: 13px;
	width: 135px;
	margin-left: 15px;
}

#rec_submit {
	color: #FFFFFF;
	background-color: #323232;
	border: 0px;
	font-size: 12px;
	width: 74px;
	cursor: pointer;
	margin-left: -5px;
}

#rec_submit:hover {
	text-decoration: underline;
	color: #CCFF00;
}

/* Navigation secondaire */

#nav_secondaire {
	clear: both;
	background-color: #000000;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
}

#nav_secondaire a:link, #nav_secondaire a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#nav_secondaire a:hover {
	color: #CCFF00;
	text-decoration: underline;
}

#nav_secondaire li {
	display: inline;
	margin: 0px 6px;
	background: url(../gif/puce.gif) no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#nav_sec_cine, #nav_sec_serie, #nav_sec_dvd, #nav_sec_home_cinema, #nav_sec_photo, #nav_sec_video, #nav_sec_blog, #nav_sec_forum {
	display:none;
	margin: 0px;
	padding: 8px 8px 0px 8px;
}