Bonjour à tous et joyeuses fêtes,

J'essaie de positionner l'intérieur de mes boites mais je n'y arrive pas.

Boite: boite principale

p: intérieur

h2: éventuellement le titre

Voici le code CSS:

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
.boite {
	float:left;
	overflow: auto;
	width: 370px;
	height: 360px;
	background: url(site/images/boite.png) no-repeat;
	background-position: center; 
	border:ridge #01008C 3px;
	padding:0px;
}
.boite p {
	margin-top: 45px;
	margin-bottom: 0px;
	padding:4px;
	text-align: justify;
	color: #000000;
	font-size: 80%;
 
}
.boite h2 {
	margin: 0;
	padding: 20px 20px 5px 20px;
	background-position: center top;
	text-align: center;
}
Résultat à date: