@charset "iso-8859-1";
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 auto 0 auto;
	width: 800px;
	background: url(images/fond-footer.jpg) #FFF center center repeat-y;
}
#Conteneur {
	overflow: hidden;
	margin: 0;
}
#Gauche {
	float: left;
	width: 128px;
}
#Deco {
	display: block;
	float: right;
	background: url(images/fond-deco.jpg) transparent top left repeat-x;
	width: 28px;
	height: 310px;
	margin: 0;
}
#Menu {
	float: right;
	width: 100px;
}
#Contenu {
	float: right;
	width: 672px;
}
/**************************************************************************************************************
													ENTETE
**************************************************************************************************************/
#Entete {
	margin: 0;
	background: url(images/entete.jpg) #611313 top right no-repeat;
	color: #FFF;
}
h1 {
	margin: 0 0 0 32px;
	padding: 27px 0 0px 93px;
	background: url(images/puce-titre.gif) transparent 0px 27px no-repeat;
	font-weight: normal;
	font-size: 25px;
}
h1 span.nom {
	font-family: "Times New Roman", Times, serif;
}
h1 span.rose {
	color: #E1B7B7;
}
h1 span.sousTitre {
	font-size: 20px;
}
.adresse {
	margin-bottom: 0;
	padding: 3px 0 3px 127px;
	background-color: #E1B7B7;
}

/**************************************************************************************************************
													COLONNE GAUCHE
**************************************************************************************************************/
#Menu ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
}
#Menu ul li {
	margin: 22px 0 0 0;
	background: url(images/puce-menu.gif) transparent top left no-repeat; 
}
#Menu ul li a, #Menu ul li.active {
	display: block;
	width: 71px;
	margin: 0 0px 0 0px;
	padding: 2px 0px 2px 12px;
	text-decoration: none;
	color: #000000;
	border: #FFF4D1 1px solid;
}
#Menu ul li a:hover, #Menu ul li.active  {
	border: #601313 1px solid;
}

/**************************************************************************************************************
													CONTENU
**************************************************************************************************************/

/***********************
* Menu
***********************/
#carte {
	position: relative;
	float: left;
	text-align: left;
	margin: 0px 14px 0px 0px ;
	padding: 0px 4px 0px 4px;
	width: 300px;
}
 
#carte ul {
	list-style:none;
	text-align : left;
	list-style-image:url(http://www.rental-services.eu/images/resraurant-puce-menu.png);
}

#carte a {
	background-color: transparent ;
	line-height:140%;
	Text-decoration : none;
	text-align : left;
}
#carte h4 {
	margin: 0;
	padding: 28px 0 23px 25px;
	background: url(images/fond-titre2.gif) transparent left bottom no-repeat;
	color: #601313;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
}

 
#carte .rouge {
	color: #900
}
#Texte {
	float: left;
	margin: 0;
	padding: 20px;
	width: 298px;
}
h2 {
	margin: 0;
	padding: 28px 0 23px 25px;
	background: url(images/fond-titre2.gif) transparent left bottom no-repeat;
	color: #601313;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
}
.marron {
	color: #601313;
}
#Images {
	padding-top: 20px;
}
#Images #Bande {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	background: url(images/fond-bande.jpg) transparent right top repeat-y;
}
#Images #Bande IMG {
	border: none;
}
#Images #Bande a.image{
	float: left;
	display: block;
	width: 63px;
	height: 62px;
	border: #FFF 1px solid;
	margin: 5px 5px 5px 10px;
	padding: 0;
}
#Images #Bande a.image:hover{
	margin: 0 0 0 5px;
	padding: 5px;
	border: #601313 1px solid;
}
#Images #Bande IMG.active{
	float: left;
	margin: 0;
	padding: 5px;
	border: #601313 1px solid;
}
#Images IMG.photo {
	padding: 10px;
	margin-top: 10px;
	margin-left: 6px;
	width: 298px;
	height: 222px;
	background: url(images/cadre-photo.gif) transparent center center no-repeat;
}
#footer {
padding-top: 200px;
  position: relative;
	text-align:center;
	font-size:10px;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}