/* Couleurs
bleu foncé : #0925A3
bleu moyen (bande) : #7D94FA
bleu clair (fond) : #ABB9F6
bleu fond d'écran : #EEF0FD
orange : #FB722D

filter: alpha(opacity=50); /* IE */

/*-moz-opacity: 0.5; /* Mozilla */

/*opacity: 0.5; /* CSS3 */

/*-khtml-opacity: .5; /* Safari */
/**/

/***************************************************************************       Général     */
* {
	margin: 0;
	padding: 0;
	}
body {
	font: 0.8em /1.8em verdana, arial, sans-serif;
	color: #000;
	background: #EEF0FD url(../images/fond.jpg) top left repeat-x;
	}
a {
	color: #C00;
	text-decoration: none;
	}
a:hover {
	text-decoration: none;
	}
img {
	border-style: none;
	}
.txtcentre { text-align: center; }
.txtdroite { text-align: right; }
.hidden { display: none; }
.clear { clear: both; }
hr { margin: 10px 0; }
.floatright { float: right; }
.floatleft { float: left; }
.nofloat { float: none; }
.bloccentre { margin-left: auto; margin-right: auto; }
.notabene {
  margin-top: 20px;
  margin-bottom: 20px;
  font: 0.8em Arial, sans-serif;
  color: #606060;
  }
p.erreur {
  color: #C00;
  font-size: 1.5em;
  text-align: center;
  padding: 10px 0;
  margin: 35px;
  border: 1px dotted #C00;
  }
pre {
  font: 1em/1.8em arial, sans-serif;
  }
tr.impair {
  background-color: #DADFFE;
  }

/****************************************************************************    Mise en Page   */
#page {
  padding: 0;
  margin: 0;
  }
#header {
	background: transparent url() top left no-repeat;
	height: 155px;
	margin-bottom: 30px;
	}
#header span {
  font-weight: bold;
  font-size: 3em;
	display: none;
	}
#header-droite {
	float: right;
	padding: 56px 115px 0 0;
	height: 99px;  /* hauteur = height + padding-top = 155 */
	width: 200px;
	text-align: right;
	background: transparent url(../images/caisse.jpg) top right no-repeat;
	margin-right: 10px;
	}
#header-droite a.flag {
  margin-right: 5px;
	}
#contenupage {
  clear: both;
  width: 750px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
/*  border: 1px dotted black;*/
	}
#pied {
	padding: 25px 10px 15px 10px;
	margin: 0 34px 30px 34px;
	border-bottom: 1px solid #A0A0A0;
	}
h1 {
	text-align: center;
	margin: 10px 0 10px;
	font-size: 1.5em;
	}
h1 span {
	font: small-caps 1.3em Arial, sans-serif;
	color: #0925A3;
	border: 2px solid #ABB9F6;
	border-width: 2px 0;
	padding: 0 10px;
	}
h2 {
	font: bold 1.4em Arial, sans-serif;
	margin: 10px 0;
	text-align: center;
	}
h3 {
  font-size: 1.5em;
  margin-bottom: 25px;
  border-bottom: 1px dotted #FB722D;
  }
h4 {
  font-size: 1.5em;
  }
/****************************************************************************       Menu       */
#menu, #menu ul  { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
  }
#menu  { 
	text-align: right;
	float: right;
	border-bottom: 0px solid #0925A3;
	position: absolute;
	right: 20px;
	top: 145px;
  }
#menu li { /* tous les items de liste */
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	border-right: 1px solid #000;
	position: relative;
  }
#menu li.last, #menu li.forum {
	border-right-width: 0;
	}
#menu li.forum a {
	color: #fff;
	background-color: #000;
	}
#menu li ul { /* listes de deuxième niveau */
	position: absolute;
	left: -999em; /* on met left plutôt que display pour cacher les menus parce que display: none n'est pas lu par les lecteurs d'écran */
  }
#menu li ul li { /* tous les items de liste */
	border-right: 1px dotted #888;
  }
#menu a {
	display: block;
	background-color: #d5dbfc;  /* Il faut une couleur de fond, sinon IE perd le hover en dehors du texte lui-même */
	color: #000;
	padding: 2px 10px;
	}
#menu a.actif {
	color: #FB722D;
	}
