/* CSS Document */
#page_equipage {
    position:relative;
	width: 960px;
	height: 570px;
	margin-right: auto;
	margin-left: auto;
	top:-40px;
	float: left;
}
#chanteurs
{
    position:relative;
	float: left;
	width: 540px;
	height: 540px;
	top:15px;
	margin-right: auto;
	margin-left: auto;
	background:url(../images/equipage/chanteurs.png);
	background-repeat:no-repeat;
	background-position:center;	
}
#texte_equipage{
    position:relative;
	float: left;
	width: 420px;
	height: 80px;
	top:10px;
	font-family:Comic Sans MS;
	color:#D2691E;
	font-weight:normal;
	font-size:18px;
	text-align: center;
	text-decoration: none;
}
#scene
{
    position:relative;
	float: left;
	width: 420px;
	height: 270px;
	top:70px;
}

#scene-haut{
    position:relative;
	float:left;
	width:420px;
	height:15px;
	margin:0px;
	background-image:url(../images/equipage/bg_scene_haut.png);
	background-repeat:no-repeat;
	background-position:center;	
}
#scene-milieu{
    position:relative;
	float:left;
	width:420px;
	height:240px;
	margin:0px;
}
#scene-gauche{
    position:relative;
	float:left;
	width:40px;
	height:240px;
	margin:0px;
	background-image:url(../images/equipage/bg_scene_gauche.png);
	background-repeat:no-repeat;
	background-position:center;	
}
#scene-corps{
    position:relative;
	float:left;
	width:340px;
	height:240px;
	margin:0px;
	background-image:url(../images/equipage/bg_scene_corps.jpg);
	background-repeat:repeat-y;
	background-position:center;	
}
#scene-droit{
    position:relative;
	float:left;
	width:40px;
	height:240px;
	margin:0px;
	background-image:url(../images/equipage/bg_scene_droit.png);
	background-repeat:no-repeat;
	background-position:center;	
}
#scene-bas{
    position:relative;
	float:left;
	width:420px;
	height:15px;
	margin:0px;
	background-image:url(../images/equipage/bg_scene_bas.png);
	background-repeat:no-repeat;
	background-position:center;	
}
#scene_texte1, #scene_texte2, #scene_texte3, #scene_texte4, #scene_texte5, #scene_texte6, #scene_texte7, #scene_texte8
{
	display:none;
	font-family:Comic Sans MS;
	color:#191970;
	font-weight:normal;
	font-size:16px;
	text-align: center;
	text-decoration: none;
}
#scene_titre1, #scene_titre2, #scene_titre3, #scene_titre4, #scene_titre5, #scene_titre6, #scene_titre7,#scene_titre8{
   display:none;
   position:relative;
   float :right;
   text-align:center;
   font-weight:normal;
   font-size:24px;
   color:#D2691E;
}