112 lines
1.7 KiB
CSS
112 lines
1.7 KiB
CSS
body {
|
|
background-color: #bebebe;
|
|
font:11px Arial,Helvetica,sans-serif;
|
|
text-align: center; /* pour corriger le bug de centrage IE */
|
|
}
|
|
|
|
#global {
|
|
margin:0 auto;
|
|
text-align:left;
|
|
}
|
|
|
|
#header {
|
|
display:none;
|
|
}
|
|
|
|
#content {
|
|
padding:0;
|
|
margin:0;
|
|
}
|
|
|
|
#center {
|
|
background-color:#fff;
|
|
padding:5px 0;
|
|
}
|
|
|
|
.paragraph {
|
|
margin:5px;
|
|
padding:5px;
|
|
}
|
|
|
|
#footer {
|
|
clear:both;
|
|
text-align:center;
|
|
margin-top:15px;
|
|
}
|
|
|
|
#footer p {
|
|
font:0.9em Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.clearfix:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
zoom:1;
|
|
}
|
|
|
|
a:link {color: #9c093a; text-decoration:none;}
|
|
a:visited {color: #9c093a; text-decoration:none;}
|
|
a:hover {color: blue; text-decoration:none;}
|
|
|
|
#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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
table.identite {
|
|
border-collapse:separate;
|
|
border-spacing:4px;
|
|
}
|
|
|
|
.confidentiel {
|
|
border-top:1px solid;
|
|
padding-top:5px;
|
|
font-style:italic;
|
|
font-size:9px;
|
|
}
|
|
|
|
.ui-dialog {
|
|
text-align:left;
|
|
}
|
|
|
|
input, select {
|
|
border: 1px solid #999999;
|
|
vertical-align: middle;
|
|
font: 11px Arial,Helvetica,sans-serif;
|
|
}
|
|
|
|
.ui-autocomplete-loading { background: white url('/themes/default/images/ui-anim_basic_16x16.gif') right center no-repeat; } |