/* STYLES GENERAUX */

* {
margin:0px;
padding:0px;
}
	
body {
font-family: verdana, Helvetica, sans-serif;
font-size: 9pt;
background: #880376 url(../styles/images/fond_rep.jpg) repeat-x;
}

div#contener {
width: 800px;
height: 630px;
margin: auto;
position: relative;
background: url(../styles/images/home_page.jpg) no-repeat;
}

#zone1 {
display: block;
width: 180px;
height: 150px;
position: absolute;
top: 100px;
left: 70px;
}

#zone2 {
display: block;
width: 230px;
height: 150px;
position: absolute;
top: 100px;
left: 280px;
}

#zone3 {
display: block;
width: 200px;
height: 150px;
position: absolute;
top: 100px;
left: 550px;
}

#lien {
display: block;
width: 250px;
height: 30px;
position: absolute;
bottom: 160px;
left: 275px;
}