#menu a:hover {
	color: #FB722D;
  }
#menu li:hover ul, #menu li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: 0;
  width: 600px;
  }
#menu li:hover ul a, #menu li.sfhover ul a { /* listes imbriquées sous les items de listes survolés */
	padding: 6px 10px;
	background-color: #dae0fd;  /* Il faut une couleur de fond, sinon IE perd le hover en dehors du texte lui-même */
  }
/*===========================  Sous-menus fr */
#menu li:hover #menu-file-fr, #menu li.sfhover #menu-file-fr {
  left: -60px;
	}
#menu li:hover #menu-docs-fr, #menu li.sfhover #menu-docs-fr {
  left: -20px;
	}
#menu li:hover #menu-tech-fr, #menu li.sfhover #menu-tech-fr {
  left: -135px;
	}
/*===========================  Sous-menus en */
#menu li:hover #menu-file-en, #menu li.sfhover #menu-file-en {
  left: -85px;
	}
#menu li:hover #menu-docs-en, #menu li.sfhover #menu-docs-en {
  left: -20px;
	}
#menu li:hover #menu-tech-en, #menu li.sfhover #menu-tech-en {
  left: -110px;
	}
/*===========================  Sous-menus ru */
#menu li:hover #menu-file-ru, #menu li.sfhover #menu-file-ru {
  left: -60px;
	}
#menu li:hover #menu-docs-ru, #menu li.sfhover #menu-docs-ru {
  left: -20px;
	}
#menu li:hover #menu-tech-ru, #menu li.sfhover #menu-tech-ru {
  left: -140px;
	}
/*===========================  Utilisateur  */
#utilisateur {
  text-align: right;
  font-weight: bold;
  font-size: 0.9em;
  position: absolute;
  right: 130px;
  top: 0px;
	}
#utilisateur a.nom {
  color: #000;
  }
#utilisateur a.nom:hover {
  color: #0925A3;
  text-decoration: underline;
  }
#utilisateur a.out:hover {
  text-decoration: underline;
  }
/***************************************************************************  Erreur            */
.MsgErreur {
	font: 1.5em Arial, Verdana, sans-serif;
	margin: 40px 0;
	text-align: center;
	background-color: inherit;
	color: #000;
	}
.MsgAlerte {
	border: 1px dotted red;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px;
  text-align: center;
  font: 0.9em Arial, sans-serif;
  color: red;
  }
/***************************************************************************     Formulaires   */
input, select, textarea { 
	font: 1em Arial, Verdana, Helvetica, Sans-Serif; 
	border: 1px solid black;
	padding-left: 0.1em;
	margin: 0.1em 0;
	background-color: #FBEDC6;
	}
/* Boutons */
input.bouton { 
	width: auto;
	background: transparent url(../images/bouton.gif) no-repeat left top;
	padding: 3px 10px 1px 20px;
	color: #01516d; 
	font: bold 0.85em/1em Arial, Verdana, Geneva, sans-serif;
	border-width: 0;
	border-right: 1px solid #CCD5D5;
	cursor: pointer; 
	}
/* Parcourir */
input.file { 
	width: auto;
	}
/* Select */
input, select { 
	width: 10em;
	}
select optgroup {
  font-style: normal;
  color: #600;
  }
select optgroup option {
	padding-left: 20px;
  color: #000;
	}
/* Suppression des effets sur les checkbox */
input.chkbox, input.radio { 
	border-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	width: auto;
	vertical-align: text-bottom;
	background-color: transparent;
	}
span.ChkRadio  { 
	color: #000;
	font: bold 0.85em/0.5em Arial, Helvetica, Geneva, Sans-Serif; 
	margin: -5px 0 0 5px;
	}
fieldset {
	padding: 5px 15px 15px 15px;
  margin: 20px 0;
  border: 1px solid #F4D480;
	}
fieldset legend {
	color: #800000;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 0.5em;
	}
label  { 
	color: #000; 
	font: bold 0.85em Arial, Helvetica, Geneva, Sans-Serif; 
	text-decoration: none; 
	padding-right: 1em;
	margin-top: 6px;
	width: 10em;
	text-align: left;
	}
label.lblcentre {
	width: 170px;
	text-align: right;
	}
