Souci avec les feuilles de style
Bonjour,
j'ai utilisé des CSS pour la nouvelle version de mon site et si ca donne le bon résultat sous IE, le résultat est catastrophique sous Mozilla...
Quelqu'un peut m'aider ?
http://fantastinet.free.fr/fv2/index2.php
voilà la source css:
/* CSS Document */
<style type="text/css">
html, body {
margin:0;
height: 100%;
}
.lien1
{
color:#EFF2BB;
text-decoration:none;
font-weight:bold;
}
.lien1:hover
{
color:#FF9900;
text-decoration:underline;
font-weight:bold;
}
{
color:#9999FF;
text-decoration:none;
font-weight:bold;
}
.lien1:hover
{
color:#84FFFA;
text-decoration:underline;
font-weight:bold;
}
}
.lien2
{
color:#990000;
text-decoration:none;
font-weight:bold;
}
.lien2:hover
{
color:#FF9900;
text-decoration:underline;
font-weight:bold;
}
{
color:#9999FF;
text-decoration:none;
font-weight:bold;
}
.lien2:hover
{
color:#84FFFA;
text-decoration:underline;
font-weight:bold;
}
.head {
background-color: #000000;
height: 80px;
}
.contenu {
height: 640px;
background-color: #ccccff;
margin-left: 200px;
}
.pied {
background-color: #000000;
height: 50px;
margin-left: 0px;
}
.menu {
background-color: #000000;
float: left;
width: 200px;
height: 640px;
color: #84FFFA;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}
.sousmenu {
margin-left: 0px;
height: 50px;
background-image: url(fond.jpg);
}
.headcentre {
margin-left: 0px;
height: 50px;
}
.centre {
margin-left: 0px;
}
</style>