174 lines
2 KiB
CSS
174 lines
2 KiB
CSS
body
|
|
{
|
|
color: #000000;
|
|
/* scrollbar-face-color: #9933CC; */
|
|
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #FFFFEE;
|
|
background-image: url(/images/fond_tma.jpg);
|
|
background-attachment: fixed;
|
|
}
|
|
|
|
p
|
|
{
|
|
text-align: left;
|
|
}
|
|
|
|
li
|
|
{
|
|
list-style-type: circle;
|
|
}
|
|
|
|
a:link
|
|
{
|
|
color: #663300; /* 630000; */
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
color: #993300; /* AA1010; */
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color: white;
|
|
background-color: #663300;
|
|
text-decoration: none;
|
|
}
|
|
|
|
table
|
|
{
|
|
font-family: Times, serif;
|
|
/*border-width: 2px;
|
|
border-color: #000000;*/
|
|
}
|
|
|
|
.head, .foot
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 12px;
|
|
background-color: #CC9966;
|
|
/* #C68484; */
|
|
text-align: center;
|
|
color: #000000;
|
|
border-color: black;
|
|
border-style: none;
|
|
font-weight: normal;
|
|
}
|
|
.centerhead
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 14px;
|
|
background-color: #CC9966;
|
|
}
|
|
|
|
.centerbody
|
|
{
|
|
font-family: Times, serif;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.magicbox
|
|
{
|
|
font-family: sans-serif, Times, serif;
|
|
font-size: 10px;
|
|
background-color: white;
|
|
border-style: none;
|
|
}
|
|
|
|
h1
|
|
{
|
|
text-align: center;
|
|
color: black;
|
|
}
|
|
|
|
h3
|
|
{
|
|
text-align: center;
|
|
color: maroon;
|
|
}
|
|
|
|
h6
|
|
{
|
|
font-family: sans-serif;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.bordure
|
|
{
|
|
background-color: #000000;
|
|
border-style: none;
|
|
/* border-color: black;
|
|
border-width: 2px; */
|
|
}
|
|
|
|
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: none;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
.pageseparator
|
|
{
|
|
visibility: hidden;
|
|
}
|
|
hr
|
|
{
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
fieldset
|
|
{
|
|
border-style: none;
|
|
}
|