body
{
color:black;
width:760px;  /*largeur du site */ 
margin:auto; /*centrer le site */
margin-top:20px;
margin-bottom:20px;
background-image:url("junglebis2.jpg");
background-attachment: fixed;
background-repeat:no-repeat;
font-family:Eras Bold ITC;
font-size: 1.2em;
}

#en_tête
{
width:760px;
height:100px;
background-image:url("entete2.png");
margin-bottom:10px;
text-align:center;
}

#menu
{
float:left;
width: 120px;
}

.sous_menu
{
background-image:url("banane.png");
background-repeat: no-repeat;
margin-bottom:10px;
padding-bottom:5px;
padding-top:5px;
text-align:center;
}

#corps
{
margin-left:140px;
margin-bottom:20px;
border: 2px solid black;
}

h1
{
color: rgb(225,79,9);
text-decoration:underline;
text-align: center;
}

a
{
text-decoration : none;
font-style: bold;
color:black;
}
a:hover /*quand la souris passe dessus*/
{
text-decoration:underline;
font-size: 1.2em;
}

p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   color: rgb(225,79,9); /* En orange */
}

.catch
{
font-size :2.5em;
color:rgb(12,4,144);
}

h2
{
color:rgb(191,0,0);
}

strong
{
color: rgb(225,79,9);
}

.gauche
{
float:left
}

.droite
{
float:right
}

.logo
{
background-image:logo.png;
}

#facebook
{
float:right;
}
