Bonjour a tous,

Voila je viens à vous car j'ai un gros problème.
J'ai un bloc qui n'en fait qu'a a sa tete.....

Le bloc se ballade de manière aléatoire de haut en bas.

en fait voila la structure de ma page
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
 
<div id="main">
    <div id="sous_main">
          <div class=type_text"">
                <div class="centre_conn">
                       <div class="centre_conn_int">
                                 <div></div>
                                 <div class="liste_produit"></div>
                                 <div></div>
                       </div>
                  </div>
              </div>
         </div>
    </div>
</div>
C'est le bloc liste_produit qui n'en fait qu'a sa tete
Voici le css correspondant
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
 
body { 
	background-image:url(../images/Graphique/fond.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-left: 0;
  	margin-right: 0;
 
}
div.main{
	width:1000px;
	margin-left: auto;
  	margin-right: auto;
}
 
div.sous_main{
	margin-top:40px;
	background-image:url(../images/Graphique/cadre_gris.png);
	height:520px;
}
div#type_texte{
	font-family:"Trebuchet MS";
	text-align:justify;
	font-size:13px;
}
div#centre_conn{
	float:left;
	width:770px;
	height:290px;
	padding-left:30px;
}
div#centre_conn_int{
	float:inherit;
	width:625px;
	height:290px;
	border: 1px solid black;
}
div.liste_produit{
	width:620px;
	height:210px;
	overflow:auto;
	line-height:30px;
	border: 1px solid black;
 
}
Voila j'espere que vous avez tous les éléments pour me repondre
Car moi avec cette histoire ca me tire les cheveux...lol

Merci d'avance