body
{
   
   margin: auto; /* Pour centrer notre page */
   background-image: url("fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   
}
   
   
   
.bienvenue
{
text-align: center;
margin-top: 35px;
font-size: 40px;
color: white;
}


.slideshow
{
position: absolute;
left: 60%; 
top: 225px;
margin-left: -188px; /* moitié de la largeur de l'image */
border: none;
}

.tentreprise
{
position: absolute;
font-size: 23px;
color: white;
top: 140px;
left: 20%;
margin-left: -60px;
text-decoration: none;
}

.tsellerie
{
position: absolute;
font-size: 23px;
color: white;
top: 140px;
left: 80%;
margin-left: -10px;
text-decoration: none;
}


.tsfr
{
position: absolute;
font-size: 23px;
color: white;
top: 140px;
left: 50%;
margin-left: -80px;
text-decoration: none;
}

.sfr
{

position: absolute;
left: 12%; 
top: 225px;
width: 280px;
height: 90px;

border: none;
}

.entreprise
{
position: absolute;
width: 280px;
height: 90px;
top: 355px;
left: 12%;
border: none;
}


.sellerie
{
position: absolute;
width: 280px;
height: 90px;
top: 485px;
left: 12%;
border: none;
}

.ligne
{

margin-top: 45px;
}

.ligne2
{

margin-top: 55px;

}


.ligne3
{

margin-top: 359px;
}


.mention
{
text-align: center;
margin-top: 12px;
font-size: 10px;
color: white;
}

a:hover
{
text-decoration: underline;
color: #FFFFFF;
}




