|
Exemple d'une CSS
body {
background-color:#FAF1DA;
margin:0%;
}
a:visited {
font-weight : normal;
font-size : 07pt;
font-family : verdana;
color :#710071;
text-decoration : underline;
font-weight:normal;
}
a:link {
color : #0000FF;
font-weight:normal;
}
a:active {color : darkred;}
a:hover {color : red}
a:link.haut,a:visited.haut, a:active.haut {
font-weight : normal;
font-size : 8pt;
font-family : Arial;
color : white;
text-decoration : none;
}
a:hover.haut {
font-weight : normal;
font-size : 8pt;
font-family : Arial;
color : white;
text-decoration : underline;
font-weight:bold;
}
a:link.menu,a:visited.menu,a:active.menu {
font-weight : normal;
font-size : 08pt;
font-family : Arial;
color : white;
text-decoration : none;
font-weight:bold;
}
a:hover.menu {
font-weight : normal;
font-size : 8pt;
font-family : Arial;
color : white;
text-decoration : underline;
font-weight:bold;
}
a:link.menu2,a:visited.menu2,a:active.menu2 {
font-weight : normal;
font-size : 08pt;
font-family : Arial;
color : #660000;
text-decoration : none;
font-weight:bold;
}
a:hover.menu2 {
font-weight : normal;
font-size : 08pt;
font-family : Arial;
color : #660000;
text-decoration : underline;
font-weight:bold;
}
table {
margin:0%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
font-style: normal;
line-height: normal;
font-weight:normal;
}
table.haut {
margin:0%;
font-family:arial;
font-weight:bold;
font-size:08pt;
color:white;
width:100%;
height: 36 pt;
}
td.hautG {
text-align : center;
width : 20%;
font-family:verdana;
font-style:normal;
font-weight:bold;
font-size:12pt;
color:white;
padding:0%;
}
td.hautD {
width : 5 %;
padding:0%;
}
td.menu2 {
border-style:solid;
border-left-color:#D5BD4F;
border-top-color:#E8DB9F;
border-bottom-color:#D5BD4F;
border-right-color:#D5BD4F;
border-width:thin;
padding:10 px;
background-color:#EFD080;
}
td.gauche {
border-style:solid;
border-left-color:#F4EFE8;
border-top-color:#F4EFE8;
border-bottom-color:#C0C0C0;
border-right-color:#F4EFE8;
border-width:thin;
background-color:#FAF1DA
}
div.page {
margin-left:0px;
margin-right:0px;
}
div.haut {
border-style:solid;
border-top-color:#666699;
border-bottom-color:black;
border-right-color:#666699;
border-left-color:#666699;
border-width:thin;
font-family:verdana;
font-style:normal;
font-weight:bold;
font-size:12pt; #405070
color:white;
background-color :#333366;
text-align:center;
margin-left:0%;
margin-right:0%;
top:0%;
padding:0%;
}
div.menu {
border-style:solid;
border-top-color:#BB003D;
border-bottom-color:black;
border-right-color:#BB003D;
border-left-color:#BB003D;
border-width:thin;
font-family:arial;
font-style:normal;
font-weight:bold;
font-size:8pt;
color:white;
background-color :#90002F;
text-align:right;
margin-left:0%;
margin-right:0%;
top:0%;
padding:0%;
}
h1 {
font-family:
Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt; font-style: normal;
font-weight: bold;
color: #C16100;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
font-weight: bold;
color: #800000;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
font-style: normal; line-height: normal;
font-weight:normal;
}
|