@import url("style-quicksearch-restaurant.css");
body {
	background-image: url(../images/background-restaurant.jpg);
	color:#535457;
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||||||||||||||||||||||| MYBOX ||||||||||||||||||||||||
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.conteneur_BtnMyBox {
left:50%;
margin-bottom:0;
margin-left:-435px;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
position:absolute;
top:470px;
width:180px;
}


.BtnMyBox-fr a {
	display:block;
	height:35px;
	width:180px;
	background:url(../images/MyboxBtn/btn2fr.png) no-repeat bottom left;
}
.BtnMyBox-fr a:hover {
	background-position:top left;
}

.BtnMyBox-uk a {
	display:block;
	height:35px;
	width:180px;
	background:url(../images/MyboxBtn/btn2uk.png) no-repeat bottom left;
}
.BtnMyBox-uk a:hover {
	background-position:top left;
}

.BtnMyBox-it a {
	display:block;
	height:35px;
	width:180px;
	background:url(../images/MyboxBtn/btn2it.png) no-repeat bottom left;
}
.BtnMyBox-it a:hover {
	background-position:top left;
}


a{
	color:#fff;
	text-decoration:underline;
}
a:hover{
	color:#225172;
}

.tableauBloc {
	padding-top:20px;
	background:url(../images/background-tableau-bloc-restaurant.png);
}
.titre {
	padding:10px 0 0px 0;
}
.tableauAdresse {
	background-color:#8EA3A9;
}
.blocTexte a {
	background:url(../images/puce-lien-restaurant.png) no-repeat left center;
	padding:0 0 9px 8px;
}
.blocTexte li {
	padding-left:5px;
	list-style:square;
	color:#4b4a4b;
}
