body { 
	background-image:url(../Images/Motif.jpg);
	margin: 0px;	
	padding: 0px;
	color: #000000;
}

div.contenu {
	position: relative;
	padding: 10px;
	z-index: 2; 
}

div.fond {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 40px;
	width: 90%;
}
div.AngleHautGauche {
	height: 150px;
	width: 150px;
	position: absolute;
	background-image:url(../Images/Tole_haut_gauche.png);
	background-repeat: no-repeat;
	top: 10px;
	left: 10px;
}

div.BarreHaut {
	height: 150px;
	
	position: absolute;
	right: 160px;
	left: 160px;
	top: 10px;
	background-image:url(../Images/Tole_haut.png);
	background-repeat: repeat-x;

}

div.BarreBas {
	height: 150px;

	background-image:url(../Images/Tole_bas.png);
	background-repeat: repeat-x;
	position: absolute;
	right: 160px;
	left: 160px;
	bottom: 10px;

}

div.BarreGauche {
	width: 150px;

	background-image:url(../Images/Tole_gauche.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 160px;
	bottom: 160px;
	left: 10px;

}

div.BarreDroite {
	width: 150px;

	background-image:url(../Images/Tole_droit.png);
	background-repeat: repeat-y;
	position: absolute;
	top: 160px;
	bottom: 160px;
	right: 10px;

}

div.Centre{
	background-image:url(../Images/Tole.png);

	position: absolute;
	top: 160px;
	bottom: 160px;
	right: 160px;
	left: 160px;

}

div.AngleHautDroit {
	height: 150px;
	width: 150px;
	background-image:url(../Images/Tole_haut_droit.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
}

div.AngleBasDroit {
	height: 150px;
	width: 150px;
	background-image:url(../Images/Tole_bas_droit.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.AngleBasGauche {
	height: 150px;
	width: 150px;
	background-image:url(../Images/Tole_bas_gauche.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

table.TablePrincipale {
	position: relative;
	width: 95%;
}

div.MenuHaut {
	color: #EEEEEE;
	cursor: pointer;
}

a.MenuHaut {
	color: #000000;
	text-decoration: none;
	
	font-size: 18px;
}

a.MenuHaut:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}