body{
font-size:0.8em;
font-family:arial;
color:#615555;
background-color:white;
}

#center {
     position:absolute;
	 width:1280px;
	 height:768px;
	 background-image: url("fond.jpg");
	 left: 50%; 
     top: 50%;
	 background-repeat:no-repeat;
	 margin-top: -300px; /* moitié de la hauteur */
     margin-left: -640px; /* moitié de la largeur */
     }

h1, h2,hr{
display:none;
}

#div_contact{
width:250px;
position:absolute;
top:450px;
left:200px;
}

#div_description{
width:700px;
top:125px;
position:absolute;
text-align:justify;
left:350px;
}

#div_photo{
position:absolute;
left:590px;
top:360px;
text-align:right;
}

#div_photo a{
text-decoration:none;
color:#615555;
}

#div_photo a:hover{
color:#C0C0C0;
}