body
{
	margin: auto; /* Pour centrer notre page */
	margin-top: 0px;
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-image: url("Fond_reve_copy.jpg");
	background-repeat: repeat-y repeat-x;
	background-attachment: fixed; /* Le fond restera fixe */
}

#en_tete
{
	height: 150px;
	width:803px;
	margin-bottom: 20px; /*en dessous*/
	margin-left: 160px;
	margin-top: 20px;
	margin-right: 20px;	
	padding-left: 20px;
	color: rgb(120,0,230);
	background-color: white;
	font-family: Vivaldi, Arial, Verdana, serif;
	font-size: 28px;
	background-image: url("ban.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid rgb(120,0,230); 

}

/* ----------------------------------------------------------------------------------
MENU PRINCIPAL
----------------------------------------------------------------------------------*/

#menu
{
	float: left; /* Le menu flottera à gauche */
	width: 120px; /* Très important : donner une taille au menu */
	margin-left: 20px;
	text-align: center;
	color: rgb(120,0,230);
	font-family: Calibri, Arial, Verdana, serif;
}
.element_menu
{
	background-color: white;
	background-image: url("rainbow.png");
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid rgb(120,0,230);
	margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
}
#menu a
{
	color: rgb(120,0,230);
	text-decoration: none;
}
#menu a:hover
{
	font-weight: bold;
	font-variant: small-caps;
}

/* ----------------------------------------------------------------------------------
FIN DU MENU PRINCIPAL
----------------------------------------------------------------------------------*/

#fond_haut
{
	background-image: url("fond_haut.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	height:74px;
	margin-right: 20px;
}

#fond_droit
{
	background-image: url("fond_droit.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	float: right; /* Le menu flottera à gauche */
	width:98px;
	height:593px;
	margin-right: 20px;
}

#corps
{
	margin-right: 140px;
	margin-top: 20px;
	margin-left: 160px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
	padding-top: 0px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	color: black;
	font-size: 14px;
	font-family: Arial, Verdana, serif;
	text-align: justify;
	text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
	background-color: white;
	border: 1px solid rgb(120,0,230);
}
a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	font-variant: small-caps;
}

#pied_de_page
{
	margin-left: 160px; 
	margin-right: 140px;
	margin-bottom: 20px; 
	color: rgb(120,0,230);
	background-color: white;
	font-family: Calibri, Arial, Verdana, serif;
	text-align: center;
	border: 1px solid rgb(120,0,230);
}
