/* CSS Document */

body {

background-color:#988B78;

}

div#tableau {

	background-color:#525B65;
	width:1000px;
	height:700px;
	position:absolute;
	top:50px;
	left:50px;
	z-index:10;	

}

div#entree {

	position:absolute;
	width:240;
	height:130;
	top:550px;
	left:750px;
	z-index:10;	
	
}

div#architecture-scenique {

	position:absolute;
	width:700;
	height:500;
	top:50px;
	left:50px;
	z-index:10;	

}

div#desk-modulables {

	position:absolute;
	width:700;
	height:200;
	top:550px;
	left:50px;
	z-index:10;

}

div#location-pupitre {

	position:absolute;
	width:240;
	height:500;
	top:50px;
	left:750px;
	z-index:10;	

}

div#location-desk {

	position:absolute;
	width:240;
	height:70;
	top:680px;
	left:750px;
	z-index:10;	

}

div#atelier-109 {

	position:absolute;
	width:60;
	height:700;
	top:50px;
	left:990px;
	z-index:10;	

}


/********************************************************************************
*********************************************************************************
********************************************************************************/

.baseline 	{
		font-family : Arial,Helvetica;
		font-size : 11px;
		color : white;
		text-align : right;
		width:1000px;
		height:50px;
		position:absolute;
		top:770px;
		Left:50px;
		z-index:10;
		}
		
.baseline A:link {
		text-decoration : none;
		color : white;
		}
		
.baseline A:visited {
		text-decoration : none;
		color : #DFDFDF;
		}
		
.baseline A:hover {
		text-decoration : "none";
		color : #333333;
		}
		
.baseline A:active {
		text-decoration : none;
		color : #6A5334;
		}

