body.titre {
	font-family: arial;
	font-size: 11px;
	color: White;
	background-color: #6071A0;
}
body.bandeau {
	font-family: arial;
	font-size: 11px;
	background-color: #7D99C1;
}
body.navigation {
	font-family: arial;
	font-size: 11px;
	background-color: #B8BFD4;
}


font.litleToolbar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: black;
}

body {
	font-family:arial;
	font-size:11px;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#DDE2E7;
   scrollbar-base-color:#FFFFFF;
   scrollbar-darkshadow-color:#FFFFFF;
   scrollbar-face-color:#7D99C1;
   scrollbar-highlight-color:#DDE2E7;
   scrollbar-shadow-color:#DDE2E7;
   scrollbar-track-color:#FFFFFF;	
}
body.panneau {
	background-color: #CCDAEE;
}
table {
	font-family:arial;
	font-size:11px;	
}
tr.lignepaire{
	background: #E1F0FF;
}
tr.ligneimpaire{
	background: #D9FFFF;
}

tr.lignepairerevisee{
	background: #BDBDD6;
}
tr.ligneimpairerevisee{
	background: #DDE2E7;
}

td.titre {
	font-family: arial;
	font-size: 11px;
	background-color: #6071A0;
}
td.bandeau {
	font-family: arial;
	font-size: 11px;
	background-color: #7D99C1;
}
td.navigation {
	font-family: arial;
	font-size: 11px;
	background-color: #B8BFD4;
}

td.titre4 {
	background-color: #9CA6C4;
}
input.flatText {
	border: 1px solid #A4ABC1;
	background-color: #DDE0F0;
	font-family: arial;
	font-size: 11px
}

input.searchStyle{
	width: 99%;
	border: 1px solid #A4ABC1;
	background-color: #DDE0F0;
	font-family: arial;
	font-size: 11px;
}

input.flatButton {
	border: 1px solid #A4ABC1;
	border-left: 2px solid #A4ABC1;
	border-top: 2px solid #A4ABC1;	
	font-family: arial;
	font-size: 11px;
	background-color: #DDE0F0;
}

input.flatButton:active {
	transform: translateY(2px);
}

textarea.flatAreaPopUpSize {
	border: 1px solid #A4ABC1;
	font-family: arial;
	font-size: 11px;
	background-color: #DDE0F0;
	width: 520px;
}

textarea.flatArea {
	border: 1px solid #A4ABC1;
	font-family: arial;
	font-size: 11px;
	background-color: #DDE0F0;	
}

select.flatList {
	border: 1px solid #A4ABC1;
	font-family: arial;
	font-size: 11px;
	background-color: #DDE0F0;	
}

a, a:active, a:focus, a:link, a:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #576281;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #7D99C1;
	text-decoration: none;
	font-weight: bold;
}

table.panneau {
	background-color: #CCDAEE;
	border-style: solid;
	border-width: 1px;
	border-color: #7D99C1;	
}
td.titreTableau {
	font-weight: bold;
	color: White;
	background-color: #7D99C1;
}
td.titreTableauBlack {
	font-weight: bold;
	color: Black;
	background-color: #7D99C1;
}

td.alterne {
	background-color: #E8E8E8;
}
div.divList {
	overflow: scroll;
	height: 100%;
	width: 100%;
}
td.selected {
	border-bottom: none;
	border-color: Black Black Black;
	border-bottom-style: none;
	border-top: 1px solid #6071A0;
	border-left: 1px solid #6071A0;
	border-right: 1px solid #6071A0;
	color: Black;
}
td.unselected {

	border-top: 1px solid #6071A0;
	border-bottom: 1px solid #6071A0;
	border-left: 1px solid #6071A0;
	border-right: 1px solid #6071A0;
	color: #A9A9A9;
}

td.complete {

	border-top: none;
	border-bottom: 1px solid #6071A0;
	border-left: none;
	border-right: none;
}

input.centered {
	vertical-align: top;
	margin-bottom: 0px;
	margin: 0px;
}

td.node-line {
	margin: 0px;
	height: 16px;
}

table.no-margin {
	margin: 0px;
}

div.linksref {
	background-color: White;
	border: solid;
	border-width: 1px;
	border-color: #7B68EE;
	width: auto; 
}

a.sort, a.sort:active, a.sort:focus, a.sort:link, a.sort:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a.sort:hover {
	font-family:Arial;
	font-size:11px;
	color: white;
	text-decoration: none;
	font-weight: bold;	
}

a.toolbar, a.toolbar:active, a.toolbar:focus, a.toolbar:link, a.toolbar:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #576281;
	text-decoration: none;
}

span.conf, div.conf {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-overflow: ellipsis;
	max-width: 140px;
	min-width: 140px;
	width: 140px;
	display: inline-block;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	white-space: nowrap !important;
	word-wrap: normal !important;
	cursor: pointer;
}

a.litleToolbar, a.litleToolbar:active, a.litleToolbar:focus, a.litleToolbar:link, a.litleToolbar:visited {
	font-family: Arial;
	font-size: 8px;
	font-weight: bold;
	color: #576281;
	text-decoration: none;
}

a.toolbar:hover {
	font-family: Arial;
	font-size: 11px;
	color: #0C0C1A !important;
	text-decoration: none;
	font-weight: bold !important;
}
.about{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #504f82;
	text-decoration: none;
}

UL {
	list-style-image: url(../../images/puce.gif);
	margin-left: 22;
	margin-top: 0;
}

.tableauUsers {
	width:80%;
	height: 100%;
}
