ça marche pas moi !!!
bon voilà le listing :
la feuille de style:
h1 {font-size : 20 pt ;
font-family : arial ;
font-weight : bold ;
color : red ;
text-decoration ;
text-align : center ; }
h2.left {font-family : Times New Roman ;
font-size : 12 px ;
color : #FFFFFF ;
text-align : justify ;
float : left ;
margin-left : 2 ; }
h2.right {font-family : Times New Roman ;
font-size : 12 px ;
color : #FFFFFF ;
text-align : justify ;
float : right ;
margin-left : 2 ; }
body { background-color: #000000;
overflow-x : hidden ;}
-------
puis la première feuille : qui ne pose pas de problème elle
<html>
<head>
<title>
</title>
</head>
<frameset cols="255,*,288" border="0" frameborder="0">
<frameset rows="95, *" border="0" frameborder="0">
<frame src="topleft.htm" name="topleft" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"/>
<frame src="midleleft.htm" name="midleleft" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"/>
</frameset>
<frameset rows="73, *" border="0" frameborder="0">
<frame src="topmidle.htm" name="topmidle" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"/>
<frame src="lundi.htm" name="texte" scrolling="yes" frameborder="0" marginwidth="0" marginheight="0"/>
</frameset>
<frameset rows="73, *" border="0" frameborder="0">
<frame src="topright.htm" name="topright" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"/>
<frame src="midleright.htm" name="midleright" scrolling="no" frameborder="0" marginwidth="0" marginheight="0"/>
</frameset>
</frameset>
</html>
-------
la feuille qui pose problème car le texte ne vas pas à la ligne automatiquement !
<html>
<head>
<title>
</title>
<link rel=stylesheet type="text/css" href="feuille.css" >
</head>
<body>
<br>
<br>
<h1> Sport </h1>
<br>
<br>
<h2 class="right"> ESSAIE SEHUFIEGHUIHERGILEA </h2>
<br>
<br>
<h1> Cinéma </h1>
<br>
<br>
<h1> Actualité Divers </h1>
<br>
<br>
<h1> Vie courante </h1>
<br>
<br>
<h2 class="left"> urzehgiurzheguoirjezoigjuizrthguilrejifochrzeghuoerjngvuibzhrtbuogzrnungyuguygyugtuftkuj </h3>
</body>
</html>
-----
bonne chance !!!!
---------------