body  	/* Corps */
{
   margin: auto;
   margin-top: 20px; 
   margin-bottom: 20px; 
   background-color: #000000; 
   background-image: url("fdaccueil.jpg");
   background-repeat: no-repeat; 
   background-position: top center; 
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   font-size: 16px;
   color: #fddad8; /* rose clair */
}
a 		/* Liens */
{
   text-decoration: none; 
   color: #987363 /* rose foncé */
}
a:hover 	/* Lien pointé */
{
   color: #fddad8; 	/* rose clair */
}
ul#menu_horizontal 	/* Menu horizontal */
{ 
width : 1000px;
height : 50px;
margin-top: 180px;
margin-left: 150px;
list-style-type : none; /* Pas de puces */
}
ul#menu_horizontal li 	/* Menu horizontal intérieur */
{
padding : 0 5px; /* Espacement boutons */
}
li.bouton_gauche 
{
float : left;
}
ul#menu_vertical 	/* Menu vertical */	
{ 
width : 200px;
height : 50px;
margin-top: 70px;
margin-left: 160px;
list-style-type : none; /* Pas de puces */
}
h3					/* Titre */
{
   width: 450px;
   text-align: center;
   margin-left: 210px;
   margin-top: 50px;
}
.desc				/* Description */
{
   width: 450px;
   text-align: justify;
   margin-left: 210px;
}
form
{
position: absolute;
top: 310px;
left: 910px;
}
.promo
{
position: absolute;
text-align: center;
font-size: 18px;
text-decoration: blink;
top: 530px;
left: 430px;
}
.logopaypal
{
position: absolute;
top: 350px;
left: 800px;
}
.logolettremax
{
position: absolute;
top: 570px;
left: 875px;
}
.fraisport
{
position: absolute;
top: 670px;
left: 875px;
font-size: 14px;
}
.siret				/* Bas de page */
{
   font-size: 12px;
   text-align: center;
   margin-top: 105px;
}
