body {
	background-color: #505050;
}

a {
	
}

a:hover {
	
}

#page {
	margin: 0px auto;
	position: relative;
	background-repeat: no-repeat;
	width: 1000px;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #68625c;
}

#page a
{
	color: #f8e6b8;
}
#page a:hover
{
	color: #97357E;
	text-decoration: none;
}
.jaune
{
	color: #f8e6b8;
}
.violet
{
	color: #97357E;
}

#footer
{
	width: 100%;
	position: absolute;
	left:0px;
	height: 18px;

	top: 582px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}
#footer li
{
	list-style: none;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#footer li a
{
	color: #68625c;
}
#nav
{
	width: 885px;
	top: 565px;
	height: 20px;
	left: 45px;
	color: #cfc8bf;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
}
#nav img
{
	vertical-align: middle;
}
#nav a
{
	margin-left: 15px;
	color: #cfc8bf;
}
#nav a:hover
{
	color: white;
}
#retourhomepage
{
	display: block;
	position: absolute;
	width: 300px;
	height: 100px;
	top: 70px;
	left: 20px;
}
/* commented backslash hack  - invisible to IE 5 \*/
#page {
	position: absolute;
	margin: 0 0 0 -500px;
	left: 50%;
	height: 600px;
	margin-top: 10px;
}
/* end hack */
#pymac a {
	bottom: 0px;
	right: 0px;
	text-indent: -7890px;
	width: 125px;
	height: 80px;
	background-color: transparent;
	background-image: url('/images/pymac.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
}
