@CHARSET "UTF-8";

/**
 * restodor.css
 *
 * Ficher CSS qui defini les styles requis pour la partie frontend du site Resto d'Or
 *
 * @version   0.1
 * @copyright 2010 ID Soft Ltd. Tous droits réservés.
 * @author    Bishan Kumar Madhoo <bishan.madhoo@idsoft.mu>
 */

@font-face { font-family:"MuseoThree"; src: url("Museo300-Regular.otf") format("opentype"); }
@font-face { font-family:"MuseoSeven"; src: url("Museo700-Regular.otf") format("opentype"); }

/* Fond du site */
body {
    background-color: #aa0a17;
    background-position: left top;
    background-image: url(/images/background.png);
    background-repeat: repeat-x;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin: 0;
}
#top_container {
    background-position: left top;
    background-image: url(/images/top_background.png);
    background-repeat: repeat-x;
    height: 153px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    width: 100%;
    z-index: 30000;
}
#top_limit { border-top: solid 153px; height: 23px; width: 100%; }

/* Module header */
#header_container { height: 26px; margin-left: auto; margin-right: auto; width: 950px; }
#header_links_container {
    float: right;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    list-style-type:none;
    padding: 0;
    margin: 0;
    white-space:nowrap;
}
#header_links_container li { display: inline; padding-left: 10px; padding-right: 10px; }
#header_links_container li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #232323 0 -1px 1px;
}
#header_links_container li a:hover { color: #faba00; }
#header_links_container li span {
    color: #faba00;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: #232323 0 -1px 1px;
}

/* Module de recherche */
#logo_search_container { height: 94px; margin: 0 auto; width: 950px; }
#restodor_logo_container { width: 256px; height: 94px; float: left; }

#restodor_logo { border: none; }
	
#big_search_container {
    background-position: 128px 0;
    background-image: url(/images/big_search_background.png);
    background-repeat: no-repeat;
    color: #393939;
    float: right;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 66px;
    margin-top: 28px;
    padding-right: 10px;
    width: 486px;
}

#big_search_label { margin: 0; }
#big_search_field_form { margin: 10px 0 0 0; padding: 0; }

#big_search_field_form fieldset {
    border: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#big_search_field {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size:  12px;
    left: 43px;
    padding: 3px;
    position: relative;
    width: 310px;
}
#big_search_field:focus { color: #393939; }
#mini_search_container {
    background-position: 32px 40px;
    background-image: url(/images/mini_search_background.png);
    background-repeat: no-repeat;
    color: #393939;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 17px;
    display: table;
    height: 78px;
    margin: 0;
    padding: 0;
    width: 272px;
}
#mini_search_label { display: block; height: 16px; margin-left: 39px; margin-top: 19px; vertical-align: bottom; }
#mini_search_field {
    background-color: transparent;
    border: none;
    color: #9f9f9f;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size:  10px;
    padding: 1px;
    position: relative;
    left: 61px;
    top: 9px;
    width: 156px;
}
#mini_search_field_form fieldset {
    border: none;
    display: inline;
    margin: 0;
    padding: 0;
}
#mini_search_field:focus { color: #393939; }

/* Module menu longiligne */
#longiligne_container { height: 32px; margin-left: auto; margin-right: auto; margin-top: 1px; width: 950px; }
#menu_longiligne {
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 32px;
    list-style-type:none;
    padding: 0;
    margin: 0;
    white-space:nowrap;
}
#menu_longiligne li { display: inline; }
#menu_longiligne li a {
	color: #393939;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
}
#menu_longiligne li a:hover {
    background-position: left top;
    background-image: url(/images/long_cat_hover.png);
    background-repeat: repeat-x;
}
#menu_longiligne li div {
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}
#selected_long_cat_l {
    background-position: left top;
    background-image: url(/images/long_cat_sel1.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 32px;
    width: 6px;
}
#selected_long_cat {
    background-position: left top;
    background-image: url(/images/long_cat_sel2.png);
    background-repeat: repeat-x;
    display: block;
    float: left;
    height: 32px;
    text-align: center;
}
#selected_long_cat_r {
    background-position: left top;
    background-image: url(/images/long_cat_sel3.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 32px;
    width: 5px;
}

