@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #000;
}
#Menu {
	position:absolute;
	width:980px;
	height:45px;
	z-index:1;
}
#Presentation {
	position:absolute;
	left:15px;
	top:5px;
	width:91px;
	height:20px;
	z-index:1;
}
#Incendie {
	position:absolute;
	left:120px;
	top:5px;
	width:130px;
	height:38px;
	z-index:2;
}
#Centralisateur {
	position:absolute;
	left:260px;
	top:5px;
	width:160px;
	height:38px;
	z-index:3;
}
#Extinction {
	position:absolute;
	left:440px;
	top:5px;
	width:150px;
	height:38px;
	z-index:4;
}
#Video {
	position:absolute;
	left:600px;
	top:5px;
	width:130px;
	height:38px;
	z-index:5;
}
#Detection {
	position:absolute;
	left:740px;
	top:5px;
	width:80px;
	height:38px;
	z-index:6;
}
#Controle {
	position:absolute;
	left:835px;
	top:5px;
	width:70px;
	height:38px;
	z-index:7;
}
#Contact {
	position:absolute;
	left:910px;
	top:5px;
	width:60px;
	height:20px;
	z-index:8;
}

