extranet/www/css/main.css

451 lines
6.7 KiB
CSS
Raw Normal View History

body {
background-color: #BEBEBE;
font:11px Arial,Helvetica,sans-serif;
margin: 0; /* pour éviter les marges */
text-align: center; /* pour corriger le bug de centrage IE */
}
img {
border:none;
}
td {
font-family: arial, sans-serif;
font-size: 11px;
color:#535353;
}
form {
margin:0px;
padding:0px;
border:none;
}
form select {
font-family: arial, sans-serif;
font-size: 10px;
vertical-align:middle;
border:1px solid #999999;
}
form input {
font-family: arial, sans-serif;
font-size: 11px;
border:1px solid #999999;
padding-left: 1px;
}
form input.checkbox {
border:none;
background-color:transparent;
vertical-align:middle;
padding-left: 0px;
margin-left: 0px;
}
form input.checkboxform {
border:none;
background-color:transparent;
vertical-align:middle;
padding-left: 0px;
margin-left: 3px;
}
a:link {color: #9c093a; text-decoration:none;}
a:visited {color: #9c093a; text-decoration:none;}
a:hover {color: blue; text-decoration:none;}
.StyleRechercheTitre {
font-size: medium;
color: #FFFFFF;
}
.imgButton {
border : none;
}
.StyleRechercheLib {
color: #000000;
font-size: x-small;
font-weight: bold;
}
.StyleInfoLib {
align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color:#535353;
}
.StyleInfoData {
align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#535353;
}
/* suppression des puces sur les listes */
2010-05-04 08:26:31 +00:00
div.stats ul {
width: 400px;
list-style: none;
}
div.stats .percent {
display: block;
height: 1.5em;
line-height: 1.5em;
margin: 5px 10px 0 10px;
padding: 0 5px;
text-align: right;
color: #fff;
font-weight: bold;
font-family: monospace;
-moz-border-radius: 5px;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
cursor: default;
}
/* Image dégradée */
2010-05-04 08:26:31 +00:00
.gradiant_pic li {
width: 300px;
padding: 0;
}
.gradiant_pic li .percent {
height: 20px;
line-height: 20px;
padding: 0;
color: #000;
background: #fff url(/img/gradiant2.png) repeat-y 0 0;
-moz-border-radius: 0;
}
/* progress bar container */
2010-05-04 08:26:31 +00:00
#progressbar {
border:1px solid black;
width:200px;
height:20px;
position:relative;
color:black;
}
/* color bar */
2010-05-04 08:26:31 +00:00
#progressbar div.progress {
position:absolute;
width:0;
height:100%;
overflow:hidden;
background-color:#369;
}
/* text on bar */
2010-05-04 08:26:31 +00:00
#progressbar div.progress .text {
position:absolute;
text-align:center;
color:white;
}
/* text off bar */
2010-05-04 08:26:31 +00:00
#progressbar div.text {
position:absolute;
width:100%;
height:100%;
text-align:center;
}
2010-05-04 08:26:31 +00:00
.attenteCachee {
visibility: hidden;
}
.attenteVisible
{
2010-05-04 08:26:31 +00:00
visibility: visible;
2009-03-13 17:31:17 +00:00
}
/*Infogreffe*/
table.table-classic {
border-collapse:collapse;
border: 0px;
border-color: #000000;
}
table.table-classic td {
font-family: arial, sans-serif;
font-size: 11px;
color:#000000;
}
/* les images dans les liens n'ont jamais de bordure */
table.table-classic a img {
border:none;
}
table.table-classic tr.titre td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
2009-03-13 18:41:51 +00:00
background-color: #eee;
border: 1px solid #000000;
2009-03-13 17:31:17 +00:00
}
table.table-classic tr.ligne td.titre,
table.table-classic tr.last td.titre,
table.table-classic tr.ligne td.std,
table.table-classic tr.last td.std,
table.table-classic tr.ligne td.last,
table.table-classic tr.last td.last {
padding:8px 4px 8px 8px;
border: 1px solid #000000;
border-bottom : 1px dashed #000000;
}
table.table-classic tr.ligne td.titre,
table.table-classic tr.last td.titre {
font-weight: bold;
color: white;
2009-03-13 18:41:51 +00:00
background-color: #2b2b8b;
2009-03-13 17:31:17 +00:00
}
/* Nouveau style */
#container {
position: relative; /* on positionne le conteneur */
width:800px;
margin:0 auto;
text-align:left;
}
#left {margin:0; padding:0;}
#content {margin:0; padding:0;}
#page {
float:left;
width:600px;
padding:0;
margin:5px 0 0 0;
}
#center {
background: #ffffff;
width:580px;
padding:5px 0;
margin:0 0 0 10px;
}
#center h1 {
clear:both;
margin:5px;
padding:5px;
background:#606060;
color:#ffffff;
font:600 1.4em Arial, Verdana, Sans-serif;
letter-spacing:1px;
line-height:1.2em;
border:1px solid;
}
#center h2 {
clear:both;
margin:5px;
padding:5px;
background:#00008c;
color:#ffffff;
font:bold 1.2em Arial, Verdana, Sans-serif;
}
#footer {
clear:both;
width:100%;
margin:20px 0;
}
#footer p {
2010-04-13 13:47:12 +00:00
width:70%;
margin:0 auto;
font:0.9em Arial, Helvetica, sans-serif;
}
2009-03-30 16:27:40 +00:00
.logout h4 {font-size: 16px;}
.logout h5 {font-size: 14px;}
2009-07-21 08:49:41 +00:00
#formR-submit {border:none;}
.blocdegrade {
width:300px;
}
.imgdegrade {
width:310px;
}
.textdegrade {
position:absolute;
overflow:hidden;
margin-left:10px;
line-height: 18px;
color: #000;
font-size:11px;
font-weight: bold;
font-family: monospace;
}
div.blocdegrade div {
margin:0;
}
div.blocdegrade .echelle
{
width:100%;
}
div.blocdegrade .echelleleft
{
float:left;
}
div.blocdegrade .echelleright
{
float:right;
}
.textdegrademin {
position:absolute;
overflow:hidden;
margin-left:10px;
line-height: 20px;
color: #000;
font-size:11px;
font-weight: bold;
font-family: monospace;
}
.regle {
clear:both;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom:1;
}
2010-01-06 16:13:26 +00:00
2010-01-22 08:58:39 +00:00
table.greffe {
width:90%;
margin:5px 10px;
border-collapse:collapse;
}
table.greffe th {
border:1px solid #000000;
padding:8px 4px 8px 4px;
background-color:#eeeeee;
text-align: center;
}
table.greffe .date { text-align: center; }
table.greffe td.date {
background-color:#2b2b8b;
color:white;
font-weight:bold;
}
table.greffe td {
border:1px solid #000000;
padding:8px 4px 8px 4px;
}
table.greffe td.decision { width:50%; }
table.greffe td.type {
text-align:center;
}
.actesCheckbox {
display:none;
}
2010-01-06 16:13:26 +00:00
.libAnnonces {
margin-left:30px;
}
.blockh2{
margin:5px;
}
.adresse {
float:left;
margin: 0px;
padding: 1px;
width: 250px;
vertical-align: middle;
}
2010-04-13 13:47:12 +00:00
.confidentiel {
border-top:1px solid;
padding-top:5px;
font-style:italic;
font-size:9px;
}
2010-04-12 14:49:55 +00:00
.ui-dialog-content {
text-align:left;
}
.ui-widget .ui-widget {
font-size:0.8em;
}
.ui-menu {
text-align:left;
}
.ui-autocomplete {
font-size:11px;
}
.ui-button {
font-size:11px;
}
.ui-autocomplete .ui-menu-item {
width:400px;
}
2010-04-26 14:44:24 +00:00
2010-05-04 08:26:31 +00:00
div.submit{
margin-left:200px;
padding-left:0px;
margin-top:1em;
}
div.submit p.submit-button {
margin-top:0;
}
div.submit p.details{
font-size:85%;
color:#666;
margin:0;
}
div.submit p.required-note {
margin-top:1em;
}
div.submit p.required-note span {
color:#4B911C;
_color:#666;
font-size:170%;
vertical-align:top;
}
.noborder {
border:none;
}
.infoTitle {
clear:both;
float:left;
width:180px;
margin-left:30px;
padding:0 10px 5px 0;
}
.infoData {
float:left;
width:320px;
margin:2px 0;
}
.last {
margin-bottom:10px;
}