body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
/*	background-color: #e9d99b;
*/	background: #e9d99b url(../images/musique.jpg) top center no-repeat;
}
#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	/*border-left:#CCCCCC solid 1px;*/
	background:white top left repeat-y;
}
#logo {
	/*position: absolute; z-index: 5; top: 0; left: 22px;*/
	padding-left: 0px;
	padding-top:0px;
}
#contenu {
	padding:20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3B4042;
}
#footer {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	position:relative;
	bottom:0;
	height:180px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
/*	background: url(../images/footer.jpg) bottom center no-repeat;
*/}

h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #a99e71;
}
h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #696347;
}
p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #696347;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
	font-size: 14px;
}
.titre-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
.sous-titre {
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.haut{
	border-top: 1px solid #000000;
}
.jour{
	border-top: 1px solid #000000;
	font-size:9px;
	height:12px;
	border-right:dotted 1px #999999;
}
.joursem{
	border-top: 1px solid #000000;
	font-size:9px;
	height:12px;
	background-color:#e4e4e4;
	border-right:dotted 1px #999999;
}
.salle {
	font-size:9px;
}
.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#666666;
	font-size: 11px;
}
a:link,a:visited {
	color: #4f341c;
}

/********* MENU **************/
#menu {
	width: 220px;
/*	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
*/	}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}
	
#menu li a:link, #menu li a:visited {
	color: #696347;
	display: block;
/*	background: url(../images/menu.jpg);
*/	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #a99e71;
/*	background: url(../images/menu.jpg) 0 -32px;
*/	padding: 8px 0 0 30px;
	background: url("../images/puce.jpg") center left no-repeat;
}
	
#menu li a.active {
	color: #a99e71;
/*	background: url(../images/menu.jpg) 0 -64px;
*/	padding: 8px 0 0 5px;
	text-indent:30px;
	background: url("../images/puce.jpg") center left no-repeat;
}	