@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FF1B23;
	text-align: center;
	padding-top: 200px;
}

#conteneur {
	height: 550px;
	width: 950px;
	background-color: #999999;
	background-image: url(../image/Theatre.png);
	background-repeat: no-repeat;
	color: #FFFF00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#pieddepage {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
}
#pieddepage ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#pieddepage li {
	list-style-type: none;
	height: 50px;
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 37px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#pieddepage a {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	width: 160px;
	text-align: center;
	display: block;
	background-image: url(../image/fauteuil.png);
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 15px;
}
#pieddepage a:hover {
	font-size: 14px;
	color: #FF9933;
	text-align: center;
	font-weight: bold;
	background-image: url(../image/fauteuil.png);
	display: block;
	background-repeat: no-repeat;
}

