1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| <div id="fond_haut" style="background-color: rgb(156, 210, 255);
width: 600px;
height: 50px;
margin: auto;
text-align: center;">
</div>
<div id="fond_milieu" style="background-color: rgb(156, 210, 255);
width: 600px;
height: 800px;
margin: auto;
text-align: center;">
<div id="cadre" style="background-color: rgb(255, 255, 255);
color: rgb(156, 210, 255);
width: 400px;
height: 800px;
margin: auto;
text-align: center;">
coucou
</div>
</div>
<div id="fond_bas" style="background-color: rgb(156, 210, 255);
width: 600px;
height: 50px;
margin: auto;
text-align: center;">
</div> |
Partager