/*------------------------------------------------------------------------------------//
// 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,
#PiedPage .Corps,
body.EtreEtudiant #Contenu div.Formulaire,
body.RechercherCGA #Contenu div.Formulaire,
#frmRechercheCGA {
	width:600px;
}

/*- Liste à puce, si l'arrière-plan est utilisé -*/
.Classe ul {
	list-style:disc;
}

/*- Redéfinition des éléments flottants -*/
#Corps,
#Contenu {
	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 -*/
html, body, form,
#FAQ h2 {
	height:auto !important;
}

/*- Redéfinition des menus ou liens en arrière-plan -*/
body.Accueil #Contenu .Section h2 span,
#FAQ h2 span {
	overflow:visible;
	text-indent:0px;
}

/*- Faire disparaître quelques éléments -*/
#Entete .Banniere,
#Entete .NavFixe,
#Entete .Recherche,
#MenuPrincipal,
#ColG,
#ColD,
body.Accueil #HautPage .Onglets,
body.Accueil #Temoignage,
body.Accueil #Evenements {
	display:none;
	width:0px;
	height:0px;
}

/*- Autres redéfinitions spécifiques pour ce site ------------------------------------*/
#Wrapper {
	min-height: auto !important;
	height: auto !important;
}
#Entete { height: 90px; }
#Entete .Logo,
#Entete .Slogan { top: 0; }
body.Accueil #Contenu .Section .Contenu { display: block; }<
#FAQ h2 { padding-left: 0;}
/*------------------------------------------------------------------------------------*/
