Merci koala64 pour ton attention et pour t'es petit conseil que je vais suivre
C'est un peu brouillon la parce que j'essaye de faire les items flottants.donc la bah ya rien qui marche en gros même en mettant les code css en style sur le html
Donc voila mes code: la page html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>DarkLand</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="design" href="accueil.css" />
</head>
<body>
<div id="header"
<!-- bannières -->
</div>
<div id="menu"
<div class="element_menu"
<ul>
<li><a href="accueil.html">Accueil</a></li>
</ul>
</div>
<div class="element_menu"
<ul>
<li><a href="RFOM.html">RFOM</a></li>
</ul>
</div>
<div class="element_menu"
<ul>
<li><a href="CODIV">CODIV</a></li>
</ul>
</div>
</body>
</html>
et voila ma page css
body
{
width: 760px;
margin: auto;
margin-top: 25px;
margin-bottom: 20px;
background-image:url("fond2.png");
background-color:#999999 ;
background-repeat:no-repeat;
background-position:top;
font-family:Arial,"Arial Black","Times New Roman",Serif;
}
#header
{
width:765px;
height:150px;
background-image:url("header.gif");
background-repeat:no-repeat;
margin-bottom:10px;
margin-left:center;
}
#menu
{
position: relative;
top:-20px;
left:50px;
float:left;
width:120px;
font-family:Arial,"Arial Black","Times New Roman",Serif;
}
.element_menu
{
border:2px solid black;
background-color:rgb(236,243,251);
margin-bottom:20px;
font-family:Arial,"Arial Black","Times New Roman",Serif;
}
#corps
{
margin-left:150px;
border:2px solid black;
padding-left:20px;
padding-right:20px;
background-color:rgb(236,243,251);
font-family:Arial,"Arial Black","Times New Roman",Serif;
}
#corps h2
{
text-align:center;
font-style:oblique;
text-decoration:underline;
font-family:Arial,"Arial Black","Times New Roman",Serif;
}
#corps2
{
margin-left:150px;
border:2px solid black;
background-color:rgb(236,243,251);
margin-top:20px;
padding-left:20px;
padding-right:20px;
font-family:Arial,"Arial Black","Times New Roman",Serif;
}
#footer
{
background-color:rgb(236,243,251);
border:2px solid black;
padding:5px;
text-align:center;
background-repeat:repeat-x;
font-family:Arial,"Arial Black","Times New Roman",Serif;
margin-left:150px;
margin-top:20px;
}
Je voudrai donc que accueil rfom et codIV soit aligner mais je n'y arrive pas
Je joint mon adresse email si vous acceptez de me donner un coup de main se serai sympa de votre part. rops77@hotmail.fr
Merci d'avance
@bientôt
Modifié par darkmalabar (18 Mar 2008 - 16:40)