/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	line-height: 1;
	color: #000000;
	background-color: #FFFFFF;
	width: 980px;
	margin: auto;
	font: 80%/ 1.5 Arial, sans-serif;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

p {
	text-align: justify;
	text-indent: 5px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	padding: 0;
	margin: 0;
}

a,a:link,a:visited,a:active,a:hover {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

#header { /* Le header bien entendu !*/
	margin-bottom: 5px;
	text-align: center;
}

#footer { /* Le bien nommé. */
	text-align: center;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}

#footer span {
	color: #000000;
}

#footer a {
	color: #808080;
}

#content {
	margin-top: 20px;
}

.printOnly {
	display: none;
}

#fauxPopup {
	display: none;
	margin-top: 20px;
}

#flash {
	margin-top: 20px;
	padding-left: 10px;
}

/* L O G I N */
div.form-login {
	margin: 10px;
	padding: 5px;
	border: none;
}

div.form-login {
	align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

div.form-login form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDDDDD 1px solid;
}

div.form-login form legend {
	font-weight: bold;
	color: #666;
}

div.form-login form fieldset div {
	padding: 0.25em 0;
}

div.form-login label,div.form-login span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

div.form-login div.buttonrow {
	margin-left: 180px;
	margin-top: 10px;
}

/* LES MENUS */
.menu {
	width: 100%;
	height: 21px;
	list-style-type: none;
	border: 0;
	position: relative;
	margin: auto;
	top: 0;
	left: 0;
}

.menu li {
	float: left;
}

.menu li a:link,.menu li a:visited {
	display: block;
	height: 1%;
	padding: 4px 8px;
	text-decoration: none;
}

.menu .sousMenu {
	display: none;
	list-style-type: none;
	z-index: 10000 !important;
}

.menu .sousMenu li {
	float: none;
}

.menu .sousMenu li a:link,.menu .sousMenu li a:visited {
	display: block;
	padding-top: 1px;
	text-decoration: none;
}

.menu li:hover>.sousMenu {
	display: block;
	position: fixed;
}

.menu li .sousMenu li {
	opacity: 0.9;
	filter: alpha(opacity = 90);
	text-align: left;
	text-indent: 5px;
}

.menu li:hover .sousMenu li:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

/* BLEU */
.menu li.menuBleu {
	background-color: #D5DDF3;
	border: 1px solid #6699CC;
}

.menu li.menuBleu a:hover,.menu li.menuBleu .sousMenu li a:hover {
	background-color: #8AA9F2;
}

.menu li.menuBleu .sousMenu li {
	background-color: #D5DDF3;
}

.menu li.menuBleu .sousMenu {
	border: 1px solid #6699CC;
	border-top: none;
}

/* ROUGE */
.menu li.menuRouge {
	background-color: #F7B8B6;
	border: 1px solid #F9413B;
}

.menu li.menuRouge a:hover,.menu li.menuRouge:hover .sousMenu li:hover {
	background-color: #F78A86;
}

.menu li.menuRouge .sousMenu li {
	background-color: #F7B8B6;
}

.menu li.menuRouge .sousMenu {
	border: 1px solid #F9413B;
	border-top: none;
}

.menu li.menuJaune {
	background-color: #FFFFCC;
	border: 1px solid #E1D644;
}

.menu li.menuJaune a:hover,.menu li.menuJaune .sousMenu li a:hover {
	background-color: #FAEF57;
}

.menu li.menuJaune .sousMenu li {
	background-color: #FFFFCC;
}

/* Over ride */
.menu li.menuBleu,.menu li.menuRouge,.menu li.menuJaune {
	border-left: none;
	border-right: none;
}

/* Pour asssigner les largeurs des boutons */
.menuAdmin li,.menuAdmin .sousMenu li {
	width: 140px;
}

/* UNE BOITE SIMPLE */
.boite {
	padding: 5px;
	margin: 5px;
}

/* Le titre d'une boite */
.boite h2 {
	text-align: center;
	font-size: 120%;
	display: block;
}

