Dsl mais le site est en local pour le moment, l'hébergeur sera actif dans l'aprem
Voila le css:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin:0px;
padding:0px;
background-color: #FFFFFF;
}
a:link, a:hover, a:visited {
color:#FFFFFF;
}
#header {
height: 129px;
width: 900px;
background-image: url(images/head.png);
background-repeat: no-repeat;
}
#contentD {
background-color: #685139;
background-image: url(images/contentD.jpg);
background-repeat: no-repeat;
height: 538px;
width: 477px;
float: left;
}
.menuG {
background-image: url(images/fond-gauche-inter.jpg);
background-repeat: no-repeat;
height: 503px;
width: 85px;
float: left;
}
.interieur_txt {
background-image: url(images/fond-centre-inter.jpg);
float: left;
height: 503px;
width: 385px;
}
.contenu {
width: 385px;
float: left;
margin-left: 80px;
margin-top:-25px;
}
.contenu p {
color: #cccc99;
margin-top: 50px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 50px;
width: 393px;
text-align:justify;
}
.contenu li {
color: #cccc99;
margin-left: 50px;
list-style-type: square;
}
.exterieur_txt {
background-image: url(images/fond-centre2-inter.jpg);
background-repeat: no-repeat;
float: left;
height: 503px;
width: 322px;
}
.interieur_droite {
background-image: url(images/fond-droiteinter.jpg);
background-repeat: no-repeat;
height: 503px;
width: 108px;
float: left;
}
.bleu {
color: #00FFFF;
}
.menuG li {
text-align: right;
padding-right: 30px;
list-style-type: none;
}
#tete {
color: #cccc99;
text-align: center;
margin-top: 30px;
margin-bottom: 15px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
}
.contenu h2 {
color: #cccc99;
margin-top: 30px;
margin-bottom: 15px;
}
#edito {
width: 350px;
color: #cccc99;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 80px;
margin-right: 15px;
margin-bottom: 15px;
margin-left: 50px;
}
#contentD #signature {
color: #cccc99;
width: 350px;
text-align: right;
margin-left: 50px;
margin-top: 50px;
background-image: url(images/signature.png);
background-repeat: no-repeat;
background-position: left;
height: 106px;
}
#signature h3 {
color: #FFFFFF;
margin-top: -15px;
}
#conteneur {
margin-right: auto;
margin-left: auto;
height:auto;
width:901px;
background-color: #685139;
}
#contentG {
float: left;
height: 538px;
width: 423px;
background-color: #685139;
background-image: url(images/contentG.jpg);
background-repeat: no-repeat;
}
#BG_menu {
background-image: url(images/menuSbis.jpg);
background-repeat: no-repeat;
height: 65px;
width: 900px;
}
#BG_menuB {
background-image: url(images/menuS.jpg);
background-repeat: no-repeat;
height: 68px;
width: 900px;
}
.contenuB {
height: 386px;
width: 623px;
float: left;
}
.contenuB p {
color: #cccc99;
margin-top: 50px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 50px;
width: 393px;
}
.contenuB h2 {
color: #cccc99;
margin-top: 30px;
margin-bottom: 15px;
}
#footer {
background: url(images/fond-inter.jpg) no-repeat;
width: 900px;
}
et le html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans titre</title>
<link href="a2s.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="conteneur">
<div id="header">
</div>
<div id="footer">
<div class="contenu">
bla bla bla
</div>
</div>
</div>
</body>
</html>