body {
	
}

h1 {
	color: orange;
	text-align: center;
}

p {
	font-family: "Times New Roman";
	font-size: 12px;
}

.dataTable, column, outputText {
	font-family: "Times New Roman";
	font-size: 12px;
}

.icon-grille {
	background: transparent url("../img/ico_grille.png") no-repeat top
		!important;
	background-size: 17px 17px;
	background-repeat: no-repeat;
}

.icon-metrique-independante {
	background: transparent url("../img/ico_metrique_independante.png")
		no-repeat top !important;
}

.icon-metrique-elementaire {
	background: transparent url("../img/ico_metrique_elementaire.png")
		no-repeat top !important;
}

.icon-metrique-intermediaire {
	background: transparent url("../img/ico_metrique_intermediaire.png")
		no-repeat top !important;
}

.icon-sequence {
	background: transparent url("../img/ico_sequence.png") no-repeat top
		!important;
}

.icon-ajouter {
	background: transparent url("../img/ajouter.png") no-repeat top
		!important;
	background-position: 17px 17px;
}

.icon-annuler {
	background: transparent url("../img/annuler.png") no-repeat top
		!important;
}

.icon-coller {
	background: transparent url("../img/coller.png") no-repeat top
		!important;
}

.icon-copier {
	background: transparent url("../img/copier.png") no-repeat top
		!important;
}

.icon-couper {
	background: transparent url("../img/couper.png") no-repeat top
		!important;
}

.icon-lancer-traitement {
	background: transparent url("../img/lancer_traitement.png") no-repeat
		top !important;
}

.icon-retour {
	background: transparent url("../img/retour.png") no-repeat top
		!important;
}

.icon-modifier {
	background: transparent url("../img/modifier.png") no-repeat top
		!important;
}

.icon-menu-grilles {
	background: transparent url("../img/menu-metrique.jpg") no-repeat top
		!important;
}

.icon-menu-reports {
	background: transparent url("../img/menu-report.png") no-repeat top
		!important;
}

.login {
	background: transparent url("../img/logo_metrane_2.png");
	background-repeat: no-repeat;
	background-position: 50% -25%;
}

.menuitem-selected{
	color: orange;
}

.sequence-rupture {
	background: #99e8e6;
	//color: blue;
	font-weight: bold;
}

#titreLayout {
	display: none;
	}
	
	body {
	background: blue;
	}

