*
{
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;
text-align: justify;
}
#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.*/
}
a
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: black;
   font-weight: bold;
}
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 : 20px;
width: 800px;
list-style-type : none; /* Car sinon les puces se placent n'importe où */
position: absolute;
left: 15px;
right: 5px;
top:25px;
background-color: black;
}
ul#navigation li.bouton_gauche {
float : left;
padding : 0,5em; 
}
ul#navigation li.bouton_droit {
float : right;
padding : 0,5em; 
}

ul#navigation a {
color : rgb(255,102,51);
font-weight: bold;
text-decoration : none;
padding : 0.9em; 
}
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);}
.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;
}
.h4
{
font-size: large;
font-weight: bold;
}
.h3
{
font-size: X-large;
font-weight: bold;
color: rgb(255,102,51);
}
#corps1
{
position: absolute;
left: 20px;
width: 710px;
top: 55px;
text-align: center;
color: black;
}
.smallital
{
font-style: italic;
font-size: small;
}
#corps2
{
position: absolute;
left: 45px;
width: 660px;
top: 85px;
text-align: justify;
color: black;
text-align: justify;
}
#corps3
{
position: absolute;
left: 45px;
width: 660px;
top: 130px;
text-align: justify;
color: black;
}
#corps4
{
position: absolute;
left: 45px;
width: 685px;
top:160px;
text-align: justify;
color: black;
font-style: italic;
font-size: small;
}
#corps5
{
position: absolute;
left: 45px;
width: 730px;
top: 195px;
text-align: justify;
color: black;
}
.mediumbold
{
font-size: medium;
font-weight: bold;
}
#corps6
{
position: absolute;
left: 45px;
width: 730px;
top: 270px;
text-align: justify;
color: black;
font-size: small;
}
#corps7
{
position: absolute;
left: 45px;
width: 750px;
top: 340px;
text-align: justify;
color: black;
}
#corps7a
{
position: absolute;
left: 45px;
width: 770px;
top: 380px;
text-align: justify;
color: black;
}
#corps9
{
position: absolute;
left: 45px;
width: 730px;
top: 630px;
text-align: justify;
color: black;
font-size: small;
}
.smallbold
{
font-size: small;
font-weight: bold;
}
#corps8
{
position: absolute;
Right:20px;
width: 200px;
top: 50px;
text-align: right;
color: black;
}
#corps10
{
position: absolute;
Right: 15px;
width: 150px;
top: 300px;
text-align: right;
color: black;
}
#corps10 a:hover 
{  /* Le lien deviendra souligné quand on pointera dessus */
   color: black;
   font-weight: bold;
   background-color: rgb(255,102,51); }
   
   #corps11
{
position: absolute;
Right: 15px;
width: 150px;
top: 530px;
text-align: right;
color: black;
}
#corps11 a:hover 
{  /* Le lien deviendra souligné quand on pointera dessus */
   color: black;
   font-weight: bold;
   background-color: rgb(255,102,51); }

   #corps12
{
position: absolute;
Right: 15px;
width: 150px;
top: 620px;
text-align: right;
color: black;
}
#corps11 a:hover 
{  /* Le lien deviendra souligné quand on pointera dessus */
   color: black;
   font-weight: bold;
   background-color: rgb(255,102,51); }
#pied_de_page
{
position: absolute;
width: 800px;
left: 155px;
top: 718px;
font-size: small;
text-align: center;
font-weight: bold;
}

