a {
	color: #6C594E;	
}

h2 a {
	color:#849B17;
}

a:hover {
	color: #879e1a;
	text-decoration: none;	
}


.titre_restaurant {
	background: transparent url(/images/smartphone/interface/restaurant/titrebg.gif) repeat-x;
}
.titre_restaurant:hover, .header_highlight {
	background: transparent url(/images/smartphone/interface/restaurant/titrebghover.gif) repeat-x;
}

.minicontent {
	 border-top: 1px solid #ffffff;
	 border-left: 1px solid #ffffff;
	 border-bottom: 1px solid #C5C5C5;
	 border-right: 1px solid #C5C5C5;
	 margin: 5px 0px;
	 padding: 3px;
	 background: url(/images/smartphone/interface/restaurant/bg-minicontent.gif) top repeat-x #eaeaea;
}

.minicontent table {
	width: 100%;
	border: none;
	border-spacing: 0px;
	}

.minicontent table td.thumb {
	vertical-align: top;
	width: 36px;
	}
	
.minicontent table td.minicontenu {
	vertical-align: top;
	}
	
h2 {
	color:#849B17;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	padding: 0px 3px;
	margin: 0px; 	
}

td.minicontenu p {
	text-align: left;
	padding: 0px 3px;
	margin: 0px;
	line-height: 16px;
	width: 100%;	
}
	
.photothumb {
	 border: 1px solid #C5C5C5;;
}

.photoadroite {
	 border: 3px solid #C5C5C5;
	 margin: 5px 6px 15px 6px;
	 float : right;
}

.actions_restaurant {
	text-align: right;
	float: right;
	width: 34%;	
	border: 0px solid #000000;
	display: block;
	line-height: 16px;
	height: 16px;
}

.specialite {
	float: left;
	display: block;
	width: 66%;	
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	border: 0px solid #000000;
	}

.tarif_restaurant {
	float: right;
	margin-right: 5px;
}

/* Pager */
#restaurants_pager {
	position: relative;
	margin: 5px 0px;
	}

#restaurants_pager li {
    display: inline;
    list-style-type: none;
    font-size: 10pt;
    font-weight: 500;
    padding: 0px;
}

#restaurants_pager a {
	border: 1px solid #e7e7e7;
    text-decoration: none;
	line-height: 17px;
	display: block;
	float: left;
	padding: 0px 5px;   
    margin: 0px 3px;
}

#restaurants_pager a.selected {
    border: 1px solid #BE6D48;
    font-weight: 600; 
    color: #BE6D48;
}

#restaurants_pager a.border {
    border: 1px solid #a8c031;
}

#restaurants_pager a:hover {
	border: 1px solid #BE6D48;
    background-color: #BE6D48;
    color: #ffffff;
}

#restaurants_pager a.img {
	padding: 0px 3px;   
	border: 1px solid #e7e7e7;
    background-color: transparent;   
}

#restaurants_pager a.img:hover {
    background-color: transparent;   
    border: 1px solid #BE6D48;
	}



