/* CSS Document */
h1{
	font-size : 24pt;
	font-style:italic;
	text-align:center;
        color:#330066;
}

h2{
	font-size : 18pt;
	font-style:italic;
	text-align:center;
	color:#000000	;
	
	
	
	}
	
#conteneur1 {position:relative;
width:500px;
top: 70px;
margin:0 auto;
color:#33FF00;	

}	
div#cadre {/* conteneur global et arrière-plan du titre du cadre */

width: 600px;


padding-top: 30px;
background: url(hautB.gif) top left no-repeat;
margin-top:20px;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(basB.gif) bottom left no-repeat;

padding-bottom:10px;/* hauteur du 1er cadre */
}
div#bloccadre p {
margin: 00 30px 0 20px;
}