label.lbldroit {
	text-align: right;
	}
.disabled {
  background-color: #C0C0C0;
  }
.enabled {
  background-color: #FFF;
  }
.wAuto { width: auto; }
.w10 { width: 10px; }
.w20 { width: 20px; }
.w30 { width: 30px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w150 { width: 160px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
/****************************************************************************     Accueil      */
#alarme {
  background-color: #008;
  color: #fff;
  font: bold 1.3em Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  cursor: pointer;
  z-index: 1000;
  }
#alarme #alarmetexte {
  margin: 0 10px 10px;
  padding: 20px 30px;
  border: 2px solid #fff;
  position: relative;
  height: 250px;
  overflow: auto;
  }
#alarme #alarmetexte span {
  display: block;
  text-align: center;
  padding: 10px 0 15px 0;
  margin-bottom: 15px;
  font-size: 1.5em;
  border-bottom: 2px solid #fff;
  }
#alarme #alarmenote {
  display: block;
  font: normal 0.6em Arial, sans-serif;
  text-align: center;
  padding: 5px 0;
  width: 745px;
  }
#blocgauche {
/*  border-right: 1px solid #CCC;*/
  width: 260px;
  float: left;
  }
#blocdroit {
  border-left: 1px solid #CCC;
  width: 470px;
/*  position: absolute;
  top: 15px;
  width: 489px;
  left: 260px;*/
  padding-left: 15px;
  float: right;
  }
.blochome {
  margin-bottom: 20px;
  padding: 0;
  }
.scroller {
  overflow: auto;
  }
.blochome p.erreur {
  border-width: 0;
  }
.blochome h4 {
	color: #0925A3;
  font-variant: small-caps;
  font-size: 0.9em;
  _font-size: 0.8em;
  margin-bottom: 5px;
	background: #FFF url(../images/fleche.gif) 3px 2px no-repeat;
  padding: 1px;
  border: 1px solid #0925A3;
  text-align: center;
  }
.blochome h4.nolien {
	background: #FFF url(../images/rond.gif) 3px 2px no-repeat;
  }
h4 span.lienindex {
  position: relative;
  display: block;
  width: 28px;
  float: left;
  }
h4 span.lienindex a {
  display: block;
  width: 28px;
  height: 23px;
  }
/*===========================  News  */
#blocnews {
  width: 250px;
  }
#blocnews p.texte {
	font: 0.8em/1.5em verdana, arial, sans-serif;
  padding: 0 5px 5px;
  color: #000;
  height: 70px;
  min-height: 70px;
  }
#blocnews a.lienpdf {
  float: left;
  padding: 5px 10px 5px 0;
  }
#blocnews img {
  border: 1px solid #ABB9F6;
  width: 70px;
  }
#blocnews p.erreur {
  margin: 0 10px;
  }
/*===========================  Versions  */
#blocversions {
  width: 250px;
  }
#blocversions p.texte {
  padding: 10px 0 10px 80px;
  font-weight: bold;
	line-height: 1.2em;
	position: relative;
  }
#blocversions p.texte span.warning {
  position: absolute;
  top: 12px;
  right: -5px;
  height: 25px;
  width: 25px;
  background: transparent url(../images/warning-mini.gif) left top no-repeat;
  cursor: pointer;
  }
#blocversions p.leo2, #blocversions p.demo_leo2 {
	background: transparent url(../images/leo2.gif) 10px top no-repeat;
  }
#blocversions p.leo214, #blocversions p.maj_leo214 {
	background: transparent url(../images/leo2.1.gif) 10px top no-repeat;
  }
#blocversions p.instal_leoges {
	background: transparent url(../images/leoges.gif) 10px top no-repeat;
  }
#blocversions em {
  font-size: 0.8em;
  }
#blocversions a {
  color: #0925A3;
  font-variant: small-caps;
  }
#blocversions a:hover {
  color: #FB722D;
  }
/*===========================  Lien Versions  */
#LienVersions {
	font: small-caps bold 1.1em Arial, sans-serif;
  margin: 0 10px 12px 0;
	background-color: #7D94FA;
  padding: 5px;
  border: 1px solid #0925A3;
  text-align: center;
  }
#LienVersions a {
  color: #FFF;
  }
