﻿
body {
	background:#262626 ;
	font-family : verdana ;
	font-size : 10px;
	margin:5px;
	padding:0px;
}


/** MENU **/
.daMenu {	
	float: top;	
	background: #b0b1b3;
	width:600px;
	height:22px;
	margin-left:0px;
	font-size : 10px;
}
.daMenu li {
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
}

.daMenu li span {
	text-indent:-1000em;
	display:block;
	height:22px;
	width:0; /* Pour ne pas décaler le menu vers la droite sous IE7 (sans JS) */
}

.daMenu li.unique span {
	width:auto;
}

.daMenu li a:link span, .daMenu li a:visited span, .daMenu li a:hover span, .daMenu li a:active span {
	cursor:pointer;
}

/* images */
.daMenu li.qui_sommes_nous {
	background-image:url("http://www.echternachfestival.lu/img/Qui_sommes_nous.gif");
	width:129px;
}
.daMenu li.qui_sommes_nous_de {
	background-image:url("http://www.echternachfestival.lu/img/Qui_sommes_nous_de.gif");
	width:94px;
}
.daMenu li.qui_sommes_nous_gb {
	background-image:url("http://www.echternachfestival.lu/img/Qui_sommes_nous_gb.gif");
	width:89px;
}

.daMenu li.Programme {
	background-image:url("http://www.echternachfestival.lu/img/Programme.gif");
	width:86px;
}
.daMenu li.Programme_de {
	background-image:url("http://www.echternachfestival.lu/img/Programme_de.gif");
	width:82px;
}
.daMenu li.Programme_gb {
	background-image:url("http://www.echternachfestival.lu/img/Programme_gb.gif");
	width:86px;
}

.daMenu li.Lieux_de_concert {
	background-image:url("http://www.echternachfestival.lu/img/Lieux_concert.gif");
	width:118px;
}
.daMenu li.Lieux_de_concert_de {
	background-image:url("http://www.echternachfestival.lu/img/Lieux_concert_de.gif");
	width:89px;
}
.daMenu li.Lieux_de_concert_gb {
	background-image:url("http://www.echternachfestival.lu/img/Lieux_concert_gb.gif");
	width:65px;
}

.daMenu li.Echternach {
	background-image:url("http://www.echternachfestival.lu/img/Echternach.gif");
	width:86px;
}
.daMenu li.Echternach_de {
	background-image:url("http://www.echternachfestival.lu/img/Echternach_de.gif");
	width:86px;
}
.daMenu li.Echternach_gb {
	background-image:url("http://www.echternachfestival.lu/img/Echternach_gb.gif");
	width:86px;
}

.daMenu li.Presse {
	background-image:url("http://www.echternachfestival.lu/img/Presse.gif");
	width:57px;
}
.daMenu li.Presse_de {
	background-image:url("http://www.echternachfestival.lu/img/Presse_de.gif");
	width:57px;
}
.daMenu li.Presse_gb {
	background-image:url("http://www.echternachfestival.lu/img/Presse_gb.gif");
	width:51px;
}

.daMenu li.Contact {
	background-image:url("http://www.echternachfestival.lu/img/Contact.gif");
	width:63px;
}
.daMenu li.Contact_de {
	background-image:url("http://www.echternachfestival.lu/img/Contact_de.gif");
	width:65px;
}
.daMenu li.Contact_gb {
	background-image:url("http://www.echternachfestival.lu/img/Contact_gb.gif");
	width:63px;
}

/* actif */
.daMenu ul li.actif { background-position : right top; }
.daMenu ul li.hover ul, .daMenu ul li.nojs:hover ul { display : block; }

/** Niveau 2 **/
.daMenu ul ul {
	display : none;
	position : absolute;
	z-index : 1000;
	width : 70px;
	height : auto;
	background : #613a5b;
	border-top:2px solid #ffffff;
	border-bottom: 2px solid #ffffff;	
	padding-bottom:2px;
	filter:alpha(opacity=80);
	opacity:.80;
}

*+html .daMenu ul ul { margin-top:31px; } /* Hack IE7 pour décaler le menu vers le bas (sans JS) */

.daMenu ul ul li {
	float :right;
	border-bottom:1px dashed #b0b1b3;
}

.daMenu ul ul a, .daMenu ul ul a:visited {
	color : #fff;
	display:block;
	padding:2px 1px 2px 1.5em;
	width:100px;
	text-decoration : none;
}
.daMenu ul ul a:hover, .daMenu ul ul a:active {
	background : #ffffff  .5em 80%;
	color: #613a5b;
}


