/*----------------------------TOP--------------------------------------*/

/*Cadre de tout le top*/
#top {
   	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 1000px;
	height:148px;
	background: url(../images/bullet-line.gif) repeat-x 0 148px;
	padding:10px 12px 0 12px;
	position:relative;
	z-index:999;		
}

#top img{		
	border:none;		
}

#top #gauche {
	width: 180px;	
	height: 100px;
	overflow: hidden;
	float: left;	
	padding:0 0 0 0;		
}

#top #droite {
	width: 738px;
	height: 100px;
	overflow: hidden;
	padding:0 0 0 0px;		
    float: right;
	
}

#top #bas {
	width: 982px;
	height: 32px;
	margin:0 0 0 0 ;
	padding:0 0 0 9px ;
	clear: left;
}

/* Barre de menu spry*/
#top #bas #menu {
   background: url(../images/menu-bg.png) no-repeat;
   width: 980px;
   height: 30px;	
   padding: 1px 1px;

}

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
#top #bas ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	font-size: 100%;
	cursor: default;
	width: 980px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
#top #bas ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#top #bas ul.MenuBarHorizontal li
{
    font: bold 15px/18px Arial, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align:left;
	cursor: pointer;
	width: 194px;
	height:25px;	
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
#top #bas ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 194px;
	position: absolute;
	left: -1000em;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#top #bas ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	padding:10px 0;		
	
}
/* Menu item containers are same fixed width as parent */
#top #bas ul.MenuBarHorizontal ul li
{   
    font: 14px/17px Arial, Tahoma, sans-serif;
	text-align:left;
	width: 194px;
}

/* les liens dans la liste  */
#top #bas ul.MenuBarHorizontal li a
{  
    text-align:center;
}

/* les liens dans la liste  */
#top #bas ul.MenuBarHorizontal ul li a
{  
    padding-left:20px; 
	text-align:left; 
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#top #bas ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
#top #bas ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
    left:auto;
	top:0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
#top #bas ul.MenuBarHorizontal ul
{
	border-right:none;
	
}

/* Menu items are a light gray block with padding and no text decoration */
#top #bas ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;	
	padding: 0px;
	color: #000000;
	text-decoration: none;
	
}

#top #bas ul.MenuBarHorizontal li ul a {
	color: #FFF;	
}

/* Menu items that have mouse over or focus have a blue background and white text */
#top #bas ul.MenuBarHorizontal a:hover, #top #bas ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
#top #bas ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
    color: #FFF;
	padding-left:25px;	
}

/*Pour la transparence de tous les liens des sousmenus*/
#top #bas li ul li, #top #bas li ul li a, #top #bas li ul.MenuBarSubmenuVisible li a:hover, #top #bas li ul.MenuBarSubmenuVisible li a:focus, li ul.MenuBarSubmenuVisible li a.MenuBarItemHover {
	background-color:transparent;	
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#top #bas ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
    height:25px;/*IE*/	

}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
#top #bas ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#top #bas ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#top #bas ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
#top #bas ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	
	
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	#top #bas ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background-color:transparent;	
	}
}

/*******************************************************************************

 MODIF DES MENU PAR THEME 

 *******************************************************************************/
 
/*Cinema */
#top #bas #cinema {
	border-left: solid 1px #000000;	
}

#cinema a.MenuBarItemSubmenuHover, #top #bas #cinema ul.MenuBarSubmenuVisible a:focus{
	background-color: #00678E;	
}

#top #bas #cinema ul{
	background:url(../images/bg_menu_cinema.png) repeat;	
}

/*homeCinema */
#top #bas #dvd {
	border-left: solid 1px #000000;	
}

#dvd a.MenuBarItemSubmenuHover, #top #bas #dvd ul.MenuBarSubmenuVisible a:focus{
	background-color: #FD0000;	
}

#top #bas #dvd ul.MenuBarSubmenuVisible{
	background:url(../images/bg_menu_dvd.png) repeat;	
}


/*bandesOriginales */
#top #bas #bo {
	border-left: solid 1px #000000;	
}

#bo a.MenuBarItemSubmenuHover, #top #bas #bo ul.MenuBarSubmenuVisible a:focus{
	background-color: #7501A4;	
}

#top #bas #bo ul.MenuBarSubmenuVisible{
	background:url(../images/bg_menu_bo.png) repeat;	
}


/*jeuxVideo */
#top #bas #jv {
	border-left: solid 1px #000000;	
}

#jv a.MenuBarItemSubmenuHover, #top #bas #jv ul.MenuBarSubmenuVisible a:focus{
	background-color: #8AF02B;	
}

#top #bas #jv ul.MenuBarSubmenuVisible{
	background:url(../images/bg_menu_jv.png) repeat;	
}

/*bandesDessinees */
#top #bas #bd {
	border-left: solid 1px #000000;	
}

#bd a.MenuBarItemSubmenuHover, #top #bas #bd ul.MenuBarSubmenuVisible a:focus{
	background-color: #FF7300;	
}

#top #bas #bd ul.MenuBarSubmenuVisible{
	background:url(../images/bg_menu_bd.png) repeat;	
}

