/*------------------------------------------------------------------------------------//
// 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
//------------------------------------------------------------------------------------*/

/*- Redéfinitions utiles pour l'impression -------------------------------------------*/

/*- Couleur noir et aucun arrière-plan partout -*/
* {
	color:#000 !important;
	background-image:none !important;
}

/*- Largeur du print maximal -*/
#wrapper {
	width:600px;
	border-top: 1px solid #bfcad0;
	border-bottom: 1px solid #bfcad0;
}

/*- Redéfinition des éléments absoluts -*/
#BasPage .NavFixe,
#BasPage p {
	position:relative;
	margin:0px;
	padding:0px;
	width:auto;
}

/*- Redéfinition des éléments flottants -*/
#ColonneGauche,
#ColonneDroite,
#ColonneDroite .SondagePourcentage {
	float:none;
	margin:0px;
	width:auto;
}

/*- Redéfinition des hauteurs fixes -*/
#Entete,
#ColonneGauche h1,
#ColonneDroite .SondagePourcentage {
	width:auto !important;
	height:auto !important;
}

/*- Faire disparaître quelques éléments -*/
#Entete .NavFixe,
#Entete .Actions,
#TabNav,
#TabContent .Contenu img,
#ColonneGauche #TabContent .Suivant,
#BasPage .NavFixe {
	display:none;
	width:0px;
	height:0px;
}

/*- Autres redéfinitions spécifiques pour ce site ------------------------------------*/
#ColonneGauche h1 {
	width: auto;
	border: 0;
	padding: 10px;
	text-indent: 0;
	overflow: visible;
}
#ColonneGauche #TabContent {
	border: 0;
}
#ColonneGauche #TabContent .Contenu {
	display: block !important;
}
#ColonneDroite .SondagePourcentage {
	text-align: left;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	margin:0px !important;
	padding:0px !important;
}
#ColonneDroite .SondagePourcentage strong {
	display: inline;
	line-height: normal;
}
#BasPage p {
	padding-left: 48px;
}
/*------------------------------------------------------------------------------------*/
