/* CSS Document */

body {


background-attachment:fixed;
background-position:top;
background-repeat:no-repeat;
background-image:url(../images/background.jpg);
margin: 0 0 0 0;
font-family:Verdana, Arial, Helvetica, sans-serif;


}
#menu {
margin-left:auto; 
margin-right:auto;
background-position:top; 
background-image:url(../images/menu-bg.png); 
background-repeat:no-repeat;
width:100%; 
height:55px;
}
#site{

	margin-left:auto;
	margin-right:auto;
	width:990px;
}
#logo{
position:absolute;
float:left;
margin-top:15px;
}
#adresse{
float:right;
margin-top:;




}
.style1 {font-size: 24px}
.style2 {font-size: 18px}
.style3 {font-size: 11px; font-weight:bold; }
.style4{ font-weight:bold; }
#per{
	
	background-image:url(../images/per1.png);
	height:228px;
	width:201px;
	float:right;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}