/*===========================  Nouveaux Docs  */
#blocdocs {
  width: 250px;
  }
#blocdocs .scroller {
  padding: 0 10px;
  height: 170px;
  }
#blocdocs p.texte {
  font-weight: bold;
  font-size: 0.9em;
  color: #0925A3;
  line-height: 1.2em;
	padding: 9px 0 9px 40px;
  }
#blocdocs p.doc {
	background: transparent url(../images/doc.gif) left center no-repeat;
  }
#blocdocs p.man {
	background: transparent url(../images/livre.gif) left center no-repeat;
  }
#blocdocs p.ft {
	background: transparent url(../images/technique.gif) left center no-repeat;
  }
#blocdocs p.zip {
	background: transparent url(../images/zip.gif) left center no-repeat;
  }
#blocdocs p.wde {
	background: transparent url(../images/wde.gif) left center no-repeat;
  }
#blocdocs p.pdf {
	background: transparent url(../images/pdf.png) left center no-repeat;
  }
#blocdocs p.mod {
	background: transparent url(../images/engrenage.gif) left center no-repeat;
  }
#blocdocs a {
  color: #0925A3;
  }
#blocdocs a:hover {
  color: #FB722D;
  }
#blocdocs p.texte em {
  font-weight: normal;
  font-size: 0.8em;
  color: #000;
  }
#blocdocs p.erreur {
  margin: 0 10px;
  }
#blocdocs a.new {
  padding-right: 40px;
	background: transparent url(../images/new.gif) right bottom no-repeat;
  }
/*===========================  Formations  */
#blocformations {
  width: 250px;
  height: 120px;
  }
#blocformations .scroller {
  background-color: #EEE;
  border: 1px solid #0925a3;
  height: 95px;
  }
#blocformations p.texte {
  font-weight: bold;
  font-size: 0.9em;
  color: #0925A3;
  line-height: 1.2em;
	padding: 5px;
	border-bottom: 1px dotted #AAA;
  }
#blocformations p.texte em {
  font-weight: normal;
  font-size: 0.8em;
  color: #000;
  float: right;
  }
#blocformations p.texte span {
  font-weight: normal;
  font-size: 0.8em;
  color: #008000;
  }
#blocformations p.texte span.full {
  color: #C00000;
  }
#blocformations p.erreur {
  margin: 3px 10px 0;
  padding: 0;
  }
/*===========================  Annonces  */
#blocannonces {
  width: 470px;
  height: 145px;
  }
#blocannonces .scroller {
  padding: 10px;
  height: 100px;
  background-color: #EEE;
  border: 1px solid #0925a3;
  }
#blocannonces p.date {
  font: 0.8em verdana, arial, sans-serif;
  padding: 2px 0;
  color: #666;
  border-bottom: 1px solid #FB722D;
  }
#blocannonces p.texte {
  font: 0.8em/1.5em verdana, arial, sans-serif;
  padding: 10px 0px;
  margin-bottom: ;
  color: #000;
  }
#blocannonces p.erreur {
  margin: 40px 10px;
  }
/*===========================  Histos  */
#blochisto1, #blochisto2 {
  width: 470px;
  height: 260px;
  }
#blochisto1 div.scroller, #blochisto2 div.scroller {
  padding: 0 10px;
  height: 215px;
  }
#blochisto1 p.erreur, #blochisto2 p.erreur {
  margin: 50px 10px;
  }
/****************************************************************************   Menus icones   */
.menu-icones {
  display: block;
  border-width: 0;
  border-top: 1px solid #000;
  padding: 10px 0 0 0;
  margin-bottom: 30px;
  }
.menu-icones legend {
  color: #000;
  padding: 0 8px 4px 0;
  margin-left: -5px;
  margin-bottom: 10px;
  font-size: 1em;
  }
.menu-icones .blocdl {
  border-bottom: 1px dotted #C1C1C1;
  padding: 0 5px 5px 65px;
	min-height: 55px;
	_height: 55px;
	margin-bottom: 10px;
	position: relative;
  }
.menu-icones .titredl span {
  float: right;
  }
.menu-icones .titredl {
  font-weight: bold;
  }
.menu-icones .infodl {
  font-style: italic;
  font-size: 0.9em;
  }
