body {
	background-color: white;
	text-align: center;
	margin: 0;
	color: black;
}
div#container {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* Tête de page */
h1 {
	width: 240px;
	margin: 0;
	background: url(../images/mirano-240_tete.png) no-repeat;
}

h1 a {
    display: block;
    height: 93px;
    text-indent: -9999em;
    width: 240px;
}
/* Menu */
.menu {
	padding: 3px 11px 6px 11px;
	background: url(../images/mirano-240_menu.png) repeat-y;
}
.menu a{
	color: white;
	text-decoration: none;
	font-size: small;
	display: block;
	padding-left: 14px;
}
.menu a:hover{
	color: orange;
	text-decoration: none;
	background-color: black;
}
a.menu_select{
	color: orange;
	text-decoration: underline;
}
.menu span {
	width: 180px;
}
/* Contenu */
.contenu {
	margin: 0;
	padding: 10px 25px;
	background: url(../images/mirano-240_fond.png) repeat-y;
}
.contenu a{
	color: orange;
}
.separation {
	margin: 0 -25px 10px;
	padding: 0;
	background: url(../images/mirano-240_menu.png) repeat-y;
	height: 3px;
}
img {
	margin: 0 0 10px;
	padding: 0;
	background-color: black;
}

img.decor {
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	display: none;
}

img.decor2 {
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
	width: 200px;
	display: none;
}
p {
	margin: 0;
	font-size: x-small;
	text-align: justify;
	padding: 0 0 10px;
}

#map img{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
/* Pied */
.pied_sup {
	height: 0px;
}
.pied {
	height: 42px;
	background: url(../images/mirano-240_pied.png) no-repeat;
}
.tab_line{
	background: silver none repeat-y;
}
.tab_text{
	background: white none repeat-y;
	padding: 3px 5px;
	font-size: x-small;
}
.titre{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.promos{
	margin: 0 0 0 -5px;
	font: xx-small "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	width: 200px;
}
.promos_date{
	display: block;
	padding: 5px 2px;
	border: 1px dashed white;
	font-weight: bold;
	color: white;
	background-color: #63197f;
}
.mobile_no_display{
	display: none;
}
#conditions { 
	width: 190px;
	text-align: justify;
	display: block;
	font-size: x-small;
}