/*------------------------------------------------------------------------------------//
// 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, #MainBar, #Content-TextTop, #Content, .ContentBox.OneCol, .ContentBox.ThreeCol  {
	width:600px !important;
}

/*- 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.Intro {
	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 -*/
#MainMenu a {
	overflow:visible;
	text-indent:0px;
}

/*- Faire disparaître quelques éléments -*/
.Invisible, .NavFixe, .Language, .Search, #MainMenu, #SideBar, #Footer, .BreadCrumb, .Actions, .CallToAction-Black, .CallToAction-Grey,
body.Products-Details #Content .Links  {
	display:none;
	width:0px;
	height:0px;
}

/*- Autres redéfinitions spécifiques pour ce site ------------------------------------*/

#Content .ContentBox.OneCol .Col {
	width:550px;
}
#Content .ContentBox.ThreeCol .Col {
	width: 150px;
}
#Content .ContentBox .Col {
	height: auto !important;
}	
body.CaseStudies #Content .ContentBox.ThreeCol .Col {
	width: auto;
	padding: 0;
	float: none;
}
body.Services  #Content .ContentBox.TwoCol .Col {
	width: auto;
	float: none;
}
#Content .ContentBox .Col, #Content .ContentBox .Col.LastItem, #Content .ContentBox .Note {
	border: 0 !important;
}

#Content .ContentBox .Tabs li a span {
	padding: 0;
	font-size: 1.2em;
}
ul.Tabs li a {
	visibility: hidden;
}

ul.Tabs li a.On {
	visibility: visible;
}

/*------------------------------------------------------------------------------------*/
