/* CSS pour l'impression */

#global{
	width: 988px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}

	/* menu horizontal + logo */
	#header{display:none;}

	/* Menu horizontal */
	#menu{display:none;}
	
		#menu ul {display:none;}
			
		#menu li {display:none;}
	
		#menu li a {display:none;}
	
		#menu li a:hover {display:none;}
		
		/* Logo MATEBAT */
		.logo_matebat, .logo_matebat:hover{display:none;}
		
		/* Logo MATEBAT pour l'impression */
		.logo_matebat2{
			display:block;
		}
	
	/* Fil d'Ariane */
	#chemin{
		width:710px;
		height:15px;
		float:left;
		margin:10px 0; /* IE */
		border-top:1px solid #E8EEEA;
		border-bottom:1px solid #E8EEEA;
		padding:5px;
		margin-left:7px;
		/* txt */
		font:normal 10px Verdana, sans-serif;
		color:#818084;
	}
		#chemin a{
			font:bold 10px Verdana, sans-serif;
			color:#006D4E;
			text-decoration:none;
			text-transform:uppercase;
		}
		
	/* Sous-menu vertical sur la gauche */
	#sous-menu{display:none;}
		#sous-menu a{display:none;}
		#sous-menu a:hover{display:none;}
		#sous-menu .grues, #sous-menu .sav, #sous-menu .bbe, #sous-menu .sous-menu{display:none;}
		#transparence{display:none;}
		#encart_formulaire{display:none;}
		
