*
{
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.*/
}
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 : 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.2em;   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: 50px;
text-align: center;
color: black;
}
.smallital
{
font-style: italic;
font-size: small;
}
#corps2
{
position: absolute;
left: 45px;
width: 660px;
top: 90px;
text-align: left;
color: black;
}
#corps3
{
position: absolute;
left: 45px;
width: 660px;
top: 140px;
text-align: left;
color: black;
}
#corps4
{
position: absolute;
left: 45px;
width: 685px;
top:170px;
text-align: left;
color: black;
font-style: italic;
font-size: small;
}
#corps5
{
position: absolute;
left: 45px;
width: 730px;
top: 225px;
text-align: left;
color: black;
}
.mediumbold
{
font-size: medium;
font-weight: bold;
}
#corps6
{
position: absolute;
left: 45px;
width: 730px;
top: 295px;
text-align: left;
color: black;
font-size: small;
}
#corps7
{
position: absolute;
left: 45px;
width: 720px;
top: 470px;
text-align: left;;
color: black;
font-size: small;
}
#corps9
{
position: absolute;
left: 45px;
width: 730px;
top: 630px;
text-align: left;
color: black;
font-size: small;
}
.smallbold
{
font-size: small;
font-weight: bold;
}
#corps8
{
position: absolute;
Right:5px;
width: 200px;
top: 50px;
text-align: right;
color: black;
}
#corps10
{
position: absolute;
Right: 15px;
width: 150px;
top: 320px;
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); }
#pied_de_page
{
position: absolute;
width: 800px;
left: 155px;
top: 718px;
font-size: small;
text-align: center;
font-weight: bold;
}

