
.tableau-cr{
  float:left;
  position:relative;
  top:0;
  left:0;
  width:700px;
  height:1200px;
  margin-left:10px;
  margin-right:10px;
}


.journee-ligne{
 float:left;
 text-align: right;
 margin:0;
 padding:0;
 margin-right:5px;
 width:700px;
 color:#000000;
 background-color:#feffff;
 border:1px solid #cccccc;
 height:50px;
 /* background: #f9f9f9 url(../jq/css/humanity/images/ui-bg_glass_70_ede4d4_1x400.png) 50% 50% repeat; */
}

.journee-ligne .heure{
   padding-right:6px;
   padding-top:2px;
   background-color:#f3f5f5;
   color:#666666;
   float:left;
   width:60px;
   height:50px;
}

.journee-ligne .objet{
   color:#000000;
   float:left;
   width:630px;
   cursor:pointer;
   height:25px;

}

.journee-ligne .objet:hover{
    background-color:#f2f9fd;
}

