body {
margin: 0;
padding: 0;
background : #999999;
text-align :left;
font-family : Tahoma;
font-size : 12px;
color : #444444;
}

a {
text-decoration : none ; 
color : #A51F20; 
font-weight : bold ;
}
a:hover {text-decoration : overline underline ; color : #A51F20}


/* CENTER */

#center {
width: 860px; 
height: 597px; 
background :#FFF; 
background-repeat : no-repeat;
margin: auto;

}

/* FOND */

#fond {
position:absolute;

}


/* TEXTE */

#texte {
height: 180px;
width : 390px;
position: relative;
top: 205px;
left: 292px;
overflow : auto;

}

/* IMAGE */

#image {
height: 250px;
width : 250px;
position: relative;
top: 205px;
left: 485px;

}