.bold {
	font-weight: bold;
}
.even {
	width: 100%;
	border: 1px solid white;
	background-color: #dfdfdf;
}
.odd {
	width: 100%;
	background-color: #EFEFEF;
	border: 1px solid white;
}

.evenDivision {
	width: 100%;
	border: 1px solid white;
	background-color: #FCED96;
}
.oddDivision {
	width: 100%;
	background-color: #FDF5C8;
	border: 1px solid white;
}

.section9 {
	width: 100%;
	background-color: #bfbfbf;
	border: 1px solid white;
}
.section9NonPubliee {
	width: 100%;
	background-color: #bfbfbf;
	border: 1px solid white;
}
.zoneEquivalences {
	width: 100%;
	background-color: #ffcc99;
	border: 1px solid white;
}

.active {
	color: black;
}
.inactive {
	color: red;
}
.proprio {
	color: #085996;
}
.summaryTitle {
	color: #085996;
	text-decoration:underline;
}
table.summaryTable td {
	padding-left: 4px;
	padding-right: 4px;
}

.verbalDivision {
	background-color: #C7E6C7;
}

.figurativeDivision {
	background-color: #7AB27A;
}

.fontSmaller {
	font-size: 0.95em;
}

.fieldRight {
	text-align: right; 
	padding: 0px 4px 0px 4px;
}
.fieldLeft {
	text-align: left;
	padding: 0px 4px 0px 4px;
}
.fieldCenter {
	text-align: center;
	padding: 0px 4px 0px 4px;
}
.fieldCenterSansPadding {
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.fieldLeftScript {
	text-align: left;
	padding: 0px 4px 0px 4px;
	font-family: Kaufmann BT;
}

.smallImage {
	width:72;
}

.curseurParDefaut {
	cursor: pointer;
}

A.nextPage:link {color: red; text-decoration:underline;}
A.nextPage:active {color: red; text-decoration:underline; }
A.nextPage:visited {color: red; text-decoration:underline;}
A.nextPage:hover {color: #ed6d1a; text-decoration:underline;}


/* titres */

TABLE.viewDumpMenu {
	background-color:white;
	font-family:verdana, sans-serif;
	font-size:10pt;
	height: 16px;
}

TABLE.viewDumpMenuReport {
	background-color:white;
	font-family:verdana, sans-serif;
	font-size:8pt;
}

TABLE.viewDumpMenuReport button {
	font-family:verdana, sans-serif;
	font-size:8pt;
	vertical-align: middle;
}

TABLE.viewDumpMenuReport input {
	font-family:verdana, sans-serif;
	font-size:8pt;
	vertical-align: middle;
}

TABLE.viewDumpTitle {
	background-color: #085996;
	color: #ffffff;
	border-collapse: collapse; 
	width: 100%;
	font-family:verdana, sans-serif;
	font-size:8pt;
	font-weight:bold;
}

TR.viewDumpTitle {
	height: 24px;
}

TD.viewDumpTitle {
	border: 1px solid #ffffff; 
	padding: 2px 2px; 
	text-align: center; 
}

/* tableaux de résulats */

.tableauResultatsPicto {
	border: 1px solid #dfdfdf;	
}

TABLE.tableauResultats {
	border-collapse: collapse;
	font-size: 12pt;	
}

TABLE.tableauResultats, TABLE.tableauResultatsPicto TD.groupeLignes {
	background-color: #CBDEF6;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}

TABLE.sousTableauResultat {
	font-family:verdana, sans-serif;
	font-size: 8pt;	
	border-collapse: collapse;	
	border: 1x solid white;		// espace entre les lignes	
}

TABLE.sousTableauResultatAvecDrag {
	font-family:verdana, sans-serif;
	font-size: 8pt;	
	cursor: move;
	border-collapse: collapse;	
	border: 1x solid white;		// espace entre les lignes	
}

TD.sousTableauResultat {
	padding: 0px;		// tres important sinon la couleur de fond du TR parent depasse les bordures
}

TR.paire {
	font-size: 8pt;
	background-color: #dfdfdf;
}

TR.impaire {
	font-size: 8pt;
	background-color: #EFEFEF;	
}

TR.bleue {
	font-size: 8pt;
	background-color: #C6D9EC;
}

TR.resultatSelectionne {
	background-color: #DFEAF4;
}

TR.resultatDragStart {
	background-color: #C6D9EC;
}

TR.resultatDragOver {
	background-color: #FFFFFF;
}

TD.important {
	background-color: #FFA8A8;
}
SPAN.important {
	background-color: #FFA8A8;
}

INPUT.checkBoxInclude {
	cursor: default;
}

.texteFlottant {
	font-family:verdana, sans-serif;
	font-size: 8pt;	
	background-color: white;
	padding: 2px 4px 2px 4px;
	border: 1x solid black;
	border-collapse: collapse;
    position: absolute;
	vsibility: hidden;
    overflow: auto;
}
.texteFlottantBleu {
	font-family:verdana, sans-serif;
	font-size: 8pt;	
	color: #085896;
	background-color: white;
	padding: 2px 4px 2px 4px;
	border: 1x solid black;
	border-collapse: collapse;
    position: absolute;
	vsibility: hidden;
    overflow: auto;
}
.longTexteDetail {
	font-family:verdana, sans-serif;
	font-size: 9pt;	
}

/* filtres pour opinion */
em {
	background-color: #CBDEF6;
	font-style: normal;
	font-weight: inherit;
	padding: 1px;
}
dfn {
	background-color: #ffcc99;
	font-style: normal;
	font-weight: inherit;
	padding: 1px;
}
var {
	background-color: #C7E6C7;
	font-style: normal;
	font-weight: inherit;
	text-decoration: inherit;
	padding: 1px;
}

/* tooltip seulement CSS */

a.tooltip { 
	position: relative;  
}
a.tooltip:link {color: #000000}
a.tooltip:active {color: #000000}
a.tooltip:visited {color: #000000}
a.tooltip:hover {color: #000000}
a.tooltip span {
	display: none;
}
a.tooltip:hover {
	border: 0;
	position: relative; 
	z-index: 500;
	text-decoration:none;
}
a.tooltip:hover span {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: #fff;
	border: 1px solid bbb;
	padding: 2px 4px 2px 4px;
}
a.tooltip:hover span.dessous {
	position: absolute;
	top: 20px;
	left: 0px;
	display: block;
	background: #fff;
	border: 1px solid bbb;
	padding: 2px 4px 2px 4px;
}