bonjour
je comprend pas pourquoi j'ai une espace de environs 1 cm entre 2 calques

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
 
 
<style text="css">
 
body{margin:0; padding:0;}
#gauche{background-color:3d6db7;width:20%;height:100%;}
#haut{float:right;background-color:3d6db7;width:80%;height:20%;background-image:url(haut1.jpg)}
#page{float:right;background-color:fbff1b;width:80%;height:80%;}
 
 
#menu ul li a{height:1,6em;background-color:yellow;border-style:outset;list-style-type:none;display:block;test-decoration:none;}
#menu :hover{margin-left:15%;widht:15%;height:5%;background-image:url(fond2.jpg)}
 
 
 
</style>
 
 
</head>
 
	<Body>
 
	<div id="haut">
 
 
 
	</div>
 
 
 
	<div id="page">
 
 
 
 
	</div>
 
 
	<div id="gauche">
		<img src="handicap0-1.jpg" width="226px" height="229px"/>
 
 
 
 
 
		<div id="menu">
		<ul>
 
		<li><a href ="#">Smenu 1 </a></li>
		<li><a href ="#">Smenu 2 </a> </li>
		<li> <a href ="#">Smenu 3 </a></li>
		<li><a href ="#">Smenu 4 </a></li>
 
		</ul>
		</div>	
 
	</div>