/* Menu imagé */
#menu_image { list-style-type: none; margin: 0; padding: 18px 0 0 0; }
#menu_image li { display: inline; }
#menu_image li div {
	background-position: -91px 0;
    background-image: url(/images/menu_image_background.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 110px;
    overflow: hidden;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    text-align: center;
    width: 91px;
}
#menu_image li div a {
    border: none;
    display: block;
    left: 12px;
    overflow: visible;
    position: absolute;
    text-decoration: none;
    text-transform: capitalize;
    top: 12px;
    width: 67px;
}
#menu_image li div a img { border: none; height: 63px; padding-top: 2px; white-space:nowrap; width: 63px; }
#menu_image li div a span {
    color: white;
    display: block;
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 14px;
    left: -12px;
    position: relative;
    text-align: center;
    top: 8px;
    white-space: nowrap;
    width: 91px;
    vertical-align: bottom;
}

/* Contenu du site */
#site_container { margin: 0 auto; min-height: 480px; width: 950px; }
#sidebar {
    background-position: right top;
    background-image: url(/images/sidebar_divider.png);
    background-repeat: no-repeat;
    float: left;
    min-height: 480px;
    width: 287px;
}
#main { float: left; padding-left: 40px; width: 623px; }
#content_page { padding-top: 38px; }
#content_text { float: left; margin: 0; padding: 0; }
#content_title {
	display: block;
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 51px;
    margin: -11px 0 17px -2px;
    overflow: hidden;
    padding: 0;
    text-shadow: #360307 0 -1px;
    white-space: nowrap;
}
#content_image { float: right; }
#content_image img { border: solid #7e0711 1px; }
#content_description { font-size: 13px; line-height: 20px; width: 360px; }
#content_description p { margin: 0 0 14px 0; padding: 0; }
#content_subtitle {
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0 0 9px 0;
}
.addthis_button { color: white; border: none; line-height: 20px; text-decoration: none; }
.addthis_button img { border: none; position: relative; top: 3px; }
	
/* Footer du site */
#footer_wrapper {  
	clear: both;  
    margin: 0 auto;
    height: 219px;
    width: 950px;
    padding-top: 24px;
}

#footer_container {
    background-color: #f7f7f7;
    background-image: url(/images/footer_background.png);
    background-repeat: repeat-x;
    border: solid 1px #880812;
    clear: both;
    height: 179px;
    padding: 0;
    width: 948px;
}

/* Module En vedette aujourd'hui */
.vedette_container {
    display: block;
    float: left;
    width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;    
}
.vedette_text_container {
    display: table;
    float: left;
    height: 78px;
    width: 215px;
}

#vedettes_restaurant {
    width: 621px;
}

.vedette_container p {
    color: #fff;
    display: table-cell;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    vertical-align: middle;
}
.vedette_container p a {
    color: #ffd500;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
#vedettes_container {
    background-color: #8f0914;
    border: solid 1px #850812;
    display: inline-block;
    height: /*117px*/auto;
    margin-top: 22px;
    overflow: hidden;
    width: 621px;
}
#vedette_title {
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 11px;
}
#vedette1_img_link_container {
    background-image: url(/images/vedette_logo_background.png);
    background-position: 17px 12px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 85px;
    width: 85px;
}
#vedette2_img_link_container {
    background-image: url(/images/vedette_logo_background.png);
    background-position: 7px 12px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 85px;
    width: 75px;
}
#vedette1_img_link {
    position: relative;
    left: 20px;
    top: 15px;
}
#vedette2_img_link {
    position: relative;
    left: 10px;
    top: 15px;
}
#vedette1_img_link img, #vedette2_img_link img {
    border: none;
    height: 50px;
    width: 50px;
}

/* Module de contact */
.holders {
    border: none;
    display: block;
    float: left;
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 36px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    width: 293px;
}
.element_separator { display: block; float: left; height:36px; width: 32px; }
.elements {
    background-image: url(/images/textbox_background.png);
    background-repeat: repeat-x;
    border: solid 1px #9f9f9f;
    float: right;
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 22px;
    width: 207px;
}
#contact_text {
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0 0 9px 0;
}
#contact_form { border: none; margin: 0; padding: 19px 0 0 0; }
#contact_form fieldset { border: none; margin: 0; padding: 0; }
#contact_form fieldset label { padding-left: 14px; }
#civilite_holder { width: 623px !important; }
#civilite-Monsieur { padding-left: 14px; }
#nom_holder { width: 298px !important; }
#telephone_holder { width: 298px !important; }
#objet_holder { height: 35px !important; width: 623px !important; }
#objet { width: 537px !important; }
#message_holder { height: 107px !important; width: 623px !important; }
#message {
    background-color: #f8f8f8;
    background-image: url(/images/message_background.png) !important;
    background-repeat: repeat-x;
    border: solid 1px #9f9f9f;
    float: right;
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 15px;
    height: 92px;
    padding-top: 2px;
    width: 537px;
}
#envoyer_holder { float: left; height: 39px; padding-left: 83px; width: 540px; }
#envoyer {
    background-color: transparent;
    background-image: url(/images/envoyer.png);
    background-position: top left;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 39px;
    width: 93px;
}
#info { float: left; font-size: 12px; line-height:39px; padding-left: 5px; }
#feedback_messages {
    background-color: #b22f39;
    border: solid 1px #c2545d;
    color: white;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 19px;
    padding: 4px 4px 4px 18px;
    text-align: left;
}

