/*------------------------------------------------------------------------------------//
// Feuille de styles pout impression -------------------------------------------------//
//------------------------------------------------------------------------------------//
// Client : -
// Note   : Pour l'impression: certaines classes sont ici redéfinies ou ajoutées 
			afin de rendre des portions du site invisibles ou adaptées à l'impression
// Date   : 9 novembre 2007
//------------------------------------------------------------------------------------*/

* {
	color: #000 !important;
	background-image: 		none !important;
	background-color: 		#FFFFFF !important;
}
body {
	font-family:			Arial, Helvetica, Sans-serif;
	font-size:				65%;
	background-image: 		none;
	background-color: 		#FFFFFF;
}
.AltPrint { display: inline; }

.Invisible,
#Entete .NavFixe,
#Entete .Corps .Slogan,
#MenuPrincipal,
#Entete .Corps .Recherche,
#Corps .Gauche,
#Corps .Droite p.SectionPage,
#CorpsAcc .Calendrier,
#CorpsAcc .Droite .Message,
#BasPage,
.VoirTout, .Details {
	display: 				none;
	width: 					0px;
	height: 				0px;
}
#Entete .Corps,
#CorpsAcc .Gauche,
#CorpsAcc .Gauche .Activites,
#CorpsAcc .Gauche .Nouvelles,
#CorpsAcc .Droite,
#Corps .Droite,
#Corps .Droite h1.TitrePage,
#Corps {
	float: none;
	width: auto;
	height: auto !important;
	margin: 0;
	padding: 0 !important;
}
#wrapper,
#Entete .Corps .Logo,
#CorpsAcc .Gauche .Activites,
#CorpsAcc .Gauche .Activites h2,
#CorpsAcc .Gauche .Activites .Activite,
#CorpsAcc .Gauche .Activites .Activite.LastItem,
#CorpsAcc .Gauche .Nouvelles,
#CorpsAcc .Gauche .Nouvelles h2,
#CorpsAcc .Gauche .Nouvelles .Nouvelle,
#CorpsAcc .Gauche .Nouvelles .Nouvelle.LastItem {
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
	border: 0;
}
#CorpsAcc .Gauche .Activites h2,
#CorpsAcc .Gauche .Nouvelles h2,
#Corps .Droite {
	margin-top: 24px;
}
#Corps .Droite ul li,
#Corps .Droite ol ul li {
	list-style-image: url(../images/Puce_Liste_Print.gif);
}
.Tableau {
	border-left: 1px solid #000 !important;
	border-top: 1px solid #000 !important;
}
.Tableau td {
	border-right: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}