Oui j´allais le mettre ^^ désolé
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="fr" />
<title></title>
<style type="text/css">
body
{
width: 1000px;
height: 720px;
background-image: url("newdesign.jpg");
backgroundrepeat: no-repeat;
text-color: white;
margin: 0px;
}
/* L´en-tête */
- en_tete
{
width: 629px;
height: 217px;
background-image: url("logo.jpg");
background-repeat: no-repeat;
margin-left: 222px;
margin-top: 0px;
}
.frame
{
margin: 0px;
margin-left: 74px;
}
- pied_de_page
{
margin-left: 30px;
width: 676px;
height: 98px;
background-image: url("copyright.jpg");
background-repeat: no-repeat;
}
.bas
{
margin: 0px;
margin-left: 215px;
margin-top: 0px;
width: 640px;
height: 40px;
}
a:hover
{
color: black;
}
</style>
<title>Accueil</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body background="black">
<div id="en_tete">
</div>
<div class="frame">
<center>
<iframe src="frame.html" name="zone1" height="430" width="629" frameborder="0"> </iframe>
</center>
</div>
<div class="bas">
<a href="index.html"><img src="news.jpg" border=0/></a><a href="bio.html"><img src="bio.jpg" border=0/></a><a href="discographie.html"><img src="disco.jpg" border=0/></a><a href="membres.html"><img src="membres.jpg" border=0/></a><a href="photos.html"><img src="photos.jpg" border=0/></a><a href="contact.html"><img src="contact.jpg" border=0/>
</div>
</body>
</html>
Voila ^^