body {
	
	font-family: Times;
	font-size: 12px;
	background-color: #6B6B6B;
}

a {
	color: #767676;
	font-family: Times;
}

a:hover {
	text-decoration: none;
	color: #CDE8B3;
}

#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;
}
#page #footer
{
	position: absolute;
	width: 100%;
	top: 625px;
	font-size: 11px;
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* 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;
}

#menu 
{
	position: absolute;
	top: 120px;
	left: 145px;
	font-size: 19px;
	
}
#menu li
{
float: left;
display: block;
width: 110px;
list-style: none;
text-align: center;
margin-right: 15px;
}
#page #menutop
{
	position: absolute;
	left: 700px;
	top: 10px;
	width: 290px;
	
	
	
}
#page #menutop a
{
	display: block;
	width: 133px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	float: left;
	color: white;
	text-align: center;
}
#page #menutop a:hover
{
	color: #A9C6F0;
}

//patch pour colorer le menu contact
#menu-contact {
	color: #ffffff;
}
#menu-contact a {
	color: #ffffff;
}
#menu-contact a:hover {
	color: #ffff00;
}

#menu-contact-sel {
	color: #ffffff;
}
#menu-contact-sel a {
	color: #ffffff;
}
#menu-contact-sel a:hover {
	color: #ffff00;
}


