body {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 margin-right: 0px;
 background-image: url(img/index/background.jpg);
}

.photo01 {
 position: absolute;
 MARGIN: 0px 0px 0px -400px;
 width: 800px;
 height: 377px;
 top: 0;
 left: 50%;
 background-image: url(img/index/accueil_01.jpg);
 background-repeat:no-repeat;
}

.phototxt {
 position: absolute;
 width: 100%;
 height: 10px;
 top: -50px;
 left: 0;
 background-color: red;
}



.photogauche {
 position: absolute;
 width: 365px;
 height: 223px;
 top: 377px;
 left: 0px;
 background-image: url(img/index/accueil_02.jpg);
 background-repeat:no-repeat;
}


.photodroite {
 position: absolute;
 width: 358px;
 height: 223px;
 top: 377px;
 left: 442px;
 background-image: url(img/index/accueil_04.jpg);
 background-repeat:no-repeat;
}

.photomilieu {
 position: absolute;
 width: 77px;
 height: 204px;
 top: 396px;
 left: 365px;
 background-image: url(img/index/accueil_05.jpg);
 background-repeat:no-repeat;
}


.bouton {
 position: absolute;
 width: 77px;
 height: 19px;
 top: 377px;
 left: 365px;
 border: 0;
 background-image: url(img/index/accueil_03.jpg);
 background-repeat: no-repeat;
}

.bouton , .bouton a {
 height: 19px;
 display: block;
 margin:0
}

.bouton a:hover {
 border: 0;
 background-image: url(img/index/accueil_03-rollover.jpg);
 background-repeat:no-repeat;
}







