body
{
   width: 1024px;
   height: 700px;
   margin: auto;
/*   margin-top: 10px;*/
   margin-bottom: 10px;    
   background-image: url("../img/background.png");
   background-repeat: no-repeat;
/*   background-attachement: fixed;*/
   background-position: top center;
   font-family: "Trebuchet MS", "Comic Sans MS", Georgia, serif;
/*   font-family: "Arial Black", Arial, Verdana, serif; /* On essaie d'avoir Arial Black en priorité */
}

/* L'en-tête */
#en_tete
{
/*   text-align: center;*/
   width: 1024px;
   height: 80px;
/*   background-image: url("images/banniere.png");*/
/*   background-repeat: no-repeat;*/
/*   margin-bottom: 10px;*/
   font-family: "Comic Sans MS", "Trebuchet MS", "Comic Sans MS", Georgia, serif;
   font-size: xx-large;
}
.titre
{
   text-decoration: none;
   color: black;
   margin-left: 265px;
}
.titre:hover /* Quand le visiteur pointe sur le lien */
{
/*   text-decoration: underline;*/
/*   color: #222222;*/
/*   font-size: 120%;*/
}

#en_tete2
{
   text-align: left;
   width: 1024px;
   height: 55px;
/*   background-image: url("images/banniere.png");*/
/*   background-repeat: no-repeat;*/
/*   margin-bottom: 10px;*/
   margin-left: 425px;
   font-family: "Comic Sans MS", "Trebuchet MS", "Comic Sans MS", Georgia, serif;
   font-size: large;
}
#en_tete3
{
   text-align: left;
   width: 1024px;
   height: 55px;
/*   background-image: url("images/banniere.png");*/
/*   background-repeat: no-repeat;*/
/*   margin-bottom: 10px;*/
   margin-left: 425px;
   font-family: "Comic Sans MS", "Trebuchet MS", "Comic Sans MS", Georgia, serif;
/*   border: 2px solid black;*/
   font-size: large;
}


/* Le menu */
#menu
{
   float: left;
/*   margin-top: 20px;*/
   margin-top: 175px;
   width: 400px;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
/*   color: #B3B3B3;*/
/*   background-color: #626262;*/
/*   background-image: url("images/motif.png");*/
/*   background-repeat: repeat-x;*/
/*   border: 2px solid black;*/
}

.adrmail
{
   text-decoration: none;
}
.adrmail:hover
{
   text-decoration: underline;
   color: #6666FF;
/*   font-size: 120%;*/
}
.drapal
{
	color: white;
}
.drapal:hover
{
	color: #AAAAAA;
}
.lien_invisible
{
	color: black;
	text-decoration: none;
}
.lien_invisible:hover
{
	color: black;
	text-decoration: underline;
}

/* Le corps de la page */
#corps
{
   margin-left: 450px;
/*   margin-bottom: 20px;*/
/*   padding: 5px;*/
   
/*   color: #B3B3B3;*/
/*   background-color: #626262;*/
/*   background-image: url("images/motif.png");*/
/*   background-repeat: repeat-x;*/
/*   border: 2px solid black;*/
   margin-top: 15px;
   height: 425px;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

.corps p
{
   background-color: #B3B3B3;
   color: black;
   margin-top: 0px;
}

#titreFachgebiete
{
   margin-left: 10px;
   margin-top: 20px;
/*   margin-top: 10px;*/
/*   color: #B3B3B3;*/
   text-align: left;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
/*   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;*/
}

#Fachgebiete
{
   margin-left: 115px;
   margin-top: 0px;
   text-align: left;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

#texte
{
   margin-top: 65px;
   margin-left: 115px;
   text-align: left;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */
#pied_de_page
{
   padding: 5px;
   text-align: left;
   margin-left: 344px;

/*   color: #B3B3B3;*/
/*   background-color: #626262;*/
/*   background-image: url("images/motif.png");*/
/*   background-repeat: repeat-x;*/
   
/*   border: 2px solid black;*/
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

.adrmail2
{
   text-decoration: none;
   font-family: "Comic Sans MS", "Trebuchet MS", "Comic Sans MS", Georgia, serif;
   font-size: small;
}
.adrmail2:hover
{
   text-decoration: underline;
   color: #2222EE;
}

