@page portrait {
	size: portrait;
}

@page paysage {
	size: landscape;
}

body {
	font-family : tahoma, verdana, arial, sans-serif;
	font-size : 10px;
	margin : 0px;
	padding : 0px;
	background : none;
	page : portrait;
}

#img_print {
	display : block;
	position : absolute;
	top : 20px;
	left : 10px;
}

#logo_bandeau {
	display : none;
}

#menu {
	display : none;
}

#contenu {
	margin-left : 0px;
}

a {
	display : none;
}

.MSG_numFiche a {
	display : inline;
	text-decoration : none;
	color : #000000;
}

#graphs {
	size: landscape;
	page : paysage;
	page-break-before: always;
	display : block;
	width : 100%;
	float : none;
}

#projets {
	display : block;
	float : none;
}

.aide {
	display : none;
}

table#list_FFT.lSocietes a, table#list_FFT.lUtilisateurs a, table#list_FFT.lProjets a {
	display : block;
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

h1 {
	display : block;
	clear : both;
	border : 2px solid #003366;
	padding : 0px;
	text-align : center;
	line-height : 40px;
	background : none;
}

#infos_usr {
	display : none;
}

#navigation {
	display : none;
}

#langues {
	display : none;
}

table#list_FFT {
	border : 1px #000000 solid;
	font-size : 10px;
	border-collapse: collapse;
	border-spacing : 4px;
	empty-cells : hide;
	width : auto;
}

table#list_FFT td {
	border : none;
}

fieldset {
	page-break-inside: avoid;
}

#FFT_Entete {
	page-break-inside: avoid;
}

#FFT_Entete label {
	border : none;
	width : 100px;
	line-height : 12px;
	height : 12px;
	padding-top : 0px;
	padding-bottom : 0px;
}

#FFT_Entete .info {
	line-height : 12px;
	padding-top : 0px;
	padding-bottom : 0px;
}

input.bouton {
	display : none;
}

input, select, textarea {
	font-size : 10px;
	background : none;
	border : none;
}

input, select {
	line-height : 12px;
	margin-left : -2px;
}

#stats_en_cours_anomalies, 
#stats_en_cours_evolutions, 
#stats_en_cours_toutes {
	page : paysage;
	width : 30%;
}

#legendes {
	display : block;
	width : 100%;
	float : left;
	clear : left;
	padding : 2px 4px 2px 4px;
	font-size : 8px;
	margin-left : 2px;
}

#legendes .abreviation {
	font-weight : bold;
}

#legendes .libelle {
}

.blockSeul * {
	margin : 0px;
}

#Recapitulatif span.displayNone {
	display : block;
}