/*------------------------------------------------------------------------------------//
// 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;
	margin:0;
}

/*- Liste à puce, si l'arrière-plan est utilisé -*/
.Classe ul {
	list-style:disc;
}

/*- Redéfinition des éléments flottants -*/

#ColonneGauche, #ColonneGauche #BlocContenuInt #Contenu, #ColonneGaucheAcc{
	float:none;
	margin:0;
	padding:0;
}

/*- Redéfinition des hauteurs fixes -*/
div.Classe {
	height:auto !important;
}

/*- Redéfinition des menus ou liens en arrière-plan -*/
#Menu a {
	overflow:visible;
	text-indent:0px;
}

/*- Faire disparaître quelques éléments -*/
.PrintOff, #ColonneMenu, #MenuPrincipal, .BlocRecherche, #PisteNavigation, #NavFixe, 
.BtnEnvoyerAmi, .BtnImprimer, p.NavBas, p.PlusInfo, p.ListeComplete, p.LienAction, p.HautDePage,
.BlocAffichage .FondSombre, #Entete, #BlocInscription, #BlocPartenaires, #ColonneDroite,
#BasPage ul li a, .BtnEnvoyer{
	display:none;
	width:0px;
	height:0px;
}

/*- Autres redéfinitions spécifiques pour ce site ------------------------------------*/
.EntetePrint{
	width:600px;
	height:143px;
	display:block;
	margin-bottom:40px;
}
#ColonneGauche, #ColonneGaucheAcc, #ColonneGauche.Pleine, #ContenuSecondaire{
	width:auto !important;
	height:auto !important;
	min-height:0 !important;
}
#ColonneGaucheAcc #Contenu{
	width:600px;
	padding:0;
}
.ColonneUn, .ColonneDeux{
	float:none;
	width:560px;
	height:auto !important;
}
.BlocNouvelle{
	float:none;
	height:auto !important;
}
.BlocNouvelle img.ImageContour{
	top:3px;
}
#BlocContenuInt #Contenu p.EncadreContenuGauche, #BlocContenuInt #Contenu p.EncadreContenuDroite{
	float:none;
	border:none;
	background:none;
	padding:0;
	margin:0;
}
#BlocContenuInt #Contenu p.EncadreContenuGauche img, #BlocContenuInt #Contenu p.EncadreContenuDroite img{
	margin-bottom:20px;
}
#ColonneGauche.Pleine #BlocContenuInt #Contenu{
	width:600px !important;
	height:auto !important;
	min-height:0 !important;
	padding:0;
}
#BlocContenuInt{
	width:auto !important;
}
#BlocContenuInt #Contenu{
	width:490px !important;
	height:auto !important;
	min-height:0 !important;
	padding:0;
}
#BlocContenuInt #Contenu ul li{
	padding:0;
	font-size:12px;
}
#BlocContenuInt #Contenu span{
	margin-left:5px;
}
.BlocAffichage{
	width:auto;
	height:60px;
	margin-bottom:20px;
	border-bottom-color:#000;
}
.BlocAffichage h1{
	position:relative;
	top:0;
	left:0;
}
#BasPage{
	width:600px;
	height:20px;
	padding:0;
	margin:40px 0 0 0;
	border-top:1px solid #000;
	clear:both;
}
.BlocAffichage img.ImgBlock{
	display:none;
}
.Formulaire .TxtBox{
	border:1px solid #000 !important;
}


/*------------------------------------------------------------------------------------*/
