Problème image décalé vers le bas

zorlig Messages postés 193 Statut Membre -  
zorlig Messages postés 193 Statut Membre -
Bonjour,
J'ai un site (http://magraph.eg2.fr/image-up) Et pour le forum, dès que je l'intégre, le header me fait : http://magraph.eg2.fr/image-up/uploads/1230041362.jpg

Mon code css est le même et les iages aussi

Pour info :

Css :
/*Configuration générale */

* { margin: 0; padding: 0;}

body {
	margin: 0;
	background-image: url(http://magraph.eg2.fr/style/images/extensiblehead.jpg) ;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
}

a { color: #3e3e3e; }

a:hover {text-decoration: none; }

/* -Header- */

#header {
	width: 390px;
	height: 180px;
	background: url(http://magraph.eg2.fr/style/images/header.jpg);
	background-repeat: no-repeat; 
	margin: 0;
}

#header span {
	display: none;
}

/* -Menu header- */

#menuhorizontal {
	height: 27px;
	margin: -96px 0 0 362px;
	list-style-type: none;
}

#menuhorizontal li {
	float: left;
	display: block;
	width: 81px;
	height: 27px;
	margin: 0 4px 0 5px ;
	line-height: 15px;
	background: url(http://magraph.eg2.fr/style/images/menuheader.jpg) no-repeat;
	text-align: center;
}

#menuhorizontal li a {
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

#menuhorizontal li a:hover {text-decoration: underline;}

/* Barre de Connexion */

#connexion {
	height: 45px;
	margin: 24px 0 0 370px;
	color: #6a6a6a;
	padding: 7px 0;
}

/* Menu vertical */

#menuvertical {
	width: 140px;
	margin: 57px 0 0 0 ;
	float: left;
	list-style-type: none;
}

#menuvertical li {
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	margin: 7px 0 0 0;
	background: url(http://magraph.eg2.fr/style/images/menuvertical.jpg) no-repeat;
}

#menuvertical li a {
	color: #fff;
	text-decoration: none;
	margin: 0 10px 0 0;
}

#menuvertical li a:hover{text-decoration: underline;}

/* Contenu */

#contenu {
	width: 670px;
	margin: 45px 0 0 185px;
}

#contenu h2 {
	color: #fb8800;
	margin: 25px 9px 0 0;
	font-size: 1em;
}

#footer {
	clear: both;
	margin: 70px 0 0 0;
	text-align: center;
}


Html pour le header :
<h1 id="header"></h1>


voilà,

@+
zorlig

1 réponse

zorlig Messages postés 193 Statut Membre 5
 
up
0