body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: black;
}

a {
	color: #ae8c72;
}
h1.titre
{
	width: 100%;
	display: block;
	position: absolute;	
	top: 145px;
	margin-left: 150px;
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: black;
}

#page {
	margin: 0px auto;
	position: relative;
	background-repeat: no-repeat;
	width: 1000px;
}

/* commented backslash hack  - invisible to IE 5 \*/
#page {
	position: relative;
	margin: 0 0 0 -500px;
	left: 50%;
	height: 650px;
	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;
}
p
{
	margin: 0px 0px 0px 0px;
}
#menumarque
{
	position: absolute;
	top: 505px;
	left: 0px;
}
#page #footer
{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 630px;
}
#page #footer li
{
	display: inline;
	list-style: none;
	margin: 0px 5px 0px 5px;
}
#page #footer li a
{
	font-size: 11px;
	text-transform: uppercase;
}
#page #footer li a:hover
{
	color: white;;
}
#page #moduleboutique
{
	position: absolute;
	width: 960px;
	text-align: right;
	padding-right: 40px;
	top: 106px;
	height: 35px;
	line-height: 35px;
}
#page #moduleboutique a
{
	margin-right: 30px;
	font-weight: bold;
}
#footer2
{
  position: absolute;
  width: 100%;
  text-align: center;
  top: 660px;
  color: white;
}
#footer2 a, #footer2 span
{
  color: white !important;
}