body 
{
	height: 100%;
	color:#444; /*Couleur du texte*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:1px;
	padding:0; /*Pour que la page n’ai aucune marge*/
	margin:0; /*Pour que la page n’ai aucune marge*/
	line-height: 1.5em;
	background-color:#000000;
} 

#content
{
	width:700px;
	height:100%;
	margin:auto;
}

#header
{
	width:700px;
	height:143px;
	background:url(../images/header.jpg) no-repeat;
}

#contenu
{
	width:700px;
	height:448px;
	background:url(../images/corps.jpg) no-repeat;
}

#btn_site
{
	width:183px;
	height:43px;
	position:absolute;
	margin-left:436px;
	margin-top:388px;
	background:url(../images/acceder_au_site.jpg) no-repeat;


}

#btn_site a
{
	width:183px;
	height:43px;
	display:block;
	text-indent:-300em;
	overflow:hidden;


}