@import "bbcode.css";
@import "common.css";
@import "forms.css";
@import "table-liste.css";

#top {
    height:125px;
}

#top-pub {
    text-align: center;
}


/* ZoneIdentification */

#identification {
    left:350px;
    top:95px;
    width:444px;
    height:29px;
    line-height:29px;
    text-align:center;
    position:absolute;
    background:white url(../img/css/identification-cons.png) no-repeat 0 0;
}
#identification h2 {
    display:none;
}
#identification p,
#identification ul,
#identification li { display:inline;}

#identification p.submit input {
    border:solid 1px white;
    background:white;
    color:#99b4c4;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
}
#identification p,
#identification ul {
    display:inline;
}

.villes {
    float: left;
}
#ville_courante {
    line-height:29px;
    position: absolute;
    left: 26%;
    /* HACK IE */
    top: 70% !important;
    top: 75%;
}
#ville_courante input {
    /* Fix pour Konqueror */
    display: block;
}
#ville_courante label {
    display: none;
}

#logo_consultation {
    float: left;
    display: block;
    height: 29px;
    width: 200px;
    margin-top: 5px;
    position: relative;
    background: white url(../img/css/logo-horz.png) no-repeat 0% 50%;
}
#logo_consultation h1 {
    width: 200px;
    line-height: 29px;
    position: absolute;
    left: 0px; top: 0px;
    /* XXX Firefox jump-on-click fix */
    margin-top: -125px;
    padding-top: 125px;
}

/* Contenu */

/* Liste des fiches pratiques */

#main .fiche {
    border: solid 1px #d9d9d9;
    margin:5px;
    position:relative;
    min-height:164px;
    height:166px;
}
html>body #main .fiche {
    height:auto;
}

#main .fiche img {
    border: solid 1px #d9d9d9;
    position:absolute;
    left:7px;
    top:7px;
}

#main .fiche h3 {
    margin:0 0 0 210px;; padding:5px 8px;
    font:bold 14px/25px "Verdana", sans-serif;
}

#main .fiche .dt {
    color:red;
    font-weight:normal;
}

#main .fiche p {
    margin:0 0 0 210px;
    padding:5px;
}

#consultation_content {
    padding-right: 5px;
    padding-left: 5px;
}

#annonce, #fiche {
    margin: 7px;
    min-height: 190px;
    height:190px;
}
html>body #annonce, html>body #fiche {
    height:auto;
}

#annonce h2, #fiche h2 {
    margin:0; padding:5px 8px;
    font:bold 18px/30px "Verdana", sans-serif;
    color:red;
    text-decoration:underline;
}


#annonce h3, #fiche h3 {
    margin:0; padding:5px 8px;
    font:bold 14px/25px "Verdana", sans-serif;
}

#annonce .image, #fiche .image {
    float:right;
    margin:0 5px 7px 7px;
    padding:0;

}

#annonce .image img, #fiche .image img {
    border: solid 1px #d9d9d9;
    width:150px;
    height:150px;
}
#fiche .image img {
    width:200px;
}

#leftcolumn {
    float:left;
    width: 49%;
}
