/**** Icones bandeau ****/
td.icohaut {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	width: 5px;
}

img.icohaut {
	border: 0;
	vertical-align: bottom;
	cursor:pointer;
}

td.icobas {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	width: 5px;
}

img.icobas {
	border: 0;
	vertical-align: top;
	cursor:pointer;
}

td.icobas_warning {
	background: #BD1818;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	width: 5px;
}

img.icobas_warning {
	border: 0;
	vertical-align: top;
}

/**** Icones bandeau ****/ /**** 	Session	     ****/
.expireSessionConteneur {
	text-align: center;
	background: #EFEFEF;
}

.expireSessionMsg {
	text-align: center;
	color: #EF1829;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	z-index: 1;
}

.expireSessionBodyOff {
	position: absolute;
	opacity: 0.2;
	filter: alpha(opacity = 20);
	z-index: 1;
}

.expireSessionBodyOn {
	position: absolute;
	opacity: 1;
	filter: alpha(opacity = 100);
}

/**** 	Session	     ****/ /****   Visuel	     ****/
.visuel {
	position: absolute;
	top: 17px;
	background: #FFFFFF url(../../image/AC/haut/visuel.gif) no-repeat scroll
		right center;
	width: 167px;
	height: 52px;
	display: inline;
	right: 2px;
}

/****   Visuel	     ****/ /**** Infos dans le bandeau ****/
/* ETR FDZ-755 01/09/2010 */
#infosVehicule {
	margin-right: 30px;
	color: #000000;
}
/**** Infos dans le bandeau ****/