@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/hotel-des-ventes.png);
	background-repeat: repeat-x;
	background-color: #E7E8EC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0459a0;
}
h1{
font-size:16px;
}
a{ color:#6798c0; }
a:visited{ color:#6798c0; }
a:hover{ color:#90bfe6; }

#awmAnchor-menu{
	margin-left:10px;

}
img{
	border-color:#999999;
}
#accueil{
margin-left:-80px;
}
.anim{
	width: 540px;
	height: 314px;
	/*border:1px solid #666666;*/
	background-image:url(images/cadre.gif);
}
.corps{
	margin-top:20px;
	margin-right:60px;
}
.footer{
	font-size:9px;
	text-align:center;
	margin-top:52px;
	color:#FFFFFF;
	margin-left:50px;
}

.footer a{ color:#FFFFFF; text-decoration:none; }
a#lien{ text-decoration:underline; }
.footer a:visited{ color:#FFFFFF; }
.footer a:hover{ color:#b3d9ea; }
#separation{
background-image:url(images/sep.jpg);
background-repeat:repeat-y;
float:right;
width:30px;
height:100%;
margin-right:15px;
margin-top:8px;
}
.statue{
background-image:url(images/salle-des-ventes-nice/salle-des-ventes-nice-statue.jpg);
background-repeat:no-repeat;
background-position:right;
height:420px;
}

div#menu {
	width: 152px;
	height: 165px;
	position: absolute;
	left: 20px;
	top: 179px;
	z-index: 2000;
}

div.menu_element {
	width: 150px;
	height: 23px;
	background-color: #628FB6;
	color: #FFFFFF;
	font-size: 11px;
	border: 1px solid #033A68;
	margin: 2px auto;
	z-index: 2000;
}

div.menu_element a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}

div.menu_element a:hover {
	background-color: #0665B5;
}
	
