/* index */
.body {
	background-color:#000000	
}

.zone_image{
    position:absolute;
	left: 50%; 
    top: 50%;
	height:590px;
	width:900px;
    margin-top: -295px; 
    margin-left: -450px; 
}

.zone_salome{
	position:absolute;
	left: 50%; 
    top: 50%;
	height:450px;
	width:900px;
	background-image:url(img/salome.jpg);
    margin-top: -225px; 
    margin-left: -450px;
}

.zone_liens{
	display:block;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

.bandeau { 
	background-image: url(img/candille.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	}

.swf-index {
	display:block;
	float:left;
	width:900px;
	height:570px;
}

.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;
}

.containerbas-index {
	display:block;
	float:left;
	width:900px;
	height:20px;
}

.onglet-index {
	display:block;
	float:left;
	width:180px;
	height:20px;
}

.demionglet-index {
	display:block;
	float:left;
	width:100px;
	height:20px;
}
	
.form {
	height: 400px;
	width: 400px;
	display:block;
	float:right;
	padding-top:20px;	
	background-color:transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.container {
	height: 440px;
	width: 600px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}

.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF9900;
}

.texte1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	height: 10px;
	font-weight:bold;
}

.texte2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	height: 10px;
	font-weight:normal;
}

a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-weight:normal;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF9933;
}
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: #666666;
}
a.baspage:active {
	text-decoration: none;

