You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
688 B
63 lines
688 B
<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> |