body {
	margin: 0;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #474b57;
}

#menumidi img {display: none;}
#menumidi {
  display: block;
  width:180px;
  height:96px;
  background-image:url(template/bouton_menu_off.png);
}
#menumidi:hover {
  background-image:url(template/bouton_menu_on.png);
} 

#boite img {display: none;}
#boite {
  display: block;
  width:182px;
  height:97px;
  background-image:url(template/boite_lunch_off.png);
}
#boite:hover {
  background-image:url(template/boite_lunch_on.png);
} 


#-menu2:link{
font-size: 12px;
color:white;
text-decoration: none;
background-color:#B19B62;
height:15px;
}

#-menu2:visited{
font-size: 12px;
color:white;
text-decoration: none;
background-color:#B19B62;
height:15px;
}
#-menu2:hover{
font-size: 12px;
color:black;
text-decoration: none;
height:15px;
}


a {
	text-decoration: none;
	color: #ffebcd; /* BlanchedAlmond */
}
a:hover {
	text-decoration: underline;
}

address {
	font-style: inherit; /* IE doesn't support inherit */
}

.margin_merging_stopper {
	height: 0;
	margin: 0;
}
.clearer {
	clear: both;
	height: 0;
}

#main {
	width: 1024px;
	background-image: url(img/interface/page_bg.jpg);
	background-repeat: no-repeat;
}
#center {
	margin-left: 371px;
}
#center_top {
	position: relative;
	height: 131px;
}


#center_middle {
	height: 838px;
	margin-top: -12px; /* IE doesn't need */
	background-repeat: no-repeat;
}
#content {
	margin-top: 240px;
	padding-left: 60px;
	font-size: 15px;
}