/*************************************************/
/* MISES EN FORMES SPECIFIQUES AUX PAGES ANNEXES */
/*************************************************/
.ui-layout-north {
	height: 120px !important;
	text-align: center;
}
.ui-layout-north img {
	margin-top: 20px;
}

/****************/
/* PAGE D'INDEX */
/****************/
.entree {
	width: 600px;
	height: 500px;
	margin: 15px auto;
	padding-top: 15px;
	text-align: center;
	background: url('../images/opaque.png') repeat top left;
	border-radius: 25px 25px;
	-moz-border-radius: 25px 25px;
	-webkit-border-radius: 25px 25px;
	-webkit-box-shadow: 10px 10px 10px #5E4B2B;
	-moz-box-shadow: 10px 10px 10px #5E4B2B;
}
.entree h1 {
	-moz-box-shadow: 10px 0 10px #5E4B2B;
	-webkit-box-shadow: 10px 0 10px #5E4B2B;
	text-align: center;
}
.entree p {
	margin-bottom: 0;
}

/*****************/
/* PAGES ANNEXES */
/*****************/
#container {
	width: 700px;
}

/***** Page "hitorique du musée" *****/
ul.histoire {
	padding: 0 20px 0 35px;
	margin-bottom: 15px;
}
ul.histoire li {
	margin-bottom: 12px;
}

/***** Page "tarifs du musée" *****/
ul.tarifs {
	width: 380px;
}
ul.tarifs li {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	list-style: none;
}
ul.tarifs li span.color {
	display: block !important;
	width: 315px;
	float:left;
	margin-right: 5px;
}

