
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.imageCote {
		display:none;
		width:1px;
	}
}

.imageCote {
	background-image: url(../../../imagesSite/imagesExpo/1/cote_gauche.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.hautTitre {
	background-image: url(../../../imagesSite/imagesExpo/1/menu_haut.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.barreHorizontale {
	background-image: url(../../../imagesSite/imagesExpo/1/barre_horizontale.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.titreBarre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #225F75;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0px;
	vertical-align: middle;
	word-spacing: normal;
	white-space: normal;
	background-color:#EF8FB1;
}
