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

body {
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

.page {
	width: 1002px;
	height: 540px;
	position:absolute;
    left: 50%; 
    top: 50%;
	margin-top: -299px; /* moitié de la hauteur */
    margin-left: -501px; /* moitié de la largeur */
	background: url(../img/stay.jpg) 0 31px no-repeat;
}

a {
	color: #d72020;
	text-decoration: none;
}

.media {
	width: 498px;
	height: 498px;
	float: left;
	position; relative;
}

.gallery {
	width: 498px;
	height: 498px;
	float: left;
}

.bandeau {
	height: 26px;
	padding: 0 0 5px 0px;
}

.bg-infos {
	float: left;
	width: 1003px;
	height: 152px;
	background: url(../img/bg2.gif) 0 0 no-repeat;
}

.infos-bloc {
	float: left;
	width: 215px;
	height: 125px;
	padding: 0 15px 0 15px;
	margin: 10px 0 0 0;
	color: #333;
	font-size: 11px;
}



.cv-bloc a {
	font-size: 11px;
}

h2 {
	color: #504c47;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	font-family: Arial Black, Arial, Helvetica, sans-serif;
}

p {
	padding: 0;
	margin:0;
}

.cache {
	position: absolute;
	width: 498px;
	height: 498px;
	top; 0;
	left: 0;
}



