100 lines
1.4 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-01-05 09:59:49 +00:00
font:11px Arial,Helvetica,sans-serif;
text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
2011-01-05 15:14:23 +00:00
width:900px;
2011-01-05 09:59:49 +00:00
margin:0 auto;
text-align:left;
}
#header {
float:left;
width:200px;
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-left:20px;
2011-04-01 12:14:40 +00:00
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;}
a:visited {color: #9c093a; text-decoration:none;}
a:hover {color: blue; 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-04-21 13:19:47 +00:00
table {
border-collapse:separate;
border-spacing:4px;
}