/*--------------------------------------*/
/* Fichier de mise en page de la  page  */
/* de connexion                         */
/*--------------------------------------*/  
/* Corps de la page */
body{
  font-size: 11px;
  font-family: Tahoma, Arial, serif;
  text-align:center;
  background : #eee;
}

/* Contenant de la page */
#container{
  width:780px;
  margin-left:auto;
  margin-right:auto;
  background : #fff;
}

/*--------------------*/
/* En tete de page    */
/*--------------------*/
#head{
/*
  background : #779977;
  color: #ddffdd;
  background-image: url("bandeau.png");
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
*/
   /*background-repeat: no-repeat;
   background-position: center center;*/
}
#head{
  color: #fff;
/*  height: 105px;*/
  background-image: url("badnet-top.jpg");
}

#badnetLogo {
 position:relative;
 top : 10px;
 left : -330px;
 z-index:10;
}

#badnetTitle{
  position:relative;
  top :-29px;
  left : 0;
  background : #000;
  color : #fff;
  font-weight : bold;
  font-family : "Comic Sans MS", Verdana, sans-serif; 
  font-size : 14px;
  text-align:center;
  padding:3px;
  height : 20px;
}

#badnetSubTitle{
display:none;
}

/*--------------------*/
/* Colonne de gauche  */
/*--------------------*/  
/* Colonne */
#leftCol{
 width: 110px;
 font-size: 9px;
 margin:5px 5px 0 2px;
 float:left;
 /*border:1px solid red;*/
}

/* Les blocs */
#leftCol div{
   margin-bottom : 8px;
}

/* La date */
#date {
   margin-top:0px;
   padding-top:0px;
   background-color: #000;
   color: #ff0;
   font-weight: bold;
   font-size: 15px;
   border : 3px inset #f00;
}

/* Les langues */
#lang {
text-align:center;
margin:5px;
}

#lang li{
  display: inline;
}

/* Le login */
#formLogin{
  border: 1px solid #000;
}

#blkLogin{
  margin:0;
  padding:5px;
}
#blkLogin div{
  margin-bottom:0;
  margin:0;
  padding:0;
}
#blkLogin span{
   float:none;
   text-align:left;	
   border:none;	
   width: 8em;
   font-weight: normal;
}

#leftCol .kInfo{
margin : 0;
}
#leftCol .kInfo .kLabel{
 width:6em;
 border:none;
 font-weight: bold;
 font-family : verdana;
 font-size : 10px;
}

/*--------------------*/
/* Colonne de droite  */
/*--------------------*/  
/* Colonne */
#rightCol{
 width: 110px;
 font-size: 9px;
 float:right;
 margin: 5px 5px 0 2px;
}

/* Les bloc */
#rightCol div{
   margin-bottom : 8px;
}

/*--------------------*/
/* La partie centrale */
/*--------------------*/
/* Le contenant */
#divContent{
  float : left;
  border: 1px solid green;
  background-color: #eee;
   margin-top : 5px;
}

/* Les blocs */
.cartouche{
  padding : 0 0 10px 0;
  margin: 9px;
/* Pour IE */
//  margin: 3px;
  width:250px;
  border : 1px solid #aaa;
  float:left;
}

/* Les titres */
.titre{
   font-family: Tahoma, Arial, serif;
   background-image: url("titre_V.png");
   background-repeat: repeat-x;
   font-size: 12px;
   font-weight: bold;
   border-bottom: 2px solid #000;
}

/* Les sous-titres */
.stitre{
   font-family: Tahoma, Arial, serif;
   font-weight: bold;
   font-size: 12px;
   text-align:left;
   margin-left : 3px;
}

/* les page pour demande d'info */
#divDialog{
  width:500px;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid green;
  background-color: #eee;
}

/*--------------------*/
/* Le pied de page    */
/*--------------------*/
#badnetFoot{
  clear:both;
  border-top: 2px solid  #78777c;
  font-size : 9px;
}


#badnetVersion, #badnetCache{
  clear:both;
  float:right;
}

#badnetFoot a{
  color: #78777c;
  font-size : 9px;
  text-decoration:underline;
}

#badnetFoot span, #badnetFoot p{
  border: none;
  font-weight:normal;
  font-size:9px;
  padding-top:2px;
}

#badnetLink{
 display:none;
 }