/* Contenu principal */		
#contenu{
	position:relative;
	width:100%;
	background:none;
	overflow:visible;
}

	/* Animation flash de l'accueil*/
	#animFlash{
		position:relative;
		height:300px;
		width:100%;
		float:left;
	}
	
	/* Actualités de l'accueil */
	#zone_actu{
		position:absolute;
		background:none;
		top:2px;
		left:745px;
		height:433px;
		width:100%;
		float:none; 
		text-align:left;
	}
		#vue360{
			position:relative;
			font: normal 9pt "Trebuchet MS", sans-serif ;
			color:white;
			top:90px;
			left:80px;
			width:110px;
			line-height:14px;
			text-decoration:none;
			cursor:pointer;
		}
		#vue360 b{
			font: bold 11pt "Trebuchet MS", sans-serif;
			line-height:16px;
		}

		#actu{
			font: normal 8pt "Trebuchet MS", sans-serif;
			position:relative;
			top:150px;/* IE */
			left:16px;
			width:195px;
			line-height:15px;
		}
		
		/* Encart de rappel des actus dans les pages */
		#rappel_actus{
			font: normal 8pt "Trebuchet MS", sans-serif;
			width:195px;
			float:left;
			border:1px solid #C6D3CA;
			background-color:white;
			line-height:15px;
			margin:10px 14px 10px 20px;/* IE */
			padding:10px;
		}
		#actu a, #rappel_actus a{
			text-decoration:none;
			color:#006B4D;
		}
		#actu a:hover, #rappel_actus a:hover{
			color:#F19B1C;
			text-decoration:underline;
		}

		#actu a b, #rappel_actus a b {
			color:#F19B1C;
		}
		
		/* Lien toutes les actualites */
		#touteactu a{
			position:relative;
			top:166px;/* IE */
			left:35px;
			font: bold 8pt "Trebuchet MS", sans-serif ;
			color:#006B4D;
			text-decoration:none;
		}
		#touteactu a:hover{
			text-decoration:underline;
		}

	/* Fiche ou page statique */
	#page, #page_mentions{
		float:left;
		width:444px;
		padding:10px;
		background:none;
		background-color:white;
		overflow:visible;
		/* txt */
		font:normal 12px Arial, sans-serif;
		line-height:22px;
		margin:10px 8px 0px 5px;/* IE*/
	}
	
	#page_mentions{
		width:100%;
	}
	 #page_mentions table td{
		padding-left:12px;
	 }	
	 
 	#page hr, #page_mention hr{
		border:0;
		border-top:1px solid #C3C6C8;
		margin:0;
		border-collapse:collapse;
		height:0;
		padding:0;
	}
	#page table{
		margin-left:26px;
	}
	#page .image{
		display:block;
		border:1px solid #C6D4CC;
		padding:2px;
		height:186px;
		position:relative;
		top:0px;
		overflow:hidden;
	}
	#nombres{
		width:138px;
		cursor:pointer;
		font:bold 12px "Trebuchet MS", sans-serif;
		color:#006D4E;
		border-bottom:1px solid #C6D4CC;
		text-align:right;
		padding:5px;
		overflow:hidden;
	}
		#nombres span{
			display:block;
			width:20px;
			height:18px;
			float:right;
			text-align:center;
			cursor:pointer;
		}
		#nombres .selected{
			float:right;
			background:transparent url("/images/interface/fdselected.gif") no-repeat center center;
			color:white;
			text-align:center;
		}
	.telechargements a{
		font:bold 12px "Trebuchet MS", sans-serif;
		color:#006D4E;
		text-decoration:none;
		width:148px;
		display:block;
		height:45px;
	}
	
		#forcer_taille{/* IE */
			min-height:400px; 
			overflow:visible;
		}
		
	/* Images dans pages statiques */
	#colonne_droite{/* IE */
		width:176px;
		float:left;
		margin:10px 0 10px 12px;
		background:none;
		/* txt */
		font:normal 11px "Trebuchet MS", sans-serif;
		color:#818084;
	}

	/* Agrandissement des images */
	#lightbox{
		background-color:#eee;
		padding: 10px;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		font-size:12px;
		}
	#lightbox a{
			color:#37A829;
			text-decoration:none;
			font-weight:bold;
		}
	#lightboxDetails{
		font-size: 0.8em;
		padding-top: 0.4em;
		}	
	/* Libellé des photos */
	#lightboxCaption{ 
		float: left;
		font:normal 12px Arial, sans-serif;
		color:#086B4D;
	}
	/* Bouton fermer */
	#keyboardMsg{ float: right; font:bold 12px "Trebuchet MS", sans-serif;}
	
	#lightbox img{ border: none; } 
	#overlay img{ border: none; }
	
	#overlay{ background-image: url(/images/ecm_nouveau/overlay.png); }
	
	* html #overlay{
		background-color: black;
		background-color: transparent;
		background-image: url("blank.gif");
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/ecm_nouveau/overlay.png", sizingMethod="scale");
	}
	
	/* Liste des produits : post-it */
	#liste{
		width:205px;
		background:transparent url("/images/interface/fdliste.gif") no-repeat left bottom;
		border-top:1px solid #C3C6C8;
		float:right;
		margin:10px 15px 10px 6px;
		padding:10px 10px 30px 10px;
		font:normal 11px Arial, sans-serif;
		color:#818084;
	}
		#liste h1{
			font:bold 12px "Trebuchet MS", sans-serif;
			background:none;
			padding:0;
			text-transform:uppercase;
			margin-bottom:10px;
		}
		#liste a{
			display:block;
			width:185px;
			padding:3px 2px;
			font:normal 12px Arial, sans-serif;
			color:#006D4E;
			text-transform:uppercase;
			text-decoration:none;
			background:transparent url("/images/interface/fdh2.gif") no-repeat left top;
			padding-left:15px;
			border-top:1px solid #C6D4CC;
		}
		#liste a:hover{
			background-color:#006D4E;
			color:white;
			background-image:url("/images/interface/fdh2_hover.gif");
		}
		
		/* Page actualités */
		
		/* Titre de l'actus cliquable */
		#liste .nom_actu, #liste .nom_actu:hover{
			font:normal 12px "Trebuchet MS", sans-serif;
			background:none;
			padding:0;
			margin:0;
			border:0;
			color:#818084;
			font-weight:bold;
			text-transform:none;
		}

		/* Navigation par page dans liste */
		#navigation_page{
			border-top:1px solid #C6D4CC;
			text-align:center;
			font:normal 12px Arial, sans-serif;
			color:#759C88;
			padding:5px;
		}
			#navigation_page a{
				width:10px;
				background:none;
				border:0;
				padding:0;
				margin:0;
				color:#006D4E;
				text-decoration:none;
				display:inline;
				text-transform:lowercase;
			}
			#navigation_page a:hover{
				background:none;
				color:#006D4E;
				text-decoration:underline;
			}
			
	/* Pied de la fiche */
	#pied_page{display:none;}

/* Pied de page : encarts Grues, SAV et BBE + newsletter + signature */
#contenu2{display:none;}

	/* Encart Grues, SAV et BBE */
	#items{display:none;}
		.item1, .item2, .item3{display:none;}
	/* Formulaire newsletter */
	#zone_newsletter{display:none;}

	#newsletter{display:none;}

/* Pied de page */
#piedpage, #piedpage a{ display:none;}