/* Module de nuage de mots clés */
#tag_cloud_container {
    color: #393939;
    display: table;
    float: left;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    height: 179px;
    margin: 0;
    width: 342px;
}
#tag_cloud_container p {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    vertical-align: middle;
}

#tag_cloud_container p a {
    color: #393939;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    white-space: nowrap;
}
#tag_cloud_container p a:hover { color: black; }

/* Activité récente */
#activite_recente_container {
    display: table;
    float: left;
    height: 179px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 334px;
}
#activite { display: table-cell; padding-left: 20px; padding-right: 20px; vertical-align: middle; }
#activite_label {
    color: #393939;
    display: block;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 17px;
    padding-bottom: 7px;
}
#activite_commentaire {
    color: #393939;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
}
#activite_commentaire a {
    color: #a30f00;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}
#activite_nom_client {
    color: #393939;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 3px;
    text-align: right;
}

/* Mini recherche et suivez-nous */
#mrsv_container {
    display: table;
    float: left;
    height: 179px;
    margin: 0;
    padding: 0;
    width: 272px;
}
#suivez_nous_container {
    background-position: 62px 10px;
    background-image: url(/images/suivez_nous.png);
    background-repeat: no-repeat;
    display: table;
    height: 101px;
    margin: 0;
    padding: 0;
    width: 272px;
}
#facebook { position: relative; top: 40px; left: 32px; }
#facebook_icon { border: none; }
#twitter { position: relative; top: 33px; left: 41px; }
#twitter_icon { border: none; }

/* Module Restaurant */
#top_flimit { border-top: solid 153px; height: 54px; width: 100%; }
#restofiltre { width: 277px; }
#restofilter_container {
    background-image: url(/images/combobox_background.png);
    background-position: 17px 17px;
    background-repeat: no-repeat;
    display: block;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 20px;
    width: 950px;
}
#restofilter_container fieldset {
    border: none;
    display: inline;
    margin: 0;
    padding: 0;
}
.combobox_container {
    background-image: url(/images/combobox_container.png);
    background-position: left top;
    background-repeat: no-repeat;
    color: #393939;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px;
    height: 25px;
    width: 277px;
}
.combobox_value_container { color: #393939; }
.combobox_button {
    background-image: url(/images/combobox_buttons.png);
    height: 24px;
    position: relative;
    top: 1px;
    width: 21px;
}
.combobox_value_content { color: #393939; height: 24px; padding-left: 8px; }
.combobox_dropdown_container {
    background-image: url(/images/combobox_dropdown_background.png);
    background-repeat: repeat;
    display: block;
    margin-left: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    width: 275px !important;
}
.combobox_item { color: #393939; cursor: pointer; line-height: 23px; padding-left: 7px; }
.combobox_item_hover {
    background-image: url(/images/combobox_item_hover.png);
    color: #000;
}
.combobox_group_header {
    color: #000;
    display: block;
    font-style: italic;
    font-weight: bold;
    line-height: 23px;
    padding-left: 7px;
}
.combobox_group_item_container { padding-left: 12px; }
.combobox_group_item_container .combobox_item { margin-left: -12px; padding-left: 20px; }
.combobox_group_item_container .combobox_item:hover { color: #000; }

/* Footer extra */
#footer_extra_container {
    color: white;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    width: 950px;
}
#copyright { float: left; text-indent: 10px; }
#contacter_nous { float: right; }
#contacter_nous a { text-decoration: none; color: #fff; }
#contacter_nous a img { margin-left: 3px; margin-right: 10px; border: none; position: relative; left: 0; top: 8px; }

/* Liste de restaurants */
#restaurants_container {
    display: block;
    float: right;
    margin-top: 7px;
    width: 277px;
}
#restaurants_container a {
    color: #fff;
    display: block;
    font-size: 15px;
    height: 47px;
    margin: 4px 0 0 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 277px;
}
#restaurants_container a:hover {
    background-image: url(/images/resto_hover.png);
    background-position: top left;
    background-repeat: no-repeat;
}
#restaurants_container a img {
    border: none;
    float: left;
    height: 47px;
    width: 47px;
}
#restaurants_container div {
    background-image: url(/images/resto_hover.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    height: 47px;
    margin: 4px 0 0 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 277px;
}
#restaurants_container div img {
    border: none;
    float: left;
    height: 47px;
    width: 47px;
}
.nom_restaurant {
    display: block;
    float: left;
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 47px;
    margin: 0 0 0 10px;
    padding: 0;
}
.valeur {
    display: block;
    float: right;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 9px;
    line-height: 47px;
    margin: 0 16px 0 0;
    text-shadow: #232323 0 -1px 0;
}
.valeur_selection {
    display: block;
    float: right;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 9px;
    line-height: 47px;
    margin: 0 12px 0 0;
    text-shadow: #232323 0 -1px 0;
}
#restaurants_container #selected_restaurant {
    background-image: url(/images/selected_resto.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 13px;
    margin-top: -7px !important;
    margin-right: 13px;
    position: relative;
    top: 50%;
    width: 9px;
}
.timer {
    background-image: url(/images/survol.png);
    background-position: top left;
    background-repeat: no-repeat;
    display: none;
    float: left;
    height: 47px;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: #232323 0 -1px 0;
    width: 47px;
    z-index: 100;
}
.countdown {
    display: block;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 47px;
    width: 47px;
}

