/*------------------------------------------------------------------------------------//
// 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;
}

/*- Largeur du print maximal -*/
#Wrapper,
#ColG,
#Entete .ColG,
#Corps,
#ColD,
body.Publi .ResultListe {
	width:600px;
}

/*- Liste à puce, si l'arrière-plan est utilisé -*/
.Classe ul {
	list-style:disc;
}

/*- Redéfinition des éléments flottants -*/
div.Classe {
	float:none;
	margin:0px;
	width:600px;
}
/*- Redéfinition des éléments absoluts -*/
div.Classe {
	position: static;
	margin:0px;
	width:600px;
}

/*- Redéfinition des hauteurs fixes -*/
div.Classe {
	height:auto !important;
}

/*- Redéfinition des menus ou liens en arrière-plan -*/
div.Classe {
	overflow:visible;
	text-indent:0px;
}

/*- Faire disparaître quelques éléments -*/
#Language,
#MenuPrincipal,
#Previews,
#ContactUs,
#PiedPage .Haut,
#PiedPage .NavFixe,
#Entete .ColD,
#ColG,
#HautPage p.Imprimer,
#HautPage ul,
#BasPage,
#PiedPage,
body.Publi .FormBloc,
body.Publi .ResultTypes,
body.PubliDetail #Contenu .ColD {
	display:none;
	width:0px;
	height:0px;
}

/*- Autres redéfinitions spécifiques pour ce site ------------------------------------*/

h1 { margin: 0 0 18px;}
#Wrapper,
#HautPage,
#Contenu,
#Entete .Logo,
body.Publi .ResultListe,
#Calendrier .Entete,
#Calendrier .Notice,
#Calendrier .Formation .ColG { padding: 0px; }
#Calendrier .Formation .ColD { width: 190px; }
#Entete { height: 125px; }
#HautPage { min-height: 0; }
#Contenu div.Annotation { margin: 0 0 1.4em; }
#Calendrier .Results,
#Calendrier .Notice { border: 0; }

/*-- Impression de commande --*/ 
body.fr-CA.Panier {
	width: 600px;
}
body.fr-CA.Panier ul.NavFixe, body.fr-CA.Panier #Etapes, body.fr-CA.Panier .TexteSpecial, body.fr-CA.Panier #HautPage ul, body.fr-CA.Panier #HautPage p, body.fr-CA.Panier .Recherche, body.fr-CA.Panier #PiedPage, body.fr-CA.Panier .FormBloc.Foot, body.fr-CA.Panier #BasPage {
	width:0px;
	height:0px;
	display: none;	
}

/*------------------------------------------------------------------------------------*/