#conteneur {
	position:relative;
	border:1px solid #000000;
	left:0px;
	top:0px;
	width:900px;
}

#bandeau-restaurant-la-passerelle {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:178px;
}

#titre-marron-dinard {
	position:relative;
	background-image:url(images/titre-marron-dinard.jpg);
	background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:900px;
	height:30px;
	color:#ffffff;
	font-family:arial,sans-serif;
	font-size:18px;
	font-weight:700;
	text-align:right;
}

#page {
	position:relative;
	background-image:url(images/fond-page-la-passerelle.jpg);
	background-repeat: repeat-y;
	left:0px;
	top:0px;
	width:900px;
	text-align:left;
}

#contenu {
	position:relative;
	left:60px;
	width:840px;
	top:20px;
	color:#000000;
	font-family:arial,sans-serif;
	font-size:13px;
	font-weight:400;
	text-align:left;
	}
	
#pied {
	position:relative;
	background-image:url(images/pied.jpg);
	background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:900px;
	height:34px;
	color:#000000;
	font-family:arial,sans-serif;
	font-size:14px;
	font-weight:700;
	text-align:right;
}

.img {
	margin-right:3px;
	}

#ul {
	position : relative;
	margin-left:30px;
	left : 30px;
	}
	
.titre {
	color:#000000;
	font-family:arial,sans-serif;
	font-size:14px;
	font-weight:700;
	}
	
#footer {
	}

#footer a {
	font-family: Tahoma;
	font-size: 11px;
	color: #E9BBBB;
	font-weight:700;
	text-decoration:none;

	}

#footer a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #FCD3D1;
	font-weight:700;
	text-decoration:underline;
	}