body {
    margin: 0px;
    text-align: center;
	background:#D92F92 ;
	font: 90% "Trebuchet MS", sans-serif;
}

div.presentation{
	position:relative ;
	margin: 0 auto ;
	width:800px;
}
div.presentation img{
	border:0;
	text-align:center ;
	margin-top: 20px;
}
div.presentation div.texte_presentation1 p{
	position:absolute;
	top:70px;
	left:5px;
	text-align:left;
	color:#ffffff;
}
div.presentation div.texte_presentation2 p{
	position:absolute;
	top:430px;
	left:420px;
	text-align:left;
	color:#ffffff;
}
