#centre
{
background-image: url("images/fond_accueil.jpg");
position: absolute;
left: 185px;
top: 135px;
width: 700px;
height: 400px;
}
#presentation_atelier
{
position: absolute;
left: 76px;
top: 30px;
}
#presentation_atelier a
{
display: block ;
width: 303px ;
height: 231px ;
background: url("images/coupe_scie.gif") no-repeat 0 0 ;
}
#presentation_atelier a:hover
{
background: url("images/coupe_scie.gif") no-repeat 0 -231px ;
}
#presentation_artisan
{
position: absolute;
left: 455px;
top: 30px;
}
#presentation_artisan a
{
display: block ;
width: 303px ;
height: 231px ;
background: url("images/gravure.gif") no-repeat 0 0 ;
}
#presentation_artisan a:hover
{
background: url("images/gravure.gif") no-repeat 0 -231px ;
}
#texte_de_presentation
{
font-size: 17px;
text-align: justify;
text-indent: 30px;
position: absolute;
left: 76px;
width: 548px;
top: 291px;
}