.menu-icones .infodl span {
  float: right;
  }
.menu-icones a {
  color: #0925A3;
  font-size: 1.2em;
  font-variant: small-caps;
  }
.menu-icones a:hover {
  color: #C00;
  }
.menu-icones .blocdl a.lienhisto {
  display: block;
  position: absolute;
  top: 10px;
  left: 530px;
  height: 25px;
  width: 25px;
  background: transparent url(../images/calendrier.gif) left top no-repeat;
  }
.menu-icones .blocdl div.warning {
  position: absolute;
  top: 3px;
  left: 450px;
  height: 39px;
  width: 39px;
  background: transparent url(../images/warning.gif) left top no-repeat;
  cursor: pointer;
  }
.menu-icones .install {
	background: transparent url(../images/leo.gif) left top no-repeat;
  }
.menu-icones .maj_leo_leo2 {
	background: transparent url(../images/leo-leo2.gif) left top no-repeat;
  }
.menu-icones .demo_leo2 {
	background: transparent url(../images/leo2.gif) left top no-repeat;
  }
.menu-icones .leo214 {
	background: transparent url(../images/leo2.1.gif) left top no-repeat;
  }
.menu-icones .leopocket {
	background: transparent url(../images/leo2pocket.gif) left top no-repeat;
  }
.menu-icones .orderman {
	background: transparent url(../images/orderman.gif) left top no-repeat;
  }
.menu-icones .leo, .menu-icones .leo2, .menu-icones .maj_leo214 {
	background: transparent url(../images/update.gif) left top no-repeat;
  }
.menu-icones .instal_leoges {
	background: transparent url(../images/leoges.gif) left top no-repeat;
  }
.menu-icones .instal_leo_serveur {
	background: transparent url(../images/leo2serveur.gif) left top no-repeat;
  }
.menu-icones .gto {
	background: transparent url(../images/gto.gif) left top no-repeat;
  }
.menu-icones .Tempo {
	background: transparent url(../images/tempo.gif) left top no-repeat;
  }
.menu-icones .LeoTel {
	background: transparent url(../images/leotel.gif) left top no-repeat;
  }
.menu-icones .doseurs {
	background: transparent url(../images/doseur.gif) left top no-repeat;
  }
/***************************************************************************    Orderman    */
#bloc-zip-orderman {
  padding: 0 5px 5px 65px;
	min-height: 55px;
	_height: 55px;
	margin-bottom: 10px;
	position: relative;
	background: transparent url(../images/outils/zip.png) left top no-repeat;
  }
#bloc-zip-orderman span {
  float: right;
  }
#bloc-zip-orderman .titre {
  font-weight: bold;
  }
#bloc-zip-orderman .titre a {
  color: #0925A3;
  font-size: 1.2em;
  font-variant: small-caps;
  }
#bloc-zip-orderman .info {
  font-style: italic;
  font-size: 0.9em;
  }

/***************************************************************************   Utilitaires  */
a.bloctool {
  float: left;
  width: 140px;
  min-height: 50px;
  text-align: center;
  font: normal normal normal 1em verdana, arial, sans-serif;
  display: block;
  padding: 60px 5px 15px;
	background: transparent url(../images/update.gif) center top no-repeat;
	position: relative;
  }
a.bloctool .taille {
  font: italic 0.8em Arial, sans-serif;
  color: #555;
  position: absolute;
  top: 0;
  right: 0;
  }
a.DotNetFramework, a.GraphicLoader {
  background: transparent url(../images/outils/package.png) center top no-repeat;
  }
a.PDFCreator {
  background: transparent url(../images/outils/install.png) center top no-repeat;
  }
a.FlashLogoSetup, a.TMFLOGO, a.TMNetWinConfig {
  background: transparent url(../images/outils/installshield.png) center top no-repeat;
  }
a.AuresTCPIPCFGEthernet, a.AuresTCPIPCFGWiFi {
  background: transparent url(../images/outils/tcpipcfg.png) center top no-repeat;
  }
a.ALZip {
  background: transparent url(../images/outils/alzip.png) center top no-repeat;
  }
a.Powerpointviewer {
  background: transparent url(../images/outils/powerpoint.png) center top no-repeat;
  }
