/*------------------------------------------------------------------------------------//
// 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;
	border-color: #000 !important;
}
body {
	font-family:			Arial, Helvetica, Sans-serif;
	font-size:				65%;
	background-image: 		none;
	background-color: 		#FFFFFF;
}
.AltPrint { display: block; }
.Screen { display: none; }

#wrapper-bas,
#Entete .LogoBg,
#MenuPrincipal,
#PhotoSection,
#GaleriePhotos,
#SousMenu,
#Contenu .OmbreGauche,
#Contenu .OmbreDroite,
#Contenu .OmbreHaut {
	display: none;
	width: 0px; height: 0px;
}
#Entete .Logo {
	position: relative;
	top: auto; left: auto;
	width: auto; height: auto;
}
#wrapper-haut,
#Entete,
#Contenu,
#wrapper-haut .Colonnes,
#Contenu .Contenu {
	float: none;
	width: auto; height: auto;
	margin: 0; padding: 0;
}

#Entete .Logo {
	margin-bottom: 20px;
}
.Tableau th,
.Tableau td {
	border: 1px solid !important;
}
#Contenu ul li {
	list-style: disc outside url(/images/Puce_Liste.gif);
	border-bottom: 0;
	margin: 0 0 10px 16px;
	padding: 0;
}
