*
{
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 : 20px;
width: 860px;
list-style-type : none; /* Car sinon les puces se placent n'importe où */
position: absolute;
left: 15px;
right: 5px;
top:30px;
background-color: black;
}
ul#navigation li.bouton_gauche {
float : left;
background-color: black;
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 : 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);}

.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 a
{
font-weight: bold;
color: rgb(255,102,51);
background-color: black;
font-weight: bold;
}
.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;
text-align: justify;
}
#corps1b
{
position: absolute;
Right: 25px;
width: 500px;
top: 150px;
text-align: right;
color: black;
}
#corps1b a
{  /* Le lien deviendra souligné quand on pointera dessus */
   color: black;
   font-weight: bold;
   background-color: rgb(255,102,51); }
 #corps3
{
position: absolute;
left: 60px;
width:690px;
top: 240px;
text-align: left;
color: black;
text-align: justify;
}
#corps4
{
position: absolute;
left: 60px;
width:690px;
top: 310px;
text-align: left;
color: black;
text-align: justify;
}
.smallital
{

font-size: small;
font-style: italic;
}
.smallbold
{
font-size: small;
font-weight: bold;
}
.small
{
font-size: small;
}

#corps5
{
position: absolute;
left: 60px;
width:690px;
top: 375px;
text-align: left;
color: black;
}
#corps5 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;
}


