/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	align: left;
	scrollbar-face-color: #cccccc; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #ffffff;
	
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #B8231D;
}
a:active {
	color: #B8231D;
}

.textelong {
	font-size: 10px;
	color:#B8231D;
	text-decoration: none;
}
.titre {
	font-size: 20px;
	color:#B8231D;
	text-decoration: none;
}
.titre2 {
	font-size: 16px;
	color:#666666;
	text-decoration: none;
}

.h1{
	font-size: 14px;
	}

.td{
	text-align:center;
}
	
#fond {
	position:relative;
	width:1000px;
	height:580px;
	z-index:1;
	background-image: url(flash/fond.jpg);	
	background-repeat:no-repeat;
	overflow: visible;
	}
#menu {
	position:absolute;
	margin-left:30px;
	margin-top:100px;
	width:900px;
	height:310px;
	z-index:10;
	overflow: auto;
	left: 14px;
	top: 36px;
	text-align:left;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	z-index:10;
	overflow: visible;
	height: 103px;
}
#titre_fiche {
	position:absolute;
	left:40px;
	top:142px;
	width:519px;
	height:84px;
	z-index:2;
	overflow: visible;
	text-align:left;
}
#fiche_contenu {
	position:absolute;
	left:40px;
	top:230px;
	width:650px;
	height:280px;
	z-index:3;
	overflow: auto;
	border:dashed #8B8B8B 1px;
	text-align:center;

}
#fiche_villa {
	position:absolute;
	left:40px;
	top:230px;
	width:900px;
	height:280px;
	z-index:3;
	overflow: auto;
	border:dashed #8B8B8B 1px;
	text-align:center;

}

#fiche_explication {
	position:absolute;
	left:700px;
	top:230px;
	width:250px;
	height:280px;
	z-index:4;
	background-color: #FAFAFA;
	overflow: auto;
	text-align:left;
}
#chemin_liens {
	position:absolute;
	left:218px;
	top:10px;
	width:auto;
	height:20px;
	z-index:2;
	text-align:left;
}
#bas {
	position:absolute;
	left:40px;
	top:520px;
	width:406px;
	height:20px;
	z-index:2;
}
.Style1 {color: #AAAAAA;
}

