@CHARSET "ISO-8859-1";

/* corrections d'alignements pour IE */
* {	margin: 0; padding: 0;}

body{
	background: black;
	text-align: center; /* corrections d'alignements pour IE */
}

#bloc-menu{
	background: url(../images-menu/fond.jpg);
	width: 800px;
	height: 150px;
	margin-top: 10px;
	margin-left: auto; /* Centrage du bloc */
	margin-right: auto; /* Centrage du bloc */
	text-align: left; /* corrections d'alignements pour IE */
}

#titre-menu{
	ackground-color: blue;
	position: relative;
	width: 200px;
	height: 55px;
	margin-top: -10px;
	padding-left: 250px;
	text-align: center;
	font: bold 50px impact;
	color: white;
	letter-spacing: 0.2em;
}

#sous-titre-menu{
	ackground-color: cyan;
	position: relative;
	width: 535px;
	height: 25px;
	margin: -2px 10px 2px 0;
	text-align: right;
	font: bold 22px normal;
	color: white;
	float: left;
}

#adresse-menu{
	ackground-color: red;
	position: relative;
	height: 17px;
	width: 240px;
	margin-top: -15px;
	font: bold 14px normal;
	color: green;
	float: left;	
}

#horaires-menu{
	ackground-color: blue;
	position: relative;
	height: 15px;
	width: 240px;
	font: bold 12px normal;
	color: green;
	float: left;
}

#telephone-menu{
    ackground-color: yellow;
    position: relative;
	height: 22px;
    width: 180px;
	padding-top: 10px;
	font: bold 21px normal;
	color: green;
	float: left;
}

#zone-menu{
	ackground-color: grey;
	position: relative;
	height: 40px;
	width: 780px;	
	margin-left: auto; 
	margin-right: auto;
	float: left;
}

.element-menu{
	ackground-color: yellow;
	position: relative;
	height: 20px;
	width: 120px;
	color: white;
	float: left;
}

.element-menu a{
	text-decoration: none;
}

.element-menu img{
	margin: 0 0 0 14px;
	border: none;  
}

.titre-element-menu{
	ackground-color: cyan;
	position: relative;
	height: 15px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	color: white;
}