a.Crossloop {
  background: transparent url(../images/outils/crossloop.png) center top no-repeat;
  }
a.ShowMyPC {
  background: transparent url(../images/outils/showmypc.png) center top no-repeat;
  }
a.TeamViewer {
  background: transparent url(../images/outils/teamviewer.png) center top no-repeat;
  }
a.VncServeur {
  background: transparent url(../images/outils/vncserveur.png) center top no-repeat;
  }
a.VncViewer {
  background: transparent url(../images/outils/vncviewer.png) center top no-repeat;
  }
a.FileZilla {
  background: transparent url(../images/outils/filezilla.png) center top no-repeat;
  }
a.BMP2NvPrt {
  background: transparent url(../images/outils/bmp2nvprt.png) center top no-repeat;
  }
a.NVImageTool {
  background: transparent url(../images/outils/nvimage.png) center top no-repeat;
  }
a.CobianBackup {
  background: transparent url(../images/outils/cobianbackup.png) center top no-repeat;
  }
a.EtatsetRequetesV10 {
	background: transparent url(../images/outils/wdetat10.gif) center top no-repeat;
  }
a.EtatsetRequetesV14 {
	background: transparent url(../images/outils/wdetat14.gif) center top no-repeat;
  }
a.Aspycom {
	background: transparent url(../images/outils/aspycom.png) center top no-repeat;
  }
a.WDMapV10, a.WDMapV14 {
	background: transparent url(../images/outils/wdmap10.gif) center top no-repeat;
  }
/* Fichiers génériques */
a.fichier-avi, a.fichier-mpg, a.fichier-mp4 {
	background: transparent url(../images/outils/video.png) center top no-repeat;
  }
a.fichier-ft {
	background: transparent url(../images/outils/technique.gif) center top no-repeat;
  }
a.fichier-pdf {
	background: transparent url(../images/outils/pdf.png) center top no-repeat;
  }
a.fichier-ppt {
  background: transparent url(../images/outils/ppt.png) center top no-repeat;
  }
a.fichier-msi {
  background: transparent url(../images/outils/install.png) center top no-repeat;
  }
a.fichier-exe {
  background: transparent url(../images/outils/installshield.png) center top no-repeat;
  }
a.fichier-txt {
	background: transparent url(../images/outils/texte.png) center top no-repeat;
  }
a.fichier-bly {
	background: transparent url(../images/outils/fichier.gif) center top no-repeat;
  }
a.fichier-xls {
	background: transparent url(../images/outils/xls.png) center top no-repeat;
  }
a.fichier-zip, a.DT105U-Driver {
	background: transparent url(../images/outils/zip.png) center top no-repeat;
  }
/***************************************************************************       News     */
.news {
  text-align: left;
	font: 0.8em/1.5em verdana, arial, sans-serif;
  margin-bottom: 30px;
  }
.news h4 {      /* Titre */
	color: #0925A3;
  font-variant: small-caps;
  font-size: 1.1em;
  _font-size: 1em;
  margin-bottom: 3px;
  background-color: #FFF;
  padding: 5px;
  border: 1px solid #0925A3;
  }
.news h4 span {   /* Date */
  float: right;
  font-size: 0.7em;
  font-style: italic;
  }
.news img {     /* Image */
  border: 2px solid #000;
  width: 120px;
  margin: 5px 15px 0;
  }
.news p {       /* Texte */
  padding: 5px;
  color: #000;
  }
.newsheightmax p {    /* Hauteur sans image */
/*  margin-right: 130px;*/
  min-height: 82px;  /* Gecko */
  _height: 94px;     /* IE */
  }
.newsheightmin p {    /* Hauteur avec image */
/*  margin-right: 130px;*/
  min-height: 67px;  /* Gecko */
  _height: 82px;     /* IE */
  }
.news a {           /* Lien final */
  font: bold 0.8em verdana, arial, sans-serif;
  color: #000;
  text-decoration: none;
  }
.news a:hover {
  text-decoration: underline;
  }
/****************************************************************************    Historique    */
.blochisto {
  margin-bottom: 20px;
  }
.blochisto p.titrehisto {
  border-bottom: 1px solid #FB722D;
  color: #0925A3;
  margin: 30px 0 15px 0;
  font-size: 1.4em;
  }
