Subversion Repositories eFlore/Applications.coel-consultation

Rev

Rev 50 | Rev 121 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@CHARSET "UTF-8";
/*--------------------------------------------------------------------------------------------------------------*/
/* Général */
/*Titres*/
h2, h3{
        margin:0;
        padding:1em 0 0 0;}
/* Liste de définitions */
dl{
        font-size:12px;
        margin:0;
        padding:0;}
dt{
        background-color:#EEE;
        width:18em;
        float:left;
        text-align:right;
        margin:0 0 0 0;
        padding:.3em;
        border-top:1px solid #999;
        font-weight:normal;}
.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;
        float:left;
        width:58em;
        margin:0 0 0 0;
        padding:.3em;
        border-top:1px solid #999;}
.label-grand dd{
        width:48em;}
.label-court dd{
        width:64em;}
.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;}
/*--------------------------------------------------------------------------------------------------------------*/
/* Présentation Fiche */
.discretion{
        color:#A9A9A9;
        font-size:10px;
        font-weight:normal;}
.txt-long{
        white-space:pre-wrap;}
p.txt-long{
        width:69.6em;
        padding:.3em;
        background-color:#FFF;}
#texte li{
        margin: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 Syndication */
#col-syndication{
        width:800px;
        background:white url(images/flux.png) no-repeat right 30px;}
.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;}