Bonjour,

j'ai un petit problème j'ai un div dont je centre le contenu ansi
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
#content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	height: 364px;
	width: 750px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#content p {
	text-align: justify;
	width: 400px;
	color: #666666;
	padding: 55px 0 0 0;
	margin: 0;
	font-size: 13px;
}
mais un truc assez byzarre tout ce centre sauf le paragraphe
http://fishwithalbatross.com/index.html

Meric