html{
	margin:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color:#666;
}
body{
	margin:0;
	padding:0;
}

img{
	border:0;
}

table{
	border-collapse:collapse;
}

td{
	padding:5px;
}

#page{
	width:900px;
	margin-left:20px;
	margin-top:20px;
}

#menu{
	padding-top:17px;
	margin-left:20px;
	height:61px;
}

#menu ul{
	list-style-type:none;
	margin:0;
	padding-left:0;
}

#menu ul li{
	float:left;
}

a:link.accueil, a:visited.accueil {
	display:block;
	text-align:center;
	width:70px;
	color: #999999;
	text-decoration: none;
	border-right:solid 1px #999;
	line-height:40px;
	font-weight:bold;
}
a:hover.accueil{
	font-size: 14px;
	color: #999999;
	text-decoration: underline;
}

a:link.pilates, a:visited.pilates {
	display:block;
	text-align:center;
	width:70px;
	color: #D5C3A8;
	text-decoration: none;
	border-right:solid 1px #d5c3a8;
	line-height:40px;
	font-weight:bold;
}

a:hover.pilates{
	font-size: 14px;
	color: #D5C3A8;
	text-decoration: underline;
}

a:link.yoga, a:visited.yoga {
	display:block;
	text-align:center;
	width:53px;
	color: #DF9A55;
	text-decoration: none;
	border-right:solid 1px #df9a55;
	line-height:40px;
	font-weight:bold;
}

a:hover.yoga{
	font-size: 14px;
	color: #DF9A55;
	text-decoration: underline;
}

a:link.bodyshaping, a:visited.bodyshaping {
	display:block;
	text-align:center;
	width:110px;
	color: #BDC0CC;
	text-decoration: none;
	border-right:solid 1px #bdc0cc;
	line-height:40px;
	font-weight:bold;
}

a:hover.bodyshaping{
	font-size: 14px;
	color: #BDC0CC;
	text-decoration: underline;
}

a:link.cardio, a:visited.cardio {
	display:block;
	text-align:center;
	width:110px;
	color: #999900;
	text-decoration: none;
	border-right:solid 1px #990;
	line-height:40px;
	font-weight:bold;	
}
a:hover.cardio{
	font-size: 14px;
	color: #999900;
	text-decoration: underline;
}

a:link.planning, a:visited.planning {
	display:block;
	text-align:center;
	width:76px;
	color: #c7c592;
	text-decoration: none;
	border-right:solid 1px #999;
	line-height:40px;
	font-weight:bold;	
}
a:hover.planning{
	font-size: 14px;
	color: #C7C592;
	text-decoration: underline;
}

a:link.contact, a:visited.contact {
	display:block;
	text-align:center;
	width:76px;
	color: #b5aaa7;
	text-decoration: none;
	line-height:40px;
	font-weight:bold;	
}
a:hover.contact{
	font-size: 14px;
	color: #b5aaa7;
	text-decoration: underline;
}

#titre_page{
	float:left;
	margin-left:90px;
	margin-top:20px;
}

#contenu{
	width:550px;
	float:left;
	margin-left:160px;
}

#tagLine{
	color:#efa303;
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
}

#tagLine h2{
	font-weight:normal;
	font-size:14px;
}

.homeImage{
	float:left;
	margin:10px;
}

.homeText{
	font-size:11px;
	text-align:justify;
}

.mailLink:link, .mailLink:visited{
	text-decoration:none;
	color:#CCCC00;
	font-size:15px;
	line-height:18px;
}

.mailLink:hover{
	text-decoration:underline;
	font-size:17px;
}

#planningTable{
	background-color:#b5aaa7;
	border-collapse:collapse;
}

#planningTable tr td{
	font-weight:normal;
	text-align:center;
	width:116px;
	height:34px;
}

.planningTableCell{
	background-color:#fff;
	border:solid 2px #b5aaa7;
	color:#000;
	font-size:11px;
	line-height:16px;
}

.emptyCell{
	color:#b5aaa7;
	background-color:#fff;
	border:solid 1px #fff;
	font-size:15px;
	
}

.hourCell{
	color:#666;
	font-size:18px;
	background-color:#fff;
	border:solid 2px #b5aaa7;
}