je peux pas publier la page en ligne, mais voilà out mon code:
css:
@charset "utf-8";
/* CSS Document */
body {
margin: 0px 0 ;
padding: 0 ;
text-align: center ;
background:url(images/bg.jpg) repeat-x #003674;
}
div#conteneur2{
width:983px;
margin: 0 auto;
padding: 0 6px 0 6px;
text-align: left ;
border: 0px;
}
div#conteneur{
width:983px;
background:#fff;
margin: 0 auto;
padding:0;
text-align: left ;
border: 0px;
}
div#header{
background:url(images/accueil_02.jpg) no-repeat;
width:971px;
height:128px;
}
div#recherche{
position:absolute;
top:96px;
left:804px;
width:189px;
height:30px;
background:url(images/header_09.jpg) no-repeat;
}
div#conteur{
position:relative;
top:104px;
left:180px;
width:240px;
height:24px;
background:url(images/conteur.jpg) no-repeat;}
div#anglais{
background:url(images/header_03.jpg) no-repeat;
height:23px;
width:22px;
position:relative;
top:67px;
left:745px;
}
div#arabe{
background:url(images/header_06.jpg) no-repeat;
height:23px;
width:16px;
position:relative;
top:67px;
left:645px;
}
div#franc{
background:url(images/header_08.jpg) no-repeat;
width:36px;
height:16px;
position:relative;
top:67px;
left:745px;
}
et 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>
<link rel="stylesheet" href="styles.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
</head>
<body>
<div id="conteneur">
<div id="conteneur2">
<div id="header">
<div id="conteur"></div>
<div id="anglais"></div>
<div id="franc"></div>
<div id="arabe"></div>
<div id="recherche"></div>
</div>
</div>
</div>
</body>
</html>