.blochisto p.titrehisto em {
  float: right;
  color: #666;
  font-size: 0.7em;
  }
.blochisto p.textehisto {
  font-size: 0.85em;
  line-height: 1.6em;
  }
.blochisto span.new, .blochisto span.modif, .blochisto span.mieux, .blochisto span.bug {
  font-weight: bold;
  color: #FFF;
  padding: 1px 10px;
  display: block;
  width: 100px;
  margin: 15px 0 5px;
  text-align: center;
  }
.blochisto p.textehisto span.new {
  background-color: #008000;
  }
.blochisto p.textehisto span.modif {
  background-color: #F07000;
  }
.blochisto p.textehisto span.mieux {
  background-color: #00A8A8;
  }
.blochisto p.textehisto span.bug {
  background-color: #C00000;
  }
.blochisto p.textehisto span.titre {
  color: #FFF;
  font-weight: bold;
  background-color: #00B0F0;
  display: block;
  width: 220px;
  text-align: center;
  margin: 15px auto 0;
  }
.blochisto p.textehisto span.puce {
  font-weight: bold;
  color: #888;
  border: 1px solid #888;
  padding: 0 2px;
  margin-right: 8px;
  }
span.attention {
  font-weight: bold;
  color: #C00;
  border: 1px solid red;
  padding: 1px 5px;
  white-space: nowrap;
  }
span.important {
  font-weight: bold;
  font-size: 1.2em;
  color: #0925A3;
  border: 1px solid #0925A3;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  }
/****************************************************************************  Docs / Manuels  */
.tabledocs {
  width: 750px;
  }
.tabledocs thead tr {
  text-align: left;
  }
.tabledocs th {
  padding: 0 0 5px 10px;
  border-bottom: 1px solid gray;
  font-variant: small-caps;
  font-size: 1.2em;
  }
.tabledocs td {
  padding-left: 10px;
  height: 40px;
  }
.tabledocs td.nomdoc {
  font-weight: bold;
  color: #0925A3;
  width: 490px;
  }
.tabledocs td.nomdoc img {
  margin: 2px 0 0 10px;
  vertical-align: text-bottom;
  cursor: help;
  }
.tabledocs td.new {
	background: url(../images/new.gif) right center no-repeat;
	background-color: inherit;
  }
.tabledocs td.datedoc {
  width: 140px;
  font-size: 0.8em;
  }
.tabledocs td.lien, .tabledocs td.lienseul {
  text-align: center;
  padding: 0;
  font-size: 0.7em;
  vertical-align: middle;
  }
.tabledocs td.lien {
  width: 40px;
  }
.tabledocs td.lien img, .tabledocs td.lienseul img {
  position: relative;
  top: 3px;
  }
/****************************************************************************       Stats      */
.stats {
  font-size: 1.1em;
  padding-left: 230px;
  line-height: 2em;
  }
.stats span {
  font-weight: bold;
  color: #0925A3;
  }
.stats span.compteur {
  width: 50px;
  text-align: right;
  float: left;
  margin: 8px 10px 0 0;
  line-height: 1em;
  }
/****************************************************************************    Coordonnées   */
#bloccoord {
  padding: 0 150px;
  }
#bloccoord hr {
  margin: 10px 0;
  }
#bloccoord p {
  padding: 2px 0;
  }
#bloccoord label {
	width: 180px;
	float: left;
	font-size: 0.9em;
  }
.listeerreurs {
  border: 1px dotted #C00;
  color: #C00;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 20px;
  }
.messageok {
  color: #7D94FA;
  font-weight: bold;
  font-size: 1.5em;
  padding: 5px;
  text-align: center;
  }
/****************************************************************************      Contact     */
#contact {
  text-align: center;
  }
/****************************************************************************       Pied       */
#pied {
  margin-top: 50px;
	}
#pied a.webmaster {
	color: #F90;
	float: right;
	font-size: 0.8em;
	font-weight: bold;
	color: #7D94FA;
	padding-top: 5px;
/*	margin-right: 30px;*/
	}
#pied a {
	padding-left: 5px;
	}
/****************************************************************************       Login      */
#frmLogin {
	padding: 5px;
	width: 260px;
  }
#frmLogin label {
	float: left;
	}

