/* CSS du contenu général*/


html{
padding : 0;
margin : 0;
height : 100%; /* Ces trois paramètres sont nécessaires pour un affichage correct */
}

body{
text-align: center;
background-color: #F0F8FF;
}

#conteneur {
position : relative;    /* Obligatoire pour positionner le footer par rapport au conteneur */
margin : auto;          /* Centrage sous Firefox */
width : 724px;           /* On définit la largeur du site */
height: 601px;
min-height : 970px;   	/* Hauteur minimale de 100% */
}

#accueil1 {
background-image: url(../img/accueil1.gif);
background-repeat: no-repeat;
width: 724px;
height: 133px;
display: block;
}

#accueil2 {
background-image: url(../img/accueil2.gif);
background-repeat: no-repeat;
width: 724px;
height: 206px;
display: block;
}

#accueil3 {
background-image: url(../img/accueil3.gif);
background-repeat: no-repeat;
width: 724px;
height: 149px;
display: block;
}

#accueil4 {
background-image: url(../img/accueil4.gif);
background-repeat: no-repeat;
float: left;
width: 410px;
height: 112px;
display: block;
}

#accueil5 {
background-image: url(../img/accueil5.gif);
background-repeat: no-repeat;
float: right;
width: 313px;
height: 92px;
display: block;
}
