/*------------------------------------------------------------------------------------//
// 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, #BlocContenu, #BasPage {
	width:600px;
	height:auto !important;
}

/*- Liste à puce, si l'arrière-plan est utilisé -*/
.Classe ul {
	list-style:disc;
}

/*- Faire disparaître quelques éléments -*/
#BlocMenu, .MenuAncre, #BasPage, .SousMenu {
	display:none;
	width:0px;
	height:0px;
}

/*- Autres redéfinitions spécifiques pour ce site ------------------------------------*/
#Wrapper{
	left:0;
	top:0;
	margin:0;
}
.TxtIndent, body#lang-FR #Slogan, body#lang-EN #Slogan{
	text-indent:0;
}
body#lang-FR #Slogan, body#lang-EN #Slogan{
	position:relative;
	border-bottom:1px solid #000;
	margin-top:10px;
	margin-bottom:15px;
	top:0;
	left:0;
	width:100%;
}
#Logo{
	top:0;
	right:0;
	position:relative;
	display:none;
}
.jScrollPaneContainer{
	position:relative;
	overflow:visible !important;
	height:auto !important;
	top:0;
	left:0;
}
#BlocScroll{
	overflow:visible !important;
	height:auto !important;
}
#BlocContenu{
	display:inline;
}
h1{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin:0 0 10px 0;
	padding-top:20px;
}
p{
	font-size:11px;
	color:#000;
	margin:0 0 10px 0;
}


/*------------------------------------------------------------------------------------*/