body {

	font-family:arial;
	}

	h2 {
	font-size:16px;
	text-align:center;
	border-top: 2px gray solid;
	border-bottom:2px gray solid;
	}
	
	h2.red 
	{ color:red;
	}
#global {

	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
	}
	


#header {

	width:1000px;
	background-image:url(banner.jpg);
	height:235px;
	
	
	}
#footer{
width:1000px;
color:gray;
text-align:center;
font-size:12px;
border-top: 1px solid gray;
margin-top:2px;
margin-bottom:2px;
}

#pictures{
width:1000px;
float:none;
}
	
	#main {
	height:1250px;
	width:1000px;
	}
	div.content {
	width:320px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	}
	
	h1 {
	text-align:center;
	text-decoration:none;
	color: gray;
	}
	
	div.middle {
	width:320px;
	border-left: 3px solid gray;
	border-right: 3px solid gray;
	float:left;
	height:1240px;
		padding-left:5px;
	padding-right:5px;
	}
	
	p.adresse {
		text-align:center;
		}
	td.day {
		text-align:right;
		padding-right:5px;
		}
	td.times {
		padding-left:5px;
	}
	
	img{
	
	border: 0 none;
	}

a.content {

text-decoration:none;
color:gray;

}

a.content:hover {

text-decoration:underline;
}
