/* Import des styles propres aux composants */
@import url("composants.css");

@import url("richfaces.css");

/* Styles génériques de l'application */
html,body {
	padding: 0;
	margin: 0;
	font-family: arial, sans-sherif;
	font-size: 14px;
	color: #000000;
	background-color: #eaf0f0;
	width: 100%;
	height: 100%;
}

#main_table {
	width: 100%;
}

.libelle-produit {
	font-weight: bold;
	font-size: 16px;
}

.message-login {
	font-weight: bold;
	font-size: 20px;
}

.message-erreur {
	font-weight: bold;
	font-size: 20px;
	color: #cc3300;
}

.output-link-souligne {
	color: #0000CC;
}

.output-link {
	color: #000000;
	text-decoration: none;
}

.normal {
	font-size: 15px;
	font-weight: normal !important;
}

.bold {
	font-weight: bold;
}

.output-text {
	font-size: 12px;
	color: #000000;
}

.header {
	white-space: nowrap;
	font-size: 14px;
}

.header2 {
	white-space: nowrap;
	font-size: 16px;
}

/* Alignements */
.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-left {
	float: left !important;
}

.align-right {
	float: right !important;
}

.align-center {
	text-align: center !important;
}

.font-15 {
	font-size: 15px; /*pour IE6*/
}

/* Styles spécifiques au bandeau superieur */
.bandeau {
	background: url("../img/bandeau_bg.png");
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ffffff;
	font-size: 12px;
}

.bandeau-panel-left {
	padding-left: 10px;
}

.bandeau-panel-right {
	padding-right: 10px;
}

.bandeau-titre {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

.bandeau-titre-fabricant {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}

.bandeau-admin {
	font-size: 32px;
	font-style: italic;
	color: #ffffff;
}

.bandeau-texte {
	color: #ffffff;
}

/* Styles spécifiques au bandeau de navigation */
.navigation {
	background: url("../img/navigation_bg.png");
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}

/* Styles spécifiques à la zone de page */
.main {
	vertical-align: top;
	background-color: #eaf0f0;
}

.ajax-panel {
	vertical-align: top;
	margin-top: 28px;
}

/* Styles des messages d'alerte */
.msg-fatal,.msg-erreur {
	margin-left: 10px;
	color: #cc3300;
}

.msg-avertissement {
	margin-left: 10px;
	color: #ffcc00;
}

.msg-info {
	margin-left: 10px;
	color: #000000;
}

.etape {
	font-size: 13px;
}

.etape-courante {
	color: #0000FF;
	font-weight: bold;
}

.msg-commercial {
	font-size: 14px;
}
.tableEntete {
	border: 1;
	background: white;
	color: black;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.tableDonnees{
	border: 1;
	background: white;
	color: black;
	font-size: 10px;
	text-align: left;
}