/* Le contenu d'une boite*/
.boite-content,.boite .content {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*   L E S   L I S T E   E N   T A B L E A U X   */
.miniListe {
	color: #000000;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	border-collapse: collapse;
	margin-top: 5px;
}

.miniListe tr {
	background-color: #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	color: #000000;
}

.miniListe tr td,.miniListe tr th {
	margin: 0;
	border: 1px solid #000000;
	border-color: #DDDDDD -moz-use-text-color;
	border-style: solid none;
	border-width: 1px 0;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	color: #000000;
	font-style: normal;
}

.miniListe th {
	background-color: #D5DDF3;
	font-weight: bold;
	white-space: nowrap;
}

.miniListe th.casePastille {
	width: 20px;
	text-align: center;
}

/* Alternance des couleurs naturelle, au survol... */
.ligneImpaire td {
	background-color: inherit;
	color: black;
}

.lignePaire td {
	background-color: #FFFFDD;
	color: black;
}

/* La ligne/case survolée par la souris. */
.ligneSelectionnee td,.caseSelectionnee {
	background-color: #75D294;
}

/* La colonne et la ligne de la case survolée. */
.colonneSelectionnee,.ligneSelectionnee {
	background-color: #DDFBED;
}

/* L E S   T A B L E A U X  S I M P L E S */
table.tableauSimple {
	font-size: 16px;
	border: 3px solid #6495ed;
	border-collapse: collapse;
	margin: auto;
	color: #000000;
}

.tableauSimple thead,.tableauSimple tfoot {
	background-color: #D0E3FA;
	border: 1px solid #6495ed;
}

.tableauSimple tbody {
	background-color: #FFFFFF;
	border: 1px solid #6495ed;
}

.tableauSimple th {
	border: 1px dotted #6495ed;
	padding: 5px;
	text-align: left;
	font-weight: normal;
}

.tableauSimple td {
	font-size: 80%;
	border: 1px solid #6495ed;
	padding: 5px;
	text-align: left;
}

.tableauSimple caption {
	font-family: sans-serif;
}

/* Les petites options, obligatoires et incontournable. */
.aGauche {
	float: left !important;
	position: relative !important;
	margin-left: 1px !important;
	margin-top: 1px !important;
}

.aDroite {
	float: right !important;
	position: relative !important;
	margin-right: 1px !important;
	margin-top: 1px !important;
}

.printOnly { /* Seulement pour l'impression */
	display: none;
}

/* Pour centrer ce qu'il contient*/
.center {
	text-align: center;
}

.center * {
	margin-left: auto;
	margin-right: auto;
}

/* Le curseur de la souris deviendra un pointeur */
.pointer {
	cursor: pointer;
}

/* Boutons A et BUTTON */
a.bouton-ui,button.bouton-ui,input.bouton-ui {
	margin: 0 7px 0 0;
	font-size: 100%;
	line-height: 100%;
	text-decoration: none;
	cursor: pointer; #
	padding: 5px 10px 6px 7px; /* Links */
	padding: 2px 10px 3px 7px; /* Links */
}

button.bouton-ui,input.bouton-ui {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

button[type].bouton-ui,input.bouton-ui { #
	padding: 5px 10px 5px 7px; /* Firefox */
	padding: 2px 10px 3px 7px; /* Firefox */
	line-height: 14px; /* Safari */
}

*:first-child+html button[type].bouton-ui,*:first-child+html input.bouton-ui
	{ #
	padding: 4px 10px 3px 7px; /* IE7 */
	padding: 2px 10px 3px 7px; /* IE7 */
}

button.bouton-ui img,a.bouton-ui img,input.bouton-ui img {
	margin: 0 3px -3px 3px !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

#tableauTendanceMots, #tableauTendanceStats {
	margin-top: 5px;
}

/* L A   L I G N E   D U   P A G I N E U R */
table.tableauLigneNavigation { // Le tableau contenant 3 cellules :une avec le SELECT pour choisir le nombre d'ITEM par page, celle du milieu avec le PAGINEUR, et la derniere qui dit Affichage de 1-5 sur 16.
	border :none !important;
	width: 100%;
}

table.tableauLigneNavigation td.caseSelectNbParPage {
	border: none;
	width: 40%;
}

table.tableauLigneNavigation td.casePager {
	border: none;
	width: 40%;
}

table.tableauLigneNavigation td.casePager ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

table.tableauLigneNavigation td.casePager li {
	margin-left: 2px;
	float: left; /*pour IE*/
}

table.tableauLigneNavigation td.casePager ul button {
	margin: 0;
	padding: 1px;
	height: 25px;
	width: 25px;
}

table.tableauLigneNavigation td.caseNbResultats {
	border: none;
}

.spanNbRes {
	padding: 1px 5px 1px 5px;
	float: right !important;
	position: relative !important;
	margin-right: 1px !important;
	margin-top: 1px !important;
}

//
Consultation / Tendance 

.tableauTendance {
	width: 100%;
}

.tableauTendance th {
	text-align: left;
	font-size: 1.1em;
}

.tableauTendance tr.header th {
	text-align: center;
}

.evolutionStats,.evolutionPosition {
	color: orange;
	font-size: smaller;
}

/* GENERATION D'UN RAPPORT */
	/* L ' E C R A N   D E   G E N E R A T I O N   D ' U N   R A P P O R T*/
#generationRapport { /* Le cadre */
	text-align: center;
	width: 95%;
	min-width: 600px;
	margin: auto;
}

#generationRapport p {
	text-align: center;
}

