@charset "utf-8";
/* CSS Document */
a:link {
	color: #6479AA;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6479AA;
}
a:hover {
	text-decoration: none;
	color: #354362;
}
a:active {
	text-decoration: underline;
	color: #6479AA;
}
body {
	background: #aea7a4 url(../images/home-bg.gif) no-repeat center top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#page {
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 976px;
}
#entete {
	height: 110px;
	text-align: right;
	padding-right: 1px;
}
#menu {
	height: 21px;
	font-weight: bold;
	font-size: 15px;
	color: #aea7a4;
	padding-top: 4px;
	margin-left:15px;
}
#menu li {
	float:left;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 1px;
	padding-left: 7px;
}
#menu li a {
	color: #AEA7A4;
	text-decoration: none;
}
#menu li a:hover {
	color: #000000;
	text-decoration: none;
}
#menu li#HomePicto a {
	background:url(../images/home.gif) no-repeat;
	float:left;
	height:13px;
	width:14px;
}
*html #menu li#HomePicto a{
	font-size:5px;
}
#menu li#HomePicto a:hover{
	background-position: left bottom;
}
#main, #footer {
	background-color: #FFFFFF;
	text-align: left;
	margin-left:1px;
	padding: 25px;

}
#main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	text-align: center;
	font-size: 12px;
	padding: 25px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AEA7A4;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #AEA7A4;
}
#plaquette {
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 170px;
	margin-top: 70px;
	width: 570px;
	text-align: justify;
}
#plaquette img {
	padding-bottom: 20px;
}

#sousmenu {
	padding: 15px;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity: 0.60;
	position: absolute;
	top: 300px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#sousmenu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 15px;
}
#sousmenu a:hover {
	text-decoration: underline;
}
#sousmenu li {
	margin-bottom: 10px;
}
#presse {
	width: 130px;
	margin-top: 70px;
	float: right;
	padding: 15px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#presse span {
	font-size: 11px;
}
#presse a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#presse a:hover {
	text-decoration: underline;
}html>body #sousmenu {
  position: fixed;
}
#hidden {
	visibility: hidden;
}
#home {
	width: 487px;
	height: 112px;
	position: absolute;
	text-align: left;

}
#home a {
	height: 112px;
	position: absolute;
	width: 970px;
	z-index: 10;
}
