Bonsoir à tous !!!

Alors voici un problème peu commun, en effet tout est parfait sous IE et pas sous FF (c'est le monde à l'envers hein ! )

alors voici ce que cela donne sous FF :


et voici ce que cela donne sous IE et ce que je voudrais avoir :


Voilà !

Ah oui voici mon code CSS de l'image :

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
input.border{
	margin-right:-4px;
	margin-bottom:4px;
	height:15px !important;
	height:19px;
	border:1px solid red;
}
 
/*
input.valider{
	background-image:url('img/search_btn.gif');
	background-repeat:no-repeat;
	border:0px solid blue;
	cursor:pointer;
}
 
input.valider2{
	background-image:url('img/news_btn.gif');
	background-repeat:no-repeat;
	height:19px;
	width:19px;
	border:0px solid blue;
	cursor:pointer;
}
 
*/
.input_, .input_2 {
	float:left;
	text-align:center;
	padding-top:7px;
	width:217px;
	height:27px !important;	
	height:34px;
}
 
.input_{
	margin:0 auto;
}
 
.input_2{
	margin-left:55px !important;
	margin-left:30px;
}
 
form.form{
	height:19px;
	width:164px;
	margin:0 auto;
}

Merci beaucoup pour votre aide et de me lire !