ul#listeMoteur { /* Liste des moteurs du rapport en cours.  */
	list-style: none;
	text-align: left;
	margin: auto;
	width: 300px;
}

.boutonVoirRapport {
	/* Le bouton qui apparait à la fin de la génération */
	display: none;
	text-align: center;
	margin: auto;
}

.boutonQuitter { /* IDEM */
	display: none;
	text-align: center;
	margin: auto;
}

button .boutonAction { /* Les boutons */
	
}

#spam {
	/* Visible quand on pense que le moteur pense qu'on le spamme. */
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#alerteFatale {
	/* Alerte fatale qui mets fin à la génération du rapport */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 90%;
	height: auto;
	background-color: #000000;
	color: #CC0000;
	font-size: 20px;
	border: 2px inset #DDDDDD;
	text-align: center;
	display: none;
}

#alerteFatale a,#alerteFatale a:hover,#alerteFatale a:visited {
	color: #FF0000;
}

#enCours { /* Le petit cadre avec les 2 dernières trouvailles*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 90%;
	height: 60px;
	border: 2px outset #DDDDDD;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}

#progressionRapport {
	/* Le cadre noir, où défilent les infos de génération. */
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
	background-color: #000000;
	color: #FFFFFF;
	border: 2px inset #DDDDDD;
	overflow: auto;
	display: none;
	color: #DDDDDD;
	text-align: left;
	padding-left: 5px;
}

#progressionRapport a,#progressionRapport a:hover,#progressionRapport a:visited
	{ /* Les liens de dedans. */
	color: #00FF00;
}

.boutonConsole {
	text-align: center;
	padding: 10px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #DDDDDD;
}

.barreDeProgression { /* Les barres de progression */
	width: 80%;
	margin: auto;
}

.boutonConsole { /* Le bouton afficher/masquer console*/
	text-align: center;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 75%;
	min-width: 150px;
	max-width: 400px;
}

/* Les couleurs dans le cadre. */
.texteRouge {
	color: #ff0000;
}

.texteOrange {
	color: #FF6600;
}

.texteVert {
	color: #33FF00;
}

.texteBlanc {
	color: #FFFFFF;
}

.texteBleu {
	color: #0099FF;
}

.texteBleuClair {
	color: #99FFFF;
}

/* TABLEAU DES TENDANCES */
.titreTableauTendance { /* Le titre visible de la synthèse */
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	text-align: center;
}

.titreRapport {
	min-width: 100px;
	max-width: 200px;
}

.tableauTendance span {
	text-align: center;
}

.tableauTendance span .positionActuelle,.tableauTendance span .position
	{ /* La case de la position la plus récente  */
	font-weight: bold;
}

.tableauTendance span .positionPrecedante { /* La case de la position la moins récente */
	font-size: 80%;
}

.tableauTendance span .evolutionPosition { /* La case où on voit l'évolution entre les 2 rapports */
	font-weight: normal;
}

table.tableauTendance,table.positionsSimple,table.statsSimple {
	font-size: 12px;
	border: 1px dotted #C0C0C0;
	border-collapse: collapse;
	margin: auto;
	color: #000000;
}

table.positionsSimple,table.statsSimple {
	max-width: 600px;
	width: 100%;
}

table.tableauTendance {
	width: 100%;
}

.tableauTendance thead,.tableauTendance tfoot,.statsSimple tfoot {
	background-color: #D0E3FA;
	border: 1px dotted #C0C0C0;
}

.tableauTendance tbody,.positionsSimple tbody,.statsSimple tbody {
	background-color: #FFFFFF;
	border: 1px dotted #C0C0C0;
}

.tableauTendance th,.positionsSimple th,.statsSimple th {
	border: 1px dotted #C0C0C0;
	padding: 2px;
	text-align: left;
	font-weight: normal;
}

.tableauTendance td,.positionsSimple td,.statsSimple td {
	font-size: 80%;
	border: 1px dotted #C0C0C0;
	padding: 2px;
	text-align: left;
}

.tableauTendance caption,.positionsSimple caption,.statsSimple caption {
	font-family: sans-serif;
}

.tableauTendance td.positionNonCherchee {
	background-color: #FFFF99;
}

/* Form styles */
form.formulaire {
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
	border: #EEE 1px solid;
}

.formulaire p.legend {
	margin-bottom: 1em;
}

.formulaire p.legend em {
	color: #C00;
	font-style: normal;
}

.formulaire div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}

.formulaire div.errors p {
	margin: 0;
}

.formulaire div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

form.formulaire .colonne {
	width: 48%;
	float: left;
	padding: 5px;
}

form.formulaire p {
	margin: 0;
}

form.formulaire p.note {
	margin-left: 170px;
	font-size: 90%;
	color: #333;
}

form.formulaire p.note.globale {
	margin: 5px 0 5px 0;
	padding: 1px;
	text-align: left;
}

form.formulaire fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}

form.formulaire legend {
	font-weight: bold;
	color: #666;
}

form.formulaire fieldset div {
	padding: 0.25em 0;
}

form.formulaire label,form.formulaire span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}

form.formulaire label.error,form.formulaire span.error {
	color: #C00;
}

form.formulaire label em,form.formulaire span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}

form.formulaire input.error {
	border-color: #C00;
	background-color: #FEF;
}

form.formulaire input:focus,form.formulaire input.error:focus,form.formulaire textarea:focus
	{
	background-color: #FFC;
	border-color: #FC6;
}

form.formulaire div.controlset label,form.formulaire div.controlset input
	{
	display: inline;
	float: none;
}

form.formulaire div.controlset div {
	margin-left: 170px;
}

form.formulaire div.buttonrow {
	margin-left: 180px;
}

form.formulaire div.buttonrow.double {
	margin: 0;
	text-align: center;
	clear: both;
}

form.formLogin {
	width: 500px;
	text-align: left;
	margin: 10px auto auto auto;
}

a.bouton-inscription {
	width: 600px;
	font-size: 2em;
	padding: 5px 20px;
}

a.bouton-password {
	color: blue !important;
	float: right;
	font-size: 0.8em;
	clear: both;
}

.listeItems {
	height: auto;
}

.listeItems li {
	border: none;
	padding: 2px;
	margin: 2px;
	width: 200px;
	float: left;
}

.listeItems li img {
	border: none;
}

br.spacer {
	clear: both;
}

.pageAide {
	min-width: 400px;
	margin: auto;
	width: 98%;
}

.pageAide h3 {
	min-width: 400px;
	margin: 10px auto;
	padding: 1px;
}

.pageAide .paragraphe {
	margin: 5px;
	padding: 5px;
	text-indent: 5px;
}

.paragraphe h5 {
	margin: 5px 5px 5px 10px;
	text-decoration: underline;
	font-size: 1.1em;
}

.tabNav {
	min-width: 500px;
	max-width: 95%;
	margin: auto;
	border-collapse: collapse;
}

.tabNav th,.tabNav td {
	text-align: center;
	border: 1px dotted gray;
}

th.left {
	text-align: left;
}

/* Aide */
.instructionsNavigateur {
	text-align: center;
	margin: 20px auto auto auto;
}

.instructionsNavigateur img {
	border: none;
}

.instructionsNavigateur ul {
	list-style-type: none;
	text-align: left;
	padding-left: 10px;
	margin: auto;
}

.instructionsNavigateur ul li {
	border: none;
	padding: 5px;
	margin-left: 10 px auto 10px auto;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px solid gray;
}

.instructionsNavigateur li img {
	margin-top: 10px auto 0 auto;
}

.instructionsNavigateur,#choixNavigateur {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.invisible {
	display: none;
}

.listeTexte {
	margin-left: 30px;
	list-style-type: circle;
}

.bouton-reset {
	font-size: 75%;
	color: blue;
	border: none !important;
	background: none !important;
	cursor: pointer;
}

#tableauRevenusAbonnements td,#tableauRevenusAbonnements th {
	text-align: right;
}

#tableauRevenusAbonnements td.somme {
	width: 75px;
}

#menuAssistant {
	width: 200px;
	float: left;
}

#etapesAssistant {
	list-style-type: decimal;
	margin-left: 20px;
}

#etapesAssistant .etapeActuelle {
	font-weight: bold;
	font-style: italic;
}

#resumeEtapesAssistant {
	padding: 5px;
	margin-top: 5px;
}

#contenuAssistant {
	width: auto;
	padding: 0 0 0 5px;
	margin: 0 0 0 200px;
	border-left: 1px dotted black;
}

#navigationAssistant {
	padding:50px auto auto auto;
	text-align: center;
}

a.bouton-navigation-assistant {
	text-align: center;
}

#assistant h3 {
	padding-left: 30px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

#menuAssistant h3 {
	padding: 5px 0 10px 30px;
}
#menuAssistant ul {
	padding-bottom: 30px;
}


.colonneDroite {
	width:45%;
	margin: none;
	float: left;
}
.colonneGauche {
	width:45%;
	margin: none;
	float: right;
}

button.boutonFaireRapport {
	width: 90%;
	padding: 10px;
	margin: auto;
	font-size: 1.2em;
}

.localisation {
	display: block;
	color: red;
}
