body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #222222 url(../images/bandeau.jpg) top center no-repeat;
}
#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	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;
}
h1 {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
}
#footer {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	position:relative;
	bottom:0;
	height:50px;
	background: #222222 url(../images/footer.jpg) bottom center no-repeat;
}
p,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.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;
}
