/**********************************
 * NavBar = univers
 **********************************/
#navbar
{
	background-image: 		url(../images/commons/menu_bg.jpg);
	background-position: 	left;
	background-repeat: 		repeat-x;
}
#navbar_left
{
	background-image:		url(../images/commons/menu_left.jpg);
	background-position: 	left;
	background-repeat: 		no-repeat;
	padding-left: 			20px;
}
#navbar_right
{
	background-image:		url(../images/commons/menu_right.jpg);
	background-position: 	right;
	background-repeat: 		no-repeat;
	padding-right: 			20px;
}

#navbar tr
{
	vertical-align: center;
}


#navbar .navbar_link_selected:link,
#navbar .navbar_link_selected:hover,
#navbar .navbar_link_selected:active,
#navbar .navbar_link_selected:visited,
#navbar .navbar_link:link,
#navbar .navbar_link:hover,
#navbar .navbar_link:active,
#navbar .navbar_link:visited
{
	background-position: top;
	background-repeat: 	repeat-x;
	font-family: 		Impact;
	font-size: 			13pt;
	display: 			block;
	color: 				#FFF;
	text-decoration: 	none;
	text-align: 		center;
	padding: 			12px 20px 8px 20px;
	padding: 			11px 10px 11px 10px;
	padding: 			10px 5px 8px 5px;
	padding: 			11px 4px 9px 5px;
}

.navbar_link_selected:link,
.navbar_link_selected:hover,
.navbar_link_selected:active,
.navbar_link_selected:visited
{
}


#navbar .navbar_left
{
	background-image: url(../images/commons/menuitem_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 2px;
}
#navbar .navbar_right
{
	background-image: url(../images/commons/menuitem_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 2px;
}


/**********************************
 * NavContent = categ + sous-categ
 **********************************/
#navcontent
{
	position: absolute;
	margin-left: 100px;
	width: 910px;
	z-index: 2;
}

#navcontent .navcontent_category
{
	color: 				#FFF;
	font-size: 			10pt;
	font-weight: 		bold;
	margin: 			7px 7px 0 7px;
	text-align: 		center;
	height: 			30px;
	vertical-align: 	bottom;
}

#navcontent .navcontent_subcategory_list
{
	margin: 0;
	padding: 5px;
	padding-left: 7px;
	
}
#navcontent .navcontent_subcategory_list li
{
	line-height: 14pt;
	list-style-type: none;
}
#navcontent .navcontent_subcategory_list li a:link,
#navcontent .navcontent_subcategory_list li a:hover,
#navcontent .navcontent_subcategory_list li a:active,
#navcontent .navcontent_subcategory_list li a:visited
{
	background-image: 		url(../images/commons/menu_puce.png);
	background-position: 	left;
	background-repeat: 		no-repeat;
	color:					#2C2C2C;
	padding-left: 			7px;
	/*font-weight: 			bold;*/
}
#navcontent .navcontent_subcategory
{
	color: #2C2C2C;
	font-size: 10pt;
	text-align: left;
	font-size: 8pt;
	margin: 3px 5px 10px 10px;	
	height: 150px;
}

html>body #navcontent .navcontent_subcategory
{
	height: auto;
	min-height: 150px;
}
.navcontent_bloc
{
	width: 800px;
}
html>body .navcontent_bloc
{
	width: auto;
	min-width: 800px;
}

.navcontent_bloc_extern
{
	background-image: url(../images/commons/menu_shadow.png);
	background-position: bottom right;
	background-repeat: no-repeat;	
	padding: 0 30px 30px 0;
}


.navcontent_left
{
}
.navcontent_right
{
	float: right;	
}



/**********************************
 * NavBar par univers
 **********************************/
#navbar #navbar_home.navbar_link_selected 			{ -moz-border-radius: 5px 5px 0 0; background-image: url(../images/commons/navcontent_sono.png); }
#navbar #navbar_sound.navbar_link_selected 			{ -moz-border-radius: 5px 5px 0 0; background-image: url(../images/commons/navcontent_light.png); }
#navbar #navbar_technologic.navbar_link_selected 	{ -moz-border-radius: 5px 5px 0 0; background-image: url(../images/commons/navcontent_dj.png); }
#navbar #navbar_sport.navbar_link_selected 			{ -moz-border-radius: 5px 5px 0 0; background-image: url(../images/commons/navcontent_studio.png); }
#navbar .navbar_link_selected,
#navbar #navbar_default.navbar_link_selected 		{ -moz-border-radius: 5px 5px 0 0; background-image: url(../images/commons/navcontent_default.png); }

/**********************************
 * NavContent par univers
 **********************************/

 /*
#navcontent_home,
#navcontent_sound,
#navcontent_technologic,
#navcontent_sport,*/
#navcontent_default
{
	width: 100%;
}
/*
#navcontent_home
{
	background-image: url(../images/commons/navcontent_sono.png);
	background-position: top;
	background-repeat: repeat-x;	
	background-color: #93E700;
	border: 1px solid #459000;
	border: 1px solid #66B308;
}

#navcontent_sound
{
	background-image: url(../images/commons/navcontent_light.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ED72BC;
	border: 1px solid #920058;
}

#navcontent_technologic
{
	background-image: url(../images/commons/navcontent_dj.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFCE3A;
	border: 1px solid #E07C08;
}

#navcontent_sport
{
	background-image: url(../images/commons/navcontent_studio.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #81C3E0;
	border: 1px solid #016A98;
}
*/
.navcontent_bloc,
#navcontent_default
{
	background-image: url(../images/commons/navcontent_default.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #7D7D7D;
	border: 1px solid #3E3E3E;
}
/*


#navcontent_sonorisation	.navcontent_subcategory { background-color: #CAE8C8; }
#navcontent_eclairage 		.navcontent_subcategory { background-color: #DDD8E8; }
#navcontent_studio 			.navcontent_subcategory { background-color: #E4E8D8; }
#navcontent_dj 				.navcontent_subcategory { background-color: #CAE6F0; }
#navcontent_video 			.navcontent_subcategory { background-color: #CAE6F0; }
#navcontent_instrument 		.navcontent_subcategory { background-color: #CAE6F0; }*/
.navcontent_bloc 			.navcontent_subcategory,
#navcontent_default			.navcontent_subcategory { background-color: #CCC; }


a#menuhome.navbar_link:link,
a#menuhome.navbar_link:hover,
a#menuhome.navbar_link:active,
a#menuhome.navbar_link:visited
{
	display: 		block;
	padding: 		11px 7px 7px 7px;
}