
	#conteneur {
		width: 750px;
		margin: auto auto;
	}
	/*Entête*/
	#entete{
		width: 750px;
		border-bottom: thin solid Silver;
		height: 100px;
		margin-top: 10px;
	}
	#horraires{
		font-size: 12px;
		float: right;
	}
	#logo{
	font-size: 27px;
	color: #DAA520;
	width: 270px;
	text-align: center;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
}
	#adresse{
		float: left;
		color: White;
		font-size: 12px;
		padding-top: 10px;
	}/*Fin entête*/
	/*navdroite*/
	#navdroite{
	display: none;
}
	/*Fin navdroite*/
	/* Début Principal*/
	#principal{
		margin-left: 20px;
		margin-right: 55px;
		padding-top: 30px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 18px;
	}
	/*Fin principal*/
	/* Pied de page */
	#pied{
		display: none;
	}
	#piedindex{
		border-top: thin solid Silver;
		clear: both;
		margin-top: 125px;
		text-align: center;
		color: White;
		padding-top: 5px;
		display: none;
	}
	#pied a, #piedindex a{
		color: White;
	}
	#pied a:hover, #piedindex a:hover{
		color: #FFD700;
	}
	/*Titres*/
	h2{
	font-style: normal;
	margin: 0px 0px 0px 0px;
	width: 150px;
	color: Navy;
	font-size: 1em;
	padding-left: 5px;
	text-decoration: underline;
	clear: both;
}
	/*Fin titres*/
	/*Images dans index*/
	.imageindex{
		display: inline;
		float: left;
		margin-left: 35px;
		margin-top: 10px;
	}
	/*popup*/
	#divpopup{
		padding-left: 125px;
		padding-top: 10px;
	}
	.popup{
	}
	.popup a {
		text-decoration: none; /* définition du lien qui affichera le calque */
		color: White;
	}
	.popup a:hover {
		background: none; /* correction d'un bug IE */
	}
	.popup a span {
	/* définition de la balise <span> inclue dans <a> */
		display: none;
	}
	.popup a:hover span {
	/* définition de la balise <span> au survol */
		display: inline;
		position: absolute;
		top: 80px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
		left: 300px;
		width: 0px;
		height: 0px;
		background: green;
		text-align: center;
		color: White;
	}
	/*fin popup Fin Images dans index*/
	/*Divers*/
	.tel{
		color: #DAA520;
		font-size: 17px;
	}
	#plan{
	/*image dans plan.html*/
		margin-left: 165px;
		margin-top: 45px;
		margin-bottom: 25px;
	}
	p{
		margin-top: 9px;
	}
	.prodimage{/*images liens dans prudukte*/
		display: block;
		margin-top: 30px;
		margin-left: 35px;
	}
	/*Galerie photos*/
	.galerie{
	height: 50px;
}