bjr.
voilà, je créé un site en faisant appel au css

voilà le css que j'édite;

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
/* CSS Document */
#calque15  { background-image: url(index/fantome1.gif); border: solid 1px #0000c0; position: absolute; top: 18px; left: 16px; width: 868px; height: 285px; visibility: visible }
#calque19 { background-image: url(index/boulebil.gif); position: absolute; top: 36px; left: 645px; width: 224px; height: 192px; visibility: visible }
#calque4 { background-image: url(index/bd.gif); position: absolute; top: 34px; left: 719px; width: 117px; height: 49px; visibility: visible }
#calque8  { background-image: url(index/image3.gif); position: absolute; top: 227px; left: 130px; width: 131px; height: 75px; visibility: visible }
#calque14  { background-image: url(index/yellowlightening.jpg); border: solid 1px #0000c0; position: absolute; top: 309px; left: 17px; width: 134px; height: 734px; visibility: visible }
#calque7     { position: absolute; top: 15px; left: 297px; width: 314px; height: 243px; visibility: visible }
 
 
body { 
	background-color: {T_BODY_BGCOLOR};
	scrollbar-face-color: {T_TR_COLOR2};
	scrollbar-highlight-color: {T_TD_COLOR2};
	scrollbar-shadow-color: {T_TR_COLOR2};
	scrollbar-3dlight-color: {T_TR_COLOR3};
	scrollbar-arrow-color:  {T_BODY_LINK};
	scrollbar-track-color: {T_TR_COLOR1};
	scrollbar-darkshadow-color: {T_TH_COLOR1};
}
 
a   {
      font-family: Verdana;
      font-size: 8pt;
      color: #D60000;
      text-decoration: blink;
    }
a:hover {  color: #ffe7ce; text-decoration: underline; }

est ce que c'est bon comme je le fait

je prend adobe golive comme logiciel

Les calques, ce sont les calques que l'on peut placer sur la page ou l'on veut, et je les ai déterminer avec le css

merci