130 lines
2.0 KiB
CSS
Raw Normal View History

2011-01-05 09:59:49 +00:00
body {
2011-01-05 15:14:23 +00:00
background-color: #bebebe;
2011-11-06 20:42:59 +00:00
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
2011-01-05 09:59:49 +00:00
text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
2011-01-05 15:14:23 +00:00
width:900px;
margin:0 auto;
2011-01-05 09:59:49 +00:00
text-align:left;
}
#header {
float:left;
width:200px;
2011-01-05 09:59:49 +00:00
margin:0;
2011-01-05 15:14:23 +00:00
padding:0;
2011-01-05 09:59:49 +00:00
}
#content {
float:left;
2011-01-05 15:14:23 +00:00
width:680px;
padding:0;
margin:0;
2011-11-21 10:50:08 +00:00
padding-left:10px;
padding-top:20px;
2011-01-05 15:14:23 +00:00
}
#center {
background-color:#fff;
2011-02-16 17:07:47 +00:00
padding:5px 0;
2011-01-05 09:59:49 +00:00
}
2011-04-01 12:14:40 +00:00
.paragraph {
margin:5px;
padding:5px;
}
2011-01-05 09:59:49 +00:00
#footer {
2011-01-11 09:17:07 +00:00
clear:both;
2011-01-07 17:16:07 +00:00
text-align:center;
2011-01-11 09:17:07 +00:00
margin-top:15px;
}
#footer p {
font:0.9em Arial, Helvetica, sans-serif;
2011-01-05 15:14:23 +00:00
}
2011-01-05 09:59:49 +00:00
2011-01-05 15:14:23 +00:00
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
zoom:1;
2011-01-11 09:17:07 +00:00
}
a:link {color: #9c093a; text-decoration:none;}
2011-09-27 07:29:09 +00:00
a:visited {color: #0000CC; text-decoration:none;}
a:hover {color: #000066; text-decoration:none;}
2011-02-16 17:07:47 +00:00
#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;
}
2011-04-18 14:36:06 +00:00
.StyleInfoLib {
align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color:#535353;
}
2011-04-21 13:19:47 +00:00
2011-04-18 14:36:06 +00:00
.StyleInfoData {
align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#535353;
}
2011-02-16 17:07:47 +00:00
2011-05-04 14:18:22 +00:00
table.identite {
2011-04-21 13:19:47 +00:00
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;
2011-06-07 09:51:44 +00:00
}
input, select {
border: 1px solid #999999;
vertical-align: middle;
font: 11px Arial,Helvetica,sans-serif;
2011-08-08 13:28:57 +00:00
}
.ui-autocomplete-loading { background: white url('/themes/default/images/ui-anim_basic_16x16.gif') right center no-repeat; }
2011-11-06 20:42:59 +00:00
div.ui-state-highlight p {
margin: 10px;
font-size: 12px;
2011-09-28 14:44:50 +00:00
}
2011-11-06 20:42:59 +00:00
.noborder {
border:0;
}