Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 219 | Blame | Compare with Previous | Last modification | View Log | RSS feed

@charset "UTF-8"; 
/*--------------------------------------------------------------------------------------------------------------*/
/* Général */
/*Correction CSS Tela */
#texte, h1{
  position:relative;/*Pour IE*/}
#contenu{
        clear:none;/*Pour IE*/}
/*Titres*/
h2, h3{
        margin:0;
        padding:1em 0 0 0;}
/* Liste de définitions */
dl{
        margin:0;
        padding:0;
        width:auto;}
dt{
        background-color:#EEE;
        width:18em;
        float:left;
        text-align:right;
        margin:0;
        padding:.3em;
        border-top:1px solid #999;
        font-weight:normal;}
#zone_contenu_corps li {
        list-style-image:none;}
.label-grand dt{
        width:28em;}
.label-court dt{
        width:12em;}
dt:after{
        content:" : ";}
/* hack de commentaire avec un antislash pour ie5 mac \*/
h2, h3, dt, .nettoyeur{
        clear:both;}
/* end hack */
dd{
        background-color:#FFF;
        margin:0;
        padding:.3em;
        border-top:1px solid #999;}
.nettoyeur{
        visibility:hidden;}
/* Table */
table{
        border:1px solid #1C3C78;
        border-collapse:collapse;
        width:100% !important;width:95%;/*Pour IE*/
        margin:auto;}
thead, tfoot{
        background-color:#EEE;
        border:1px solid #1C3C78;}
tbody{
        background-color:#FFF;
        border:1px solid #1C3C78;}
th{
        font-family:monospace;
        border:1px dotted #1C3C78;
        padding:5px;
        background-color:#EEE;}
td{
        font-family:sans-serif;
        font-size:80%;
        border:1px solid #1C3C78;
        padding:5px;
        text-align:left;}
caption{
        font-family:sans-serif;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Présentation Moteur */
label#col-rech{
        display:none;}
/* Navigation dans les résultats */
.fragmenteur select,.fragmenteur a,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
        color:white;
        padding:5px;
        margin:0 2px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;}
.fragmenteur select,.fragmenteur a{
        background-color:#5D5C5C;
        border:1px solid black;}
.fragmenteur a:hover,.fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats{
        font-weight:bold;
        background-color:#AEDC43;
        border:1px solid #86A736;}
.frag_separateur{display:none;}

/*--------- Masque de recherche avancée ---------*/
#col-rech-masque {
        width: 725px;
        /*padding: 10px;*/
        /*border: solid #ddd 1px;*/
}

h2.titre-moteur-recherche {
        margin-bottom: 10px;
}

.champ-masque {
        display: inline-block;
        width: 360px;
        margin-top: 2px;
}
.champ-masque input {
        width: 200px;
}
.champ-masque select {
        max-width: 190px;
}
.champ-masque label {
        display: inline-block;
        text-align: right;
}
.champ-masque label.label-gauche {
        width: 130px;
        vertical-align: middle;
}
.champ-masque label.label-droite {
        width: 120px;
}
.champ-masque input.input-droite {
        width: 210px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* Présentation Fiche */
.discretion{
        color:#A9A9A9;
        font-size:10px;
        font-weight:normal;}
.txt-long{
        white-space:pre-wrap;}
p.txt-long{
        width:53.6em;
        padding:.3em;
        background-color:#FFF;}
#texte li{
        margin:3px 0;}
.col-sommaire a{
        background:none;}
/* Liste d'images */
ul.gallerie{
        list-style-type:none;}
ul.gallerie li{
        float:left;}
ul.gallerie li img {
        margin:0.3em;
        border: 1px solid;
        border-color:#444 #AAA #AAA #444;
        padding:10px;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Présentation Carte */
#carte-img{
        border:none;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Présentation Syndication */
#col-syndication{
        width:800px;
        background:url("images/flux.png") no-repeat scroll 560px 60px white;}
.icone{
        line-height:20px;
        padding-left:20px;}
.icone-atom{
        background:url(images/atom.png) no-repeat center left;}
.icone-rss1{
        background:url(images/rss1.png) no-repeat center left;}
        .icone-rss2{
        background:url(images/rss2.png) no-repeat center left;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Jquery UI : tabs */
.ui-tabs .ui-tabs-hide{
        display: none;}
/* Nécessaire à IE 6 et 7 pour éviter un décalage vers le bas!*/
.col-onglets{
        margin:0;/*Pour IE*/
        padding:0;/*Pour IE*/
        height:auto !important;height:100%;/*Pour IE*/}
        
#col-per > .col-sommaire > li {
        margin-bottom: 2px;
}