body{
	padding: 0px;
	margin: 0px;
	background-color: #f1f1ee;
}

td.Fondu {
	background-image: url(../Images/FondRotation.png);
	background-repeat: repaet-x;
}

td.Principal {
	padding-right: 30px;
	padding-left: 320px;
}
div.Menu{
	width: 300px;
	position: absolute;
	left: 0px;
	top: 300px;
	background-image: url(../Images/FondMenu.png);

	background-repeat: no-repeat;
	padding-right: 55px;
	line-height: 75px;
	color: #df289c;
	font-size: 23px;
	
}
.Menu a{
	text-decoration: none;
	color: #df289c;
	font-weight: normal;
}

.Menu a:hover{
	text-decoration: underline;
	color: #df289c;
	font-weight: bold;
}

h1{
	color: #df289c;
	font-size: 33px;
	font-weight: normal;
}

div.Pied {
	
	width: 100%;
	
}
