/* CSS Document */

/** Inclusions */
@import url('../../all/styles/description.css');

/** Structure */
#tableMicroCasque {
	display:block;
	width:600px;
	margin-right :0px;
}

#tableOrdinateurPortable, #tableScanner {
	display:none;
	width:600px;
	margin-right :0px;
}

/** Titres */
#tableMateriels_haut{
	height:15px;
	background:url('../images/titres/haut_materiels.png') no-repeat bottom;
}

#tableMicroCasque_haut{
	height:15px;
	background:url('../images/titres/haut_microcasque.png') no-repeat bottom;
}

#tableOrdinateurPortable_haut {
	height:15px;
	background:url('../images/titres/haut_ordinateurportable.png') no-repeat bottom;
}

#tableScanner_haut {
	height:15px;
	background:url('../images/titres/haut_scanner.png') no-repeat bottom;
}