53 lines
1.0 KiB
CSS
53 lines
1.0 KiB
CSS
#synthese {
|
|
width:576px;
|
|
clear:both;
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
|
|
font-size: 12px;
|
|
margin: 10px 2px 0 2px;
|
|
padding: 2px;
|
|
text-align: left;
|
|
border-collapse: collapse;
|
|
}
|
|
#synthese th {
|
|
padding: 4px;
|
|
font-weight: normal;
|
|
font-size: 13px; color: #039;
|
|
background: #b9c9fe;
|
|
border: 1px solid #fff;
|
|
}
|
|
#synthese th.date {
|
|
font-size: 11px;
|
|
}
|
|
#synthese td {
|
|
padding: 4px;
|
|
background: #e8edff;
|
|
border: 1px solid #fff;
|
|
color: #669;
|
|
}
|
|
#synthese td.right {
|
|
text-align: right;
|
|
}
|
|
#synthese tbody tr:hover td {
|
|
background: #d0dafd;
|
|
}
|
|
#entete {
|
|
margin:1px;
|
|
}
|
|
#synthese .head {
|
|
font-weight:bold;
|
|
}
|
|
#graphInfo {
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
font-size:11px;
|
|
font-weight: bold;
|
|
margin-left:10px;
|
|
}
|
|
p { margin:10px; }
|
|
.txtAdresse p { margin:0; }
|
|
ul{list-style: none;}
|
|
ul li{padding-top:3px;}
|
|
.qtip-title {font-size:11px;}
|
|
.qtip-content {font-size:12px;}
|
|
#titreEvol {margin:0 130px;}
|
|
#imgEvol {margin:0 100px;}
|
|
.confidentiel { text-align:justify; } |