/* CSS Document */

body
{
	width:900px; /* largeur de la page */
	margin:auto; /* Pour centrer la page */
	margin-top:5px; /* Pour ne pas coller en haut du navigateur */
	margin-bottom:5px; /* Pour ne pas coller en bas du navigateur */
	background-color:#000000; /* Couleur de fond de page */
}



#pied
{
	width:910px;
	height:10px;
	text-align:center;
	font-weight:bold;
}

#pied a
{
	color:#999999;
	text-decoration:none;
}

#corps
{
	
	width:900px;
	height:700px;
	background-image:url(images/martine.jpg);
}

.bienvenue
{
	float:right;
	width:300px;
	padding-top:330px;
	padding-right:180px;
}

.entree
{
	width:300px;
	float:left;
	padding-top:410px;
	padding-left:80px;
}

.entree a
{
	text-decoration:none;
}

.entree img
{
	border:0px;
}


