@charset "utf-8";
/* CSS Document */

#maXglobale {
	width:505px;
	height:315px;
	margin:30px auto 52px auto;
}
#globale {
	width:500px;
	height:310px;
	background-color:#666;
	margin:30px auto 52px auto;
	padding:5px;
	border-radius:10px;
	
}
#miniglobale {
	width:500px;
	height:310px;
	background-color:#999;
	border-radius:10px;
}
#textePrincipale {
	color:white;
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	text-align:justify;
	width:480px;
	height:300px;
	overflow:hidden;
	padding:10px;
}
#textePrincipale>p:first-letter {
	font-size:28px;
	
}
