164 lines
1.8 KiB
CSS
164 lines
1.8 KiB
CSS
|
body
|
||
|
{
|
||
|
color: #000000;
|
||
|
/* scrollbar-face-color: #9933CC; */
|
||
|
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 12px;
|
||
|
|
||
|
text-align: center;
|
||
|
|
||
|
background-color : #FFFFFF;
|
||
|
/* background-image : url(/themes/default/fond.jpg);
|
||
|
background-attachment : fixed; */
|
||
|
}
|
||
|
|
||
|
p
|
||
|
{
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
li
|
||
|
{
|
||
|
list-style-type: disc;
|
||
|
}
|
||
|
|
||
|
a:link
|
||
|
{
|
||
|
color: #0000FF;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
|
||
|
a:visited
|
||
|
{
|
||
|
color: #6666FF;
|
||
|
text-decoration: inherit;
|
||
|
}
|
||
|
|
||
|
a:hover
|
||
|
{
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
:link img { border: 2px solid #0000FF }
|
||
|
:visited img { border: 2px solid #6666FF }
|
||
|
|
||
|
table
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
border-width: 4px;
|
||
|
border-color: #EEEEFF;
|
||
|
border-style: none;
|
||
|
}
|
||
|
|
||
|
.head
|
||
|
{
|
||
|
font-family: serif, Times;
|
||
|
font-size: 14px;
|
||
|
background-color: #ccccff;
|
||
|
color: #000077;
|
||
|
border-width: 0px;
|
||
|
border-color: #EEEEFF;
|
||
|
text-align: right;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.centerhead
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.centerbody
|
||
|
{
|
||
|
font-family: Times, serif;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
|
||
|
.magicbox
|
||
|
{
|
||
|
font-family: sans-serif, Times, serif;
|
||
|
font-size: 10px;
|
||
|
border-width: 0px;
|
||
|
border-color: #EEEEFF;
|
||
|
background-color: #cceeff;
|
||
|
margin-left: 4px;
|
||
|
}
|
||
|
|
||
|
h1
|
||
|
{
|
||
|
text-align: center;
|
||
|
color: #0000FF;
|
||
|
}
|
||
|
|
||
|
h3
|
||
|
{
|
||
|
text-align: center;
|
||
|
color: #000063;
|
||
|
}
|
||
|
|
||
|
h6
|
||
|
{
|
||
|
font-family: sans-serif;
|
||
|
font-size: 10px;
|
||
|
}
|
||
|
|
||
|
.bordure
|
||
|
{
|
||
|
border-style: none;
|
||
|
}
|
||
|
|
||
|
td.colonne
|
||
|
{
|
||
|
width: 135px;
|
||
|
}
|
||
|
|
||
|
.left
|
||
|
{
|
||
|
text-align: left;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.center
|
||
|
{
|
||
|
text-align: center;
|
||
|
float: none;
|
||
|
}
|
||
|
|
||
|
.right
|
||
|
{
|
||
|
text-align: right;
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
img
|
||
|
{
|
||
|
position: relative;
|
||
|
border-color: inherit;
|
||
|
border-width: 2px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
|
||
|
.border0
|
||
|
{
|
||
|
position: inherit;
|
||
|
border-width: 0px;
|
||
|
}
|
||
|
|
||
|
.border1
|
||
|
{
|
||
|
border-color: inherit;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
|
||
|
.border2
|
||
|
{
|
||
|
position: inherit;
|
||
|
border-width: 2px;
|
||
|
border-color: inherit;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
|