/* CSS Document */
@import url(general.css);

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#007A47;
	background-image:url(../_img/fond-visite-virtuelle.jpg);
	background-position:top;
	background-repeat:no-repeat;	
}
.white{
	color: #ffffff;		
}
.white2{
	color: #ffffff;	
	padding-top: 60px;
	font-family: Arial;
}
.content{
	color: #ffffff;
	font-size: 12px;
	font-family: Arial;
	padding-left:20px;
}
.main
{ z-index:999;
 position: absolute;
 display: block;
 top: 90px;
 margin-left:620px;
 width:400px;
 text-align:left;
}