/* CSS Document */
img { border:none;
}
.sommaire {
	position:absolute;
	left:143px;
	top:56px;
	width:500px;
	height:200px;
	overflow:auto;
	visibility:hidden;
	z-index:1;
}
.liens {
	position:absolute;
	left:300px;
	top:150px;
	width:200px;
	height:200px;
	overflow:auto;
	visibility:hidden;
	z-index:2;
}

.ecran {
	background-color: #ebe1cd;
} 
.main {
	position:absolute;
    left: 50%; 
    top: 50%;
	margin-top: -285px; 
    margin-left: -470px;
	width:940px;
	height:570px;
	scrollbar-face-color:#E4E5E9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#E4E5E9;
	scrollbar-darkshadow-color:#336699;
	scrollbar-shadow-color:#C0C0C0;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#FFFFFF;
}
.namaste {
	display:block;
	float:left;
	width:940px;
	height:60px;
	background-image: url(images/namaste.jpg);
}
.gauche {
	display:block;
	float:left;
	width:20px;
	height:400px;
	background-image: url(images/gauche.jpg);
}
.flash {
	display:block;
	float:left;
	width:900px;
	height:400px;
}
.flash_liens {
	display:block;
	float:left;
	width:900px;
	height:400px;
	background-image:url(images/liens.jpg);
}
.flash_infos {
	display:block;
	float:left;
	width:900px;
	height:400px;
	background-image:url(images/infos.jpg);
}
.flash_reserver {
	display:block;
	float:left;
	width:900px;
	height:400px;
	background-image:url(images/reserver.jpg);
}
.droite {
	display:block;
	float:left;
	width:20px;
	height:400px;
	background-image: url(images/droite.jpg);
}
.nav {
	display:block;
	float:left;
	width:940px;
	height:100px;
}
.form {
	height: 400px;
	width: 630px;
	display:block;
	float:right;	
	background-color:transparent;
}
.form_liens {
	height: 400px;
	width: 630px;
	display:block;
	float:right;	
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	overflow:auto;
}
.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
}
.texte1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 10px;
	font-weight:bold;
}
.containerbas {
	height:10px;
	width:940px;
	display:block;
	float:left;
	text-align:center;
}
a:link {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
}
a.baspage:link {
	text-decoration:none;
	color: #333333;	
}
a.baspage:visited {
	text-decoration: none;
	color: #333333;	
	}
a.baspage:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.baspage:active {
	text-decoration: none;