

#presentation
	{
	text-align : justify;
	min-height : 600px;
	margin : 0px; 
	padding : 0px;
	position : relative;
	}
#images
	{
	float : right;
	margin : 0px 30px;
	width : 25%;
	}
	
.texte
	{
	display : inline-block;
	width : calc(75% - 60px);
	color : #CCCCCC;
	font-size : 1.25em;
	text-align : justify;
	margin : 0px;
	}
	
.image
	{
	max-width : 100%;
	display : none;
	}
	
.texte a:link
	{
	text-decoration : underline;
	}
	
em strong, strong em
	{
	font-family: 'Indie Flower', cursive;
	font-size : 1.5em;
	}