/* Pagination pour la liste des restaurants */
#restaurant_pagination_container {
    clear: both;
    padding-top: 30px;
}

#restaurant_pagination_container img { border: none; } 

#restaurant_pagination_previous {
    background-image: url(/images/resto_previous.png);
    background-repeat: no-repeat;
	float: left;
	margin: 0 20px 0 128px;
	width: 9px;
	height: 13px;
}

#restaurant_pagination_next {
	background-image: url(/images/resto_next.png);
    background-repeat: no-repeat;
    float: left;
    width: 9px;
    height: 13px;    
}

/* Module Informations */
#restaurant_title {
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 51px;
    margin-top: -21px;
    padding: 0;
    text-shadow: #360307 0 -1px;
}

#addthis { float: left; }
#restaurant_links { font-size: 13px; margin-top: 6px; }
#restaurant_links_left_addthis { margin-top: 9px; }
#restaurant_links_left_addthis #addthis_img { float: left; }
#restaurant_links_left_addthis #addthis_text { float: left; padding-left: 6px; padding-top: 1px; }
#restaurant_links img { border: none; }
#restaurant_links a { border: none; }
#restaurant_links a:visited { border: none; }
#restaurant_links_left { float: left; }
#restaurant_links_left a { color: white; text-decoration: none; }
#restaurant_links_left span { margin-left: 6px; }
#restaurant_links_left_addthis span { margin-left: 0; }
#restaurant_links_left_addthis .at300m { padding: 0; }
#restaurant_links_left_afficher_menu { clear: left; padding-top: 10px; }
#restaurant_links_left_afficher_menu #afficher_img { float: left; }
#restaurant_links_left_afficher_menu #afficher_text { float: left; padding-left: 6px; }
#restaurant_links_right { float: right; }
#restaurant_links_right_commander { width: 303px; height: 49px; border: none; padding-bottom: 4px; }
#restaurant_links_right_programmer { width: 303px; height: 25px; border: none; }
#restaurant_links_right_programmer img { cursor: pointer; }
#restaurant_links_right_programmer ul {
    background-image: url(/images/combobox_dropdown_background.png);
    background-repeat: repeat;
    border: 1px solid #8e0814;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 10px;
    display: none;
    overflow: hidden;
	width: 295px;
	margin-top: -4px;
	margin-left: 3px;
	padding-left: 0;
	position: relative;
	z-index: 10;
}
#restaurant_links_right_programmer ul li {
    overflow: hidden;
    cursor: pointer;
    line-height: 23px;
    padding-left: 10px;
}
#restaurant_links_right_programmer ul li:hover {
    background-image: url(/images/autocomplete_hover_background.png);
    color: #000;	
}

#restaurant_links_right_programmer ul li a {
    color: #393939;
    text-decoration: none;
    
}
#restaurant_zones_horaires { clear: both; padding-top: 18px; }
#restaurant_zones { float: left; }
#restaurant_zones_header {
    background-image: url(/images/bg_restaurant_zones_header.png);
    background-repeat: no-repeat;
    width: 301px;
    height: 30px;
    padding-top: 7px;
}
#restaurant_zones_label, #restaurant_horaires_label { 
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;	
}
#restaurant_zones_content {
    background-image: url(/images/bg_restaurant_zones_content.png);
    background-repeat: repeat-y;
    display: table-cell;
    width: 301px;
    height: auto;
    font-size: 10px;
}
.restaurant_zones_ville {
    padding-left: 9px;
    padding-top: 6px;
    height: 17px;
    float: left;
    width: 172px;
    overflow: hidden;
}
.restaurant_zones_ville a, .restaurant_horaires_jour a { color: white; text-decoration: none; }
.restaurant_zones_ville a:hover, .restaurant_horaires_jour a:hover { color: white; border-bottom: 1px solid white; }
.restaurant_zones_livraison {
	padding-top: 6px;
    height: 17px;
    float: left;
    width: 119px;
    text-align: center;
    overflow: hidden;
}
#restaurant_zones_content .odd { 
    background-image: url(/images/bg_restaurant_zones_livraison_odd.png);
    background-repeat: repeat;
}
#restaurant_zones_content .hidden {	display: none; }
#restaurant_zones_tout_afficher_right { height: 15px; }
#restaurant_zones_tout_afficher_left { color: #faba00; height: 15px; }
#restaurant_zones_tout_afficher_left img { border: none; }
#restaurant_zones_tout_afficher_left a { text-decoration: none; color: #faba00; border-bottom: none; }
#restaurant_zones_tout_afficher_left span { padding-left: 4px; }
#restaurant_zones_footer {
    background-image: url(/images/bg_restaurant_zones_footer.png);
    background-repeat: no-repeat;
    width: 301px;
    height: 3px;   
}
#restaurant_zones_footer.odd {
    background-image: url(/images/bg_restaurant_zones_footer_odd.png);
}

#restaurant_horaires { float: right; }
#restaurant_horaires_header {
    background-image: url(/images/bg_restaurant_horaires_header.png);
    background-repeat: no-repeat;
    width: 301px;
    height: 30px;
    padding-top: 7px;
}
#restaurant_horaires_content {
    background-image: url(/images/bg_restaurant_horaires_content.png);
    background-repeat: repeat-y;
    display: table-cell;
    width: 301px;
    height: auto;
    font-size: 10px;
}
#restaurant_horaires_footer {
    background-image: url(/images/bg_restaurant_horaires_footer.png);
    background-repeat: no-repeat;
    width: 301px;
    height: 3px;   
}
#restaurant_horaires_footer.odd {
    background-image: url(/images/bg_restaurant_horaires_footer_odd.png);
}
#restaurant_horaires_footer.odd_fermer {
    background-image: url(/images/bg_restaurant_horaires_footer_odd_fermer.png);
}
#restaurant_horaires_footer.even_fermer {
    background-image: url(/images/bg_restaurant_horaires_footer_fermer.png);
}

.restaurant_horaires_jour {
    padding-left: 9px;
    padding-top: 6px;
    height: 17px;
    float: left;
    width: 118px;
    overflow: hidden;
}

.restaurant_horaires_horaire {
    padding-top: 6px;
    height: 17px;
    float: left;
    width: 173px;
    text-align: center;
    overflow: hidden;
}
#restaurant_horaires_content div.odd { 
    background-image: url(/images/bg_restaurant_zones_livraison_odd.png);
    background-repeat: repeat;
}
#restaurant_horaires_content div.last {
    height: 15px;
}

#restaurant_horaires_content div.odd_fermer {
    background-image: url(/images/bg_restaurant_horaires_horaire_fermer_odd.png);
    background-repeat: repeat-x;
}
#restaurant_horaires_content div.even_fermer {
    background-image: url(/images/bg_restaurant_horaires_horaire_fermer_even.png);
    background-repeat: repeat-x;
}
#restaurant_paiement { clear: both; padding-top: 32px; }
#restaurant_paiement_label {
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding-right: 17px;
    padding-top: 6px;
    float: left;
}
#restaurant_paiement_images { float: left; }
#restaurant_paiement_images img { padding-right: 16px; }
#restaurant_commande_min { clear: both; float: left; padding-top: 22px; }
#restaurant_commande_min_label {
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding-right: 4px;
}
#restaurant_commande_min_value {
	color: #faba00;
	font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 15px;
}
#restaurant_nombre_avis {
	clear: both;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;	
	float: left;
	padding-top: 22px;
}
#restaurant_nombre_avis_value { color: #d2d2d2; }
#restaurant_avis_container {
    background-color: #8f0914;
    border: solid 1px #850812;
    display: inline-block;
    height: auto;
    width: 583px;
    margin-top: 12px; 
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 19px;
    padding-right: 19px;
}
#restaurant_avis_left { float: left; width: 272px; padding-right: 38px; }
#restaurant_qualite_cuisine, #restaurant_qualite_livraison {
	font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
	float: left;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 17px;
}
#restaurant_qualite_cuisine_label, #restaurant_qualite_livraison_label { float: left; padding-right: 6px; }
#restaurant_qualite_cuisine_value, #restaurant_qualite_livraison_value {
    background-image: url(/images/bg_qualite.png);
    background-repeat: no-repeat;
    color: #faba00;
    width: 63px;
    height: 23px;
    text-align: center;
    float: left;
    margin-top: -3px;
    padding-top: 3px;
    padding-left: 1px;
}
#restaurant_avis_left_content, #restaurant_avis_right_content { clear: both; }
#restaurant_avis_right { float: left; width: 273px; }
#restaurant_avis_right_content div.auteur, #restaurant_avis_left_content div.auteur {	
    color: #faba00;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 14px;
    float: left;
    padding-top: 18px;
    text-decoration: underline;
    width: 270px;	
}
#restaurant_avis_right_content div.commentaire, #restaurant_avis_left_content div.commentaire { 
    font-size: 12px;
    line-height: 20px;
}

/* Page Recherche */

#recherche-title-container{
	margin-top: 27px;
	padding: 0;
}
	
#recherche-title {
	float: left;
    font-family: "MuseoThree", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 51px;    
    overflow: hidden;
    padding: 0;
    text-shadow: #360307 0 -1px;
    white-space: nowrap;
    margin-right: 10px;
}

#recherche-mots {
	float: left;
	color: #FABA00;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 30px;
    margin: 16px 0 0 0;
}

#recherche-label-container {
	clear: both;
	padding-top: 17px;
    font-family: "MuseoSeven", "Century Gothic", "Futura Medium", "Apple Gothic", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
}

#recherche-resultats-container {	
	font-size: 13px;
	line-height: 25px;
	margin-top: 20px;

    background-color: #8f0914;
    border: solid 1px #850812;
    display: inline-block;
    height: auto;
    width: 583px;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 19px;
    padding-right: 19px;	
}

#recherche-resultats-container ul {    
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#recherche-resultats-container li {
	
}

.recherche-resultats-image-holder {
    background-image: url(/images/vedette_logo_background.png);
    background-position: 17px 12px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 85px;
    width: 85px;		
}

.recherche-resultats img {
    border: none;
    height: 50px;
    width: 50px;
}

.recherche-resultats {
	clear: both;	
}

.recherche-resultats-image-restaurant {
    height: 60px;
}

.recherche-resultats-image-restaurant img {
		
}

.recherche-resultats-image-categorie {
    height: 60px;   
}

.recherche-resultats.last {
    height: 100%;
}

.recherche-resultats div {
	float: left;
	padding-right: 10px;
}


.recherche-resultats-texte a {
	color: #fff;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.recherche-resultats-texte a:hover {
	text-decoration: underline;
}

#recherche-pagination-container {
	float: left;
}

#recherche-pagination-container div {
	cursor: pointer;
	float: left;
	border: solid 1px #850812;
    padding: 3px 6px;
    margin: 4px 4px 0 0;
}

#recherche-pagination-container div:hover {
    background: #FABA00;
    color: #850812;
    font-weight: bold;		
}

#recherche-pagination-container .selected {
	background: #FABA00;
	color: #850812;
	font-weight: bold;
	cursor: default;
}

#recherche-pagination-container form {
	margin: 0;
	padding: 0;
	display: none;
}
