@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #666;
    background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	font-size: x-small;
	color: #999;
}
a:link {
	font-size: x-small;
	color: #666;
	text-decoration: none;
}
a:visited {
	font-size: x-small;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-size: x-small;
	color: #0CF;
	text-decoration: underline;
}
a:active {
	font-size: x-small;
	color: #666;
	text-decoration: none;
}

.titre {
	font-size: small;
}
.paire {
	font-size: small;
	background-color:#EEE;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.inpaire {
	font-size: small;
	background-color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.titres {
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: underline;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.menu_paire {
	font-size: small;
	background-color: #EAEAEA;
}
.menu_impaire {
	font-size: small;
	background-color: #D6D6D6;
}
.version {
	font-size: small;
}
.titre_topproduit {
	background-color: #F6D04F;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.titre_affluence {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color: #55A0FD;
	font-family: Arial, Helvetica, sans-serif;
}
.titre_resultatentreprise {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color: #7AB675;
}
.titre_facturation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	background-color: #EFB020;
	text-decoration: underline;
}
.titre_index {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	background-color: #FFFFFF;
	font-size: small;
}
.titre_statistiques {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color: #FE5E5B;
	font-family: Arial, Helvetica, sans-serif;
}
.titre_tabfacture {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	background-color: #EFB020;
	text-align: center;
}
.lignepaire_facture {
	background-color: #FCEFD1;
}
.ligneimpaire_facture {
	background-color: #FAE3AF;
}
.titre_consultation {
	background-color: #B3CCEA;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: underline;
}
.titre_tabconsultation {
	font-weight: bold;
	color: #FFF;
	background-color: #888;
}
.table_detail {
	width:100%;
}
.lignepaire_consultation {
	background-color: #EEE;
	font-size: x-small;
}
.ligneimpaire_consultation {
	background-color: #FFF;
	font-size: x-small;
}
.ligneencours_consultation {
	color:#FFF;
	background-color: #451298;
	font-size: x-small;
}
.lignetotalglobal_consultation {
	background-color: #C09;
	color:#FFF;
	font-weight:bold;
	font-size: x-small;
}
.menu_flottant {
	position:fixed;
	width: 32%;
	overflow:scroll;
	z-index: auto;
	height:600px;
}
.image_objet {
	cursor:pointer;
}
.titre_tabstatistiques {
	color: #666;
	background-color: #FFBBB9;
}
