Nouvelles couleurs

This commit is contained in:
Rodolphe Quiedeville 2004-02-11 18:09:25 +00:00
parent 1c76048bcf
commit a59bfc1d79

View File

@ -25,34 +25,60 @@ body {
background-color: #cac8c0; background-color: #cac8c0;
margin-left: 5%; margin-left: 5%;
margin-right: 5%; margin-right: 5%;
margin-top: 5%; margin-top: 2em;
margin-bottom: 5%; margin-bottom: 5%;
} }
div.titre {
padding: 0.5em 0.5em 0.5em;
margin: 0em 0em 0em 0em;
}
span.titre {
font-size:1.1em;
font-weight: bold;
background: #dcdcd3;
color: #990033;
padding: 0.5em 0.5em 0.5em;
margin: 0em 0em 0em 0em;
border: 1px solid #8CACBB;
}
div.soustitre {
font-size:1.1em;
font-weight: bold;
color: #990033;
padding: 0em 1.2em 0.5em 2em;
margin: 1.2em 1.2em 1.2em 1.2em;
border-bottom: 1px solid #8CACBB;
border-right: 1px solid #8CACBB;
text-align: right;
}
div.main { div.main {
background-color: white; background: #dcdcd3;
text-align: left; text-align: left;
border: solid black 1px; border: 1px solid #8CACBB;
} }
div.main-inside {
padding-left: 20px;
padding-right: 50px;
margin-bottom: 50px;
margin-top: 10px;
}
div.barrebottom { div.barrebottom {
background-color: white;
text-align: right; text-align: right;
border: solid black 1px;
margin-top: 10px; margin-top: 10px;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
padding-right: 10px; padding-right: 10px;
} }
div.main-inside {
background-color: white;
padding-left: 20px;
padding-right: 50px;
text-align: center;
margin-bottom: 50px;
margin-top: 10px;
}
div.footer { div.footer {
background-color: #dcdff4; background-color: #dcdff4;
@ -75,13 +101,16 @@ div.footer p {
a:link,a:visited,a:active { a:link,a:visited,a:active {
text-decoration:none; text-decoration:none;
color:blue;
} }
a:hover { a:hover {
text-decoration:underline; text-decoration:underline;
color:blue;
} }
a.titre {
text-decoration:none;
}
div.comment { div.comment {
text-decoration:none; text-decoration:none;
color:black; color:black;
@ -101,3 +130,12 @@ tr.bg1 {
tr.bg2 { tr.bg2 {
background-color: #B5E5E5; background-color: #B5E5E5;
} }
td.label {
background: #dcdcd3;
color: #990033;
padding: 0.5em 0.5em 0.5em;
margin: 0em 0em 0em 0em;
border-bottom: 1px solid #8CACBB;
}