/*

    CSS pourl a page de résultat d'une recherche
        à savoir le tableau + la carte Google

*/


.colonneGoogleMap
{
    padding-top: 20px;
    width: 30%;
    float: right;
}

.colonneGoogleMap #map_canvas
{
    width: 100%; 
    height: 200px;
    overflow: hidden;
    
}

.fiche_carte #map_canvas
{
    height: 250px;
}

.colonneGoogleMap .form
{
    margin: 30px 0px 0px 0px;
    
}

.colonneGoogleMap .form h4
{
    margin: 4px 0px 8px 0px;
}

.colonneGoogleMap .form table td
{
    text-align: right;
    padding: 0px 5px 10px 5px;
}

.colonneResultatResto
{
    width: 70%;
    float: left;
}

.colonneResultatResto .page
{
    float: right;
    margin: 0px 5px 5px 5px;
    color: #860028;
    
}

.colonneResultatResto .page a
{
    color: #860028;
}

.colonneResultatResto .liens a
{
    color: #860028;
}


.colonneResultatResto .reponse
{
    margin: 0px 5px 5px 5px;
    color: #860028;
}


.colonneResultatResto .list_resto
{
    clear: both;
    padding: 0px 5px 5px 5px;    
}


.resto
{
    clear: both;
    border: black solid 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.resto #id
{
    width: 30px;
    background: #DDD;
    float: left;
}

.resto h3
{
    font-size: 1em;
    padding-left: 10px;
}

.resto .phone
{
    width: 130px;
    float: right;
}

.resto .adresse
{
    width: 50%;
    float: left;
}


.resto .adresse p
{
    padding: 0px 5px 0px 5px;
}

.resto .liens
{
    width: 30%;
    float: right;
}

/* Liste des résultats d'une recherche */

.list_resto table
{
    width: 100%;
    border-collapse: collapse;
    
}

.list_resto table a
{
    color: white;
    text-decoration: none;

}

.list_resto table thead
{
    border-bottom: solid 4px white;
}

.list_resto table tr th
{
    font-weight: bold;
    text-align: left;
    background: #860028;
    text-transform: uppercase;
    font-size: 0.85em;
    color: white;
    padding: 2px 5px 2px 5px;
    border-right: white solid 2px;
}

.list_resto table tr td
{
    padding: 2px 0px 4px 2px;
    vertical-align: middle;
}

.list_resto table .ligne1 td
{
    padding: 4px 2px 4px 8px;
    border-right: white solid 2px;
    border-top: solid 8px white;
    color: #860028;
}


.list_resto table .ligne1 img
{
    margin-bottom: 8px;
}



.list_resto table tr.ligne2 td
{
    padding-top: 8px;
}



.list_resto table tr.ligne3
{
    
}



/*

    Style de la page de recherche
        Surtout du formulaire

*/

.pageRecherche table
{
    width: 100%;
}

.pageRecherche table td
{
    padding-bottom: 20px;
}


.pageRecherche td.lieu
{
    text-align: center;
    padding: 15px 0px 25px 0px;
}

.pageRecherche td.lieu label
{
    font-size: 1.3em;
}

.pageRecherche td.lieu input
{
    font-size: 1.4em;
    padding: 1px 1px 0px 5px;
}

.pageRecherche tr.ligne1 td
{
    font-size: 1.2em;
}

.pageRecherche tr td
{
    font-size: 0.8em;
}

.pageRecherche .blocTexte
{
    margin-bottom: 10px;
}

.pageRecherche .blocTexte div.bloc
{
    width: 230px;
    float: left;
    padding: 10px 10px 10px 10px;
    text-align: justify;
}

.pageRecherche .blocTexte div.bloc p
{
    
}


/* CSS de la fiche détaillé d'un restaurant */
.backgroundFiche
{
    background: url("images/toqueForm.png") bottom right no-repeat;
}

.fiche_texte
{
    width: 510px;
    float: left;
} 

.fiche_texte .photo
{
    width: 180px;
    float: left;
    height: 150px;
    margin-right: 10px;
}

.fiche_texte .photo img
{
    width: 180px;
    max-height: 140px;
}

.fiche_texte .photo p img
{
    width: auto;
    max-height: auto;
}


.fiche_texte .presentation
{
    width: 310px;
    min-height: 130px;
    padding: 10px 5px 10px 5px;
    float: right;
}

.fiche_texte .commentaire
{
    padding: 6px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
}


.fiche_texte .notation
{
    margin: 15px 0px 4px 0px;
    border: solid #EFEFEF 1px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #F9F9F9;
}

.fiche_texte .notation h3
{
    padding: 5px 5px 0px 15px;
}

.fiche_texte .notation .notes
{
    padding: 0px 25px 0px 5px;
    float: left;
}

.fiche_texte .notation .notes .big
{
    font-size: 1.9em;
    font-family: georgia, Verdana, Arial;
    font-style: italic;
    margin: 5px;
    color: red;
}

.fiche_texte .notation .notes .small
{
    font-size: 0.7em;
    margin-left: 40%;
}

.fiche_texte .notation .criteres
{
    float: left;
    border-left: #BBB solid 1px;
}

.fiche_texte .notation .criteres .critere
{
    padding: 0px 25px 0px 25px;
    font-family: georgia, Verdana, Arial;
}

.fiche_texte .notation .criteres .critere p
{
    margin: 0px;
    padding: 0px;
}

.fiche_texte .menus
{
    border-top: #DDD 1px solid;
    padding: 10px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
}

.fiche_texte .menus .menu
{
    width: 42%;
    float: left;
    padding: 10px;
    margin: 10px;
    background: #F9F9F9;
}

.fiche_texte .menus .menu h6
{
    margin-top: 10px;
}

.fiche_texte .liens
{
    margin: 5px 0px 5px 0px;
    padding: 4px 0px 8px 0px;
    border-top: #DDD 1px solid;
}

.fiche_texte .info
{
    margin: 5px 0px 5px 0px;
    padding: 4px 0px 8px 0px;
}

.fiche_texte #horaire
{
    border-top: #DDD 1px solid;
    margin: 10px 0px 5px 0px;
    padding: 4px 0px 8px 0px;
}

.fiche_texte .publication
{
    margin: 5px 0px 5px 0px;
    padding: 4px 0px 8px 0px;
    border-top: #DDD 1px solid;
}

.fiche_carte
{
    width: 30%;
    float: right;
    overflow: hidden;
}


.list_resto .survol
{
    height: 35px;
    float: left;
}

.list_resto .survol div
{
    display: none;
}

.list_resto .survol:hover div
{
    display: block;
    position: absolute;
    height: auto;
    padding: 5px;
    background: #DDD;
}


.survol div
{
    display: none;
}

.survol:hover div
{
    display: block;
    position: absolute;
    height: auto;
    padding: 5px;
    background: #DDD;
}



.listeCommentaire
{
    float: left;
    width: 500px;
}

.commentaireUnitaire
{
    clear: both;
    width: 100%;
    margin: auto;
    border: black solid 1px;
}

.commentaireUnitaire td
{
    padding: 0px 5px 0px 5px;
}

.commentaireUnitaire .colonneGauche
{
    width: 150px;
    float: left;
}

.commentaireUnitaire .colonneDroite
{
    width: 330px;
    float: right;
    padding: 10px;
}

.listeCommentaire .reponseCommentaire
{
    font-size: 0.8em;
    margin: 10px 0px 0px 20px;
    padding: 4px 5px 2px 5px;
}

.liensRepondreCommentaire
{
    float: right;
}

.liensRepondreCommentaire:hover
{
    float: none;
}

.liensRepondreCommentaire .formulaire
{
    display: none;
}

.liensRepondreCommentaire:hover .formulaire
{
     display: block;
}

#ajaxListeResultat .chargement
{
    border: 1px dashed #BBB;
    color: #BBB;
    padding: 50px 50px 500px 50px;
    background: #EFEFEF;
}


.tampon_ouvert_ferme_liste
{
    height: 45px;
    position: absolute;
    margin-left: -110px;
    margin-top: 0px;
    
}

#cse-search-results iframe {
    width: 760px;
}

