/* CSS Document */

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

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

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

#tableOutil_centre {
	padding-top:10px;
	padding-left:10px;
}

#tableOutil_image {
	text-align:center;
}

/** 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;
}

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

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

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

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

