@charset "utf-8";
p.centre
	{
	text-align		: center;
	}
div.table
	{
	display			: table;
	margin			: 5px auto;		
	}	
div.table-cell
	{
	display			: table-cell;
	}
.taille
	{
	width			: 295px;
	height			: 95px;		
	}
.blanc
	{
	width			: 5px;
	}	
.texte
	{
		
	margin			: 5px 5px 0px 5px;
	text-indent		: 30px;
	hyphens			: auto;
	text-align 		: justify;
	-webkit-hyphens	: auto;
	-moz-hyphens	: auto;
	-ms-hyphens		: auto;	
	}
.cadre
	{
	border-radius	: 15px;			
	border			: 1px solid silver;
	}	

	