@charset "utf-8";
/* CSS Document */

.logo-accueil-top{
width:150px;
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
}

.logo-accueil-bottom{
width:150px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}

.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
text-transform:uppercase;
padding: 2px 0 2px 0; /*header text is indented 10px*/
 border-bottom:none;
cursor: hand;
cursor: pointer;
}

.inactive-bars{ 
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 2px 0 2px 0; /*header text is indented 10px*/
border-bottom:none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
font: bold 10px Verdana, Geneva, sans-serif;
margin: 0;
padding: 0;
margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/

}

.arrowlistmenu ul li a{
background: url(images/menu-accueil/selector.gif) no-repeat left;
background-position:7px;
color: #ccc;														/* COULEUR TEXTE SUB */
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
margin-top:0px;
text-decoration: none;
font-weight: bold;
font-size: 90%;
outline-style:none;
}

.arrowlistmenu ul li a:visited{
color: #ccc;															/* COULEUR TEXTE SUB APRES VISITE*/
}

.arrowlistmenu ul li a:hover{ 										/*SUB MENU ONROLLOVER - couleur text bleu*/
color: #FE3B0D;
}

.arrowlistmenu ul li a.subexpandable:hover{ 				/*TITRE DU SUB MENU EXPANDABLE - le fond  */ 
color:#ccc;
}

.arrowlistmenu ul li a.subexpandable{ 					/*TITRE DU SUB MENU EXPANDABLE - le fond  */ 
background:none;
font: bold 13px Arial, Helvetica, sans-serif;
color:#666;
outline-style:none;
}

#navigation-jukebox a{ 
background:none;
font: bold 13px Arial, Helvetica, sans-serif;
color:#666;
outline-style:none;
}

#navigation-jukebox a:hover{ 
background:none;
font: bold 13px Arial, Helvetica, sans-serif;
color:#FFF;
outline-style:none;
}

body {
background-color: #000;
}

