/*--------------------------------------*/
/* Fichier de mise en page de la  page  */
/* de connexion                         */
/*--------------------------------------*/  

/* Corps de la page */

body  {font-family: arial, helvetiva, verdana, sans-serif; font-size: 10px;  background: #eee;}
input {font-family: arial, helvetiva, verdana, sans-serif; font-size: 10px;  background: #eee;}
h1    { margin:0; background:#76777c; font-size:14px; text-align:center;}
h2    { padding: 2px 0 2px 5px; margin: 0; background:#76777c; font-size:11px; color:#fff;}
ul      {list-style-type: none; padding : 0;}
a       { text-decoration:none; color : #6b76b8; font-weight:bold;}
a:hover { text-decoration:underline;}

/* Contenant de la page */

#container{
  width:770px;
  margin-left:auto;
  margin-right:auto;
  background : #fff;
}

/*--------------------*/
/* En tete de page    */
/*--------------------*/

#badnethead{
  margin:0;
  padding:0px;
  height:105px;
  background-image: url("badnet-top.jpg");
  font-size:24px; 
  color: #fff;
  text-align:center;
  font-family : "Comic Sans MS", Verdana, sans-serif; 
  font-weight:bold;  
}

#logoBadNet{
  float:left;
  margin: 10px 0 0 10px;
}

#logoBadNet img{
  border:none;
}

#logoCodep{
  float:right;
  margin: 10px 10px 0px 0;
}

#logoCodep img{
  border:none;
}

#mainMenu{
 margin:0px 0 0 0px;
 padding:30px 0 0 0px;
}


/*----------------------*/
/* Colonne de gauche    */
/*----------------------*/  

#left    { width: 150px; margin:0 5px 0 2px; float:left;}
#left h2 { text-align:left;}
#left input { width:125px;}

/*-- La zone de connexion --*/

.kLabel {
  /*display:block; */
  float:left; width:9em;
  text-align:left; 
  font-size:9px;font-weight:bold;
  padding-top:3px;
}

.kLegend {padding : 2px; font-family:arial;  font-weight:bold; font-size:12px; color:#6b76b8;}

#loosePwd { display:none;}


/*----------------------*/
/* Colonne de droite    */
/*----------------------*/  

#right    { width: 150px; margin:0 2px 0 5px; float:right; border:1px solid #76777c;}
#right h2 { text-align:right;}

#news{ 
  overflow:auto;
  height : 200px;
 }

/*-- Les nouvelles --*/

.new        {border-Top:1px solid #76777c; margin: 0px 0 10px 0;}

.new .date  {font-size:11px; font-weight:bold; text-align:left;}

.new .name  {text-align:center;}

.new .brief {margin:2px;}



/*----------------------*/
/* Zone centrale
/*----------------------*/  

#centre    {margin: 0 160px 10px 160px; padding: 0; border:1px solid #76777c; min-height:100px;}

#centre h2 {text-align:center; background : #6b76b8; color:#000; font-size:12px;}

#centre table {
width:100%;
//width:442px;
}



/*-- table des tournois individuels --*/

.monthClass { font-family:Arial, sans-serif; font-size: 8pt; font-weight: bold; background : #76777c; color:#fff;}

.dayClass   { background : #aaa;}

.eventClass { background : #eee;}



/*--------------------*/

/* Le pied de page    */

/*--------------------*/

#badnetfoot{

  clear:both;

  border-top: 2px solid #76777c;

}



#badnetfoot p{

  text-align:right;

}



#badnetfoot a {

 text-decoration:underline;

 color : #76777c;

}

a:hover{

 text-decoration:underline;

 color : #000;

}