@charset "utf-8";
/* CSS Document */

body
{
   width: 1280px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("bg.png");
}

#en_tete
{
   width: 640px;
   height: 320px;
   margin: auto;
   margin-bottom:auto;
   background-image: url("europes_banniere.jpg");
}

#menu
{
   float: left; /* Le menu flottera à gauche */
   margin-left: auto;
   width: 190px; /* Très important : donner une taille au menu */
}

.element_menu
{
   background-color: #b392cb;   
   border: 2px solid white;
   text-align:left;
}

#MenuBar1
{
	margin: auto;
}
.MenuBarHorizontal
{
	margin: auto;
}

#body2
{
	width: 1000px;
	margin:auto;
	background-color: #745ccc;
	border: 2px solid white;
	color: #000;
	-moz-border-radius: 20px;
}

#pied_de_page1
{
   background-colour: #745ccc;
}

#pied_de_page
{
   padding: 10px;
   clear: both;

   text-align: center;

   color: #B3B3B3;
}
#pied_de_page a {
	color: #999;
	text-align: left;
	font-style: italic;
}
#body2 center center h1 {
	color: #FF0;
}
#body2 center center h1 u {
	color: #FFF;
}
<style>
a{
text-decoration:none;
}
</style>

