p
{
   color: brown;
   font-size: 20px;
   
}
h1
{
   color: silver;
   text-align: center;
   font-family:Dango.ttf
}

a img
{
border: none;
} 

.contact
{
   color: green;
   font-size: 18px;
   text-align: right
}
.perso
{
   color: orange;
   font-size: 27px;
}

.blanc
{
   color: white;
   font-size: 25px;
}
.orange
{
   color: orange;
   font-size: 25px;
}
.vert
{
   color: lime;
   font-size: 25px;
}
.image
{
   text-align: center;
}
body /* On travaille sur la balise body, donc sur TOUTE la page */
{
   background-color: black; /* Le fond de la page sera noir */
   color: white; /* Le texte de la page sera blanc */
}
.italique
{
    color: #008000;
    font-style: italic;
	font-size: 15px;
}


.jaune
{
   color: yellow;
   font-size: 25px;
}
.vertf
{
   color: green;
   font-size: 25px;
}
.violet
{
   color: purple;
   font-size: 25px;
}
.bleu
{
   color: blue;
   font-size: 25px;
}
.rouge
{
   color: red;
   font-size: 25px;
}
.bleuc
{
   color: aqua;
   font-size: 25px;
}
.bleuvert
{
   color: teal;
   font-size: 25px;
}
.rose
{
   color: fuchsia;
   font-size: 25px;
}
.menup
{
   text-align: center;
}



#sous_en_tete
{
 width: 900px;
 height: 100px;
text-align: center;
 background-repeat: no-repeat;
 background-image: url("haut4.jpg");
 margin: auto;
 margin-bottom:20px;
   background-color: black;
   border: 2px solid black;
   border: 2px solid black;
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 150px; /* Très important : donner une taille au menu */
   color: darkgray;
   background-image: url("fondmenu1.gif");
   font-family:Dango.ttf
   
}

.element_menu
{
   background-color: #626262;
   background-image: url("fond.gif");
   background-repeat: repeat-x;
   border: 2px solid black;
   margin-bottom: 20px;  
  
}



#corps
{
 width: 700px;
 margin-left: 159px;
    margin-right: 0px;
   margin-bottom: 0px;
 padding: 65px;
   color: #B3B3B3;
   background-color: black;
   background-image: url("corps.gif");
   background-repeat: repeat-1000;


 
 
}


/* http://www.siteduzero.com/tuto-3-62-1-creons-le-design-de-votre-site-web.html*/


 

.imageflottante
{
   float: left;
}
 
.imageflottante2
{
   float: right;
}
 
 
}
a img
{
border: none;
} 
a
{
   color:darkgray;
   width: 200px;
   font-family:Dango.ttf
   
   
}


a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color:darkgray;
   width: 200px;
   font-family:Dango.ttf
   
   
}

caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-weight: bold;
   font-size: 1.2em;
   color: #808080;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 8px outset #808080; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
   background-color: #000000;
   color: darkgray;
   font-size: 1.1em;
  
}

td /* Les cellules normales */
{
   border: 1px solid black;
color:#008000;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 10px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}





table
{
   border-collapse: collapse;
}
td, th /* Mettre une bordure sur les td ET les th */
{
   border: 2.5362px solid #800000
}

.orange2
{
   color: orange;
    font-size: 20px;
}


.imageflottante
{
   float: left;
}

.imageflottante2
{
   float: right;
}

body
{ 
background-image: url("fondoff3.gif");
background-attachment:fixed;
background-repeat: no-repeat;
}

.averti
{
    color: #b8860b;
    font-style: italic;
	font-size: 15px;
}

.rouge2
{
   color: red;
   font-size: 20px;
}