div.monconteneur
{
	position: absolute;

	top: 50%;            /* constant, toujours 50% */
	left: 50%;           /* constant, toujours 50% */
	width: 750px;        /* selon la largeur voulue */
	height: 295px;       /* selon la quantite de texte */

	margin-top: -137px;   /* moitie de height */
	margin-left: -375px; /* moitie de width */

	text-decoration: none;
	text-align: right;
	vertical-align: bottom;

	border: 1px solid #333;
	color: gray;
	background-color: #eee;
	background-repeat: no-repeat;
	cursor:hand;
}

div.monimg
{
	width: 750px;        /* selon la largeur voulue */
	height: 275px;       /* selon la quantite de texte */
}

img
{
	border: none;
	text-decoration: none;
}

a
{
	border: none;
	color: gray;
	text-decoration: none;
}

i
{
	margin-right: 10;
}