body
{
   width: 760px;
   margin: auto; /* Pour centrer notre page */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: rgb(137,0,0);
}

.texte 
{
	position:absolute;
	left:160px;
	top: 18px;
	color: rgb(102,255,255);
	font-family:"Comic Sans MS", "Times New Roman", Times, serif;
	height: 20px;
}

.texte  .décale
{
		text-indent: 50px;
}
.photo
{
	position:absolute;
	left:580px;
	top: 0px;
	width:200px;
	height: 231px;
	background-image: url("../images/astrid.jpg");
   }
a
{
	color: rgb(102,255,255);
	font-family:"Comic Sans MS", "Times New Roman", Times, serif;
	height: 20px;
	text-align:left
}
   