body{
	padding: 0px;
	margin: 0px;
}
#Principal{
	width: 1000px;

	
	background-image:url(../Images/Femme.jpg);
	background-position: 0 0px;
	background-repeat:no-repeat;
}
#Footer{
	width: 1000px;

	height: 50px;
	
	padding-bottom: 15px;
}
#Footer a{
	text-decoration: none;
	color: #000000;
}
#Footer a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.gradleft{
	background-image:url(../Images/gradleft.jpg);
	background-position:100% 0;
	background-repeat:repeat-y;
	height:100%;
}
.gradright{
	background-image:url(../Images/gradright.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	height:100%;
}
td.menu {
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position:center; 

}
h2 {
	font-family: "Times New Roman";
	color: #a02671;
	font-size: 24px;
}
.menu a {
	text-decoration: none;
	font-family: "Times New Roman";
	color: #a02671;
	font-size: 24px;
	
}
.menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}