28172 sujets

CSS et mise en forme, CSS3

Bonjour,
En train de centrer tout mon site (problème résolu hier, merci encore) et ma page d'accueil, je veux refaire cette dernière de façon correcte.
Je centre mon background, je commence à créer le titre... et je m'arrête car je ne comprends pas... ça marche très bien avec IE pas avec Firefox.
Quelqu'un sait-il pourquoi?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
<style type="text/css">
<!--
body {
	background-image: url(images/fondindex2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-color: #000000;
}

}
#apDiv1 {
	position:absolute;
	left:376px;
	top:38px;
	width:411px;
	height:53px;
	z-index:1;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	border: medium outset #F17569;
}
-->
</style>
</head>

<body>
 
<div id="apDiv1">Mes Libellules des Mauges</div>

</body>
</html>
Je réponds moi-même pour supprimer le post.
J'ai mis 2 accolades après mon premier body dans le style... désolé
Ça passe dans IE pas dans FF.