63 lines
No EOL
688 B
HTML
63 lines
No EOL
688 B
HTML
<style type="text/css" media="screen">
|
|
.faux_body {
|
|
background-color: #fff;
|
|
font-size: 12px;
|
|
font-family: verdana, sans-serif;
|
|
}
|
|
|
|
.titre {
|
|
text-align: center;
|
|
color: #000;
|
|
font-size: 24px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 18px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 16px;
|
|
clear: both;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:visited {
|
|
}
|
|
|
|
.spip_documents_left {
|
|
float: left;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.spip_documents_center {
|
|
display: block;
|
|
text-align: center;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.spip_documents_right {
|
|
float: right;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.petit {
|
|
padding-top: 20px;
|
|
text-align: center;
|
|
font-size: 10px;
|
|
}
|
|
|
|
ul {
|
|
clear: both;
|
|
}
|
|
|
|
.invisible {
|
|
color: #eee;
|
|
}
|
|
</style> |