html,body 
{
    text-align:center;
    margin:0;
    padding:0;
    font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
    background-image: url(carreau.png);
    
}

    #content
    {
     	text-align:center;
        width:750px;
        height:589px;
        margin:auto;
       
    }
    
		#image
		{
			margin-top:15px;
			margin-left: auto;
 			margin-right: auto;
			height:500px;
			width:750px;
			background-image: url(iii.jpg);
			text-align:left;
		}
		
		#indice
		{
			position:absolute;
			margin-left:275px;
			margin-top:500px;				
			height: 89px;
			width: 200px;
			background-image: url(indice.gif);
		}
		
		#lien
		{
			height: 89px;
			width: 200px;
			display: block;
		}
