Voilà la totalité de mon code (dsl pour la longueur, mais bon ya pire) :
@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
}
body {
background-color: #FFFFFF;
background-image: url(../background2.jpg);
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
}
a:link {
color: #FF9966;
text-decoration: none;
}
a:visited {
color: #FF9966;
text-decoration: none;
}
a:hover {
color: #FF3333;
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FF9966;
}
.style2 {
font-family: Bebas;
font-size: 14px;
color: #FF9966;
}
.style3 {
font-family: Bebas;
font-size: 12px;
color: #FF9966;
}
.style4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
.style5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}
p.titre {
background:#FF9966;
color:#FFFFFF;
padding:.2em .3em;
font-size:1.2em;
border:2px outset #FF3333;
position:relative;
margin-bottom:-1em;
width:10em;
margin-left:1em;
margin-top:1em;
}
fieldset {
border:none;
margin-bottom:1em;
width:24em;
padding-top:1.5em;
}
select {
margin-left:9em;
margin-bottom:0;
}
/* fieldset coordonnees */
fieldset#coordonnees {
background:#A4D8EE;
border:outset #A4D8EE;
}
/* fieldset message */
fieldset#message {
background:#A4D8EE;
border:outset #9DF2CE;
}
#civilite {
font-size:90%;
}
#civilite input + input {
margin-left:1em;
}
/* zone de texte du message */
textarea {
font:.8em "Trebuchet MS", Verdana, sans-serif;
width:29em;
padding:.2em;
}
/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
background:#FF9966;
font:1.2em "Trebuchet MS", Verdana, sans-serif;
color:#FFFFFF;
}
p#buttons {
text-align:center;
}
-->
</style>