/*------------------------------------------------------------------------------------//
// 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   : 00 mois 0000
//------------------------------------------------------------------------------------*/

/*- Redéfinitions utiles pour l'impression -------------------------------------------*/

/*- Couleur noir et aucun arrière-plan partout -*/
* {
	color:#000 !important;
	background-image:none !important;
}
#Wrapper{
	margin:0;
}
body.Tournee #ColonneTournee{
	padding:0;
	margin:0;
}
#ColonneTournee h1{
	text-indent:0;
	width:600px;
	height:auto;
	font-size:20px;
	margin-bottom:20px;
}
#ColonneTournee h2.Exemple{
	text-indent:0;
	height:auto;
	font-size:16px;
	margin-bottom:20px;	
}
.Accordeon{
	overflow:visible;
	height:auto !important;
	background:#FFF;
}
img{
	display:none;
}
table.TableauCalendrier th{
	background:#FFF;
}
td.Calendrier table tr td{
	border-color:#000;
}

/*- Largeur du print maximal -*/
#Fond, #Wrapper, body.Tournee #ColonneTournee, body.Tournee #ColonneTournee .ColonneGauche {
	width:600px;
}

/*- Faire disparaître quelques éléments -*/
body.Tournee #ColonneTournee .ColonneDroite, body.Tournee #ColonneOlympiades, .BoutonBio, #WrapperPiedPage, #PiedPage {
	display:none;
	width:0px;
	height:0px;
}