*
{
margin:0;
padding: 0;
}
body/* fluide + contient l'image de fond encadrée */
{
width:80%;
margin: auto;
font-size: medium;
font-family: arial;
color:black;
background-color: black;
}
#conteneur/* l'image n'est pas en fond pour éviter le déroulement des autres éléments sur elle*/
{
border: 2px solid black; 
width:1000px;
margin: auto;/* pour centrer le bloc horizontalement.*/
margin-top: 20px;
text-align: justify;
position: relative;/* pour pouvoir placer tt le contenu en absolute: La position de l'élément est fixée relativement à un élément parent.*/
}
body a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: black;
   font-weight: bold;
   background-color: rgb(255,102,51); 
}
p
{
margin-top:1.5em;
}
ul#navigation {  /*Ici , c'est ma configuration, à vous de la changer */
height : 15px;
width: 90%;
list-style-type : none; /* Car sinon les puces se placent n'importe où */
position: absolute;
left: 5px;
top:35px;
}
ul#navigation li.bouton_gauche {
float : left;
}
ul#navigation li.bouton_droite {
float : right;
}
ul#navigation a {
color : white;
font-weight: bold;
text-decoration : none;
padding : 1em; 
}
ul#navigation a:hover { margin: 0.1em;   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: rgb(51,51,0);
   font-weight: bold;
   background-color: rgb(255,102,51);}
ul#navigation a.sanseffet { text-decoration : none; background-color: rgb(255,255,204); color: rgb(51,51,0); font-size: medium;}

.orange
{
color: rgb(255,102,51);
}
.grey
{
color: rgb(102,102,102);
font-weight: bold;
}
#en_tete
{
font-family: arial;
position: absolute;
right: 15px;
top: 1px;
color: black;
font-weight: bold;
}
#mailto
{
position: absolute;
right: 15px;
top: 90px;
text-align: right;
color: black;
}
#mailto a
{
right: 20px;
top: 90px;
text-align: right;
color: black;
}
#mailto a:hover /* Quand le visiteur pointe sur le lien */
{margin: 0.2em; text-decoration : underline;
background-color: rgb(255,102,51); color: black;}
.h3 
{
font-size: large;
font-weight: bold;
color: rgb(255,102,51);
}
.h3 a
{
font-size: large;
font-weight: bold;
color: rgb(255,102,51);
text-decoration : underline;
}
.h3 a:hover /* Quand le visiteur pointe sur le lien */
{
text-decoration : underline;
background-color: rgb(255,102,51); color: black;}
.h4
{
font-size: large;
font-weight: bold;
}
h1
{
margin-bottom: 20px;
}
#corps1
{
position: absolute;
left: 20px;
width: 710px;
top: 80px;
text-align: right;
color: black;
}
#corps1a
{
position: absolute;
left: 15px;
width:720px;
top: 110px;
text-align: left;
color: black;
font-size: small;
}
#corps2
{
position: absolute;
left: 45px;
width:690px;
top: 215px;
text-align: left;
color: black;
}
#corps3
{
position: absolute;
left: 45px;
width: 730px;
top: 265px;
text-align: left;
color: black;
}
#corps4
{
position: absolute;
left: 45px;
width: 775px;
top: 320px;
text-align: left;
color: black;
}
#corps5
{
position: absolute;
left: 45px;
width: 770px;
top: 395px;
text-align: left;
color: black;
}
#corps6
{
position: absolute;
left: 45px;
width: 790px;
top: 465px;
text-align: left;
color: black;
}
#pied_de_page
{
position: absolute;
width: 800px;
left: 155px;
top: 718px;
font-size: small;
text-align: center;
font-weight: bold;
}

