/* Entete tableau */
.entete-tache{
 float:left;
 text-align: left;
 margin:0;
 padding:0;
 margin-left:0px;
 margin-top:4px;
 margin-bottom:1px;
 border:1px solid #cccccc;
 width:990px;
 color:#000000;
 background-color:#efe3d0;
 height:36px;
 font-weight:bold;
}

.entete-tache ul{
 margin: 0;
 padding: 0;
 text-align: left;
 font-size: 12px;
}

.entete-tache ul li{
padding: 0 1px 0 10px;
list-style-type: none;
padding-bottom: 1px;
float:left;
}

.entete-tache .importance{
  width:80px;
  cursor:pointer;

}

.entete-tache .date{
  width:90px;
  cursor:pointer;
}

.entete-tache .objet{
  width:550px;

}

.entete-tache .etat{
   width:40px;
   cursor:pointer;
}

.entete-tache .bt{
   margin-left:10px;
   width:80px;
   float:right;
}

.entete-tache .bt img{
   padding:0;
   margin-left:20px;
   cursor:pointer;
   float:right;
}



/*    Liste    */

.lst-tache{
 float:left;
 text-align: left;
 margin:0;
 padding:0;
 margin-left:0px;
 margin-top:4px;
 margin-bottom:1px;
 border:1px solid #cccccc;
 width:100%;
 background-color:#ffffff;
 /*min-height:36px;*/
}

.lst-tache ul{
 margin: 0;
 padding: 0;
 text-align: left; /*Set to "right" to right align pagination interface*/
 font-size: 12px;
}

.lst-tache ul li{
padding: 0 1px 0 2px;
list-style-type: none;
padding-bottom: 1px;
float:left;

}

.lst-tache .gras{
  font-weight:bold;
}


.lst-tache .importance img{
  margin-left:20px;
}



.lst-tache .bt img{
   padding:0;
   margin-left:20px;
   cursor:pointer;
   float:right;
}



/* Action */
.lst-action{
 float:left;
 text-align: left;
 margin:0;
 padding:4px;
 margin-left:150px;
 margin-top:10px;
 margin-bottom:1px;
 border:1px dashed #cccccc;
 width:90%;
 background-color:#efe3d0;
 height:100%;
}

.lst-action ul{
 margin: 0;
 padding: 0;
 text-align: left; /*Set to "right" to right align pagination interface*/
 font-size: 12px;
}

.lst-action ul li{
padding: 0 1px 0 10px;
list-style-type: none;
display: inline;
padding-bottom: 1px;

}

.lst-action ul .date{
}

.lst-action ul .objet{
  font-weight:bold;
}

.lst-action ul .bt{
  border:1px solid #cccccc;
  float:right;
}


/*
.lst-action .gras{
  font-weight:bold;
}

.lst-action .maj img{
  margin-left:15px;
}
*/
.spacer-action{
  clear:both;
height: 5px;
margin-bottom:10px;
}
