body {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#conteneur {
	position: absolute;
	width: 750px;
	left: 50%;
	margin-left: -375px;
}
#logo {
	position: absolute;
	left:-70px;
	width: 70px;
	margin-top: 19px;
}
#menu {
	height: 238px;
	width: 758px;
}

#calendrier {
	position: absolute;
	left: 758px;

}

#titre {
	font-size: 14px;
	background: #ffffff;
	color: #666699;
	font-weight:bold;
}
#centre {
	margin-top: 10px;
	border: 1px solid #ffffff;
}
#pied {
	background: #ffffff;
	color: #666699;
	text-align: center;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.pied
{
	color:#666699;
	font-weight: bold;
	text-decoration: none;
}
a.pied:hover
{
	color:#666699;
	font-weight: bold;
	text-decoration: underline;
} 
p.paragraphe {
	text-indent: 20px;
}
td {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}