/* -----------------------------------------------------------------------------
          Cascading Style Sheet ou feuille de style - Prociel by jrz 
----------------------------------------------------------------------------- */

#tablo{
 width:700px;
 margin: 30px auto;
 border: 1px solid #ccc;
}

.tablo-header{
 clear:both;
 width :700px;
 line-height:30px;
 /*background: #31ACE5;*/
 text-align: center;
 /*padding-top: 15px;*/
 border-top: 1px solid #ccc;
}

.tablo-header a{
 text-decoration:none;
 color:#9F0F28;
}

.lig1 , .lig2{
 clear:both;
 width: 700px;
 line-height: 25px;
 border-top: 1px solid #ccc;
 /*border-bottom: 1px solid #ccc;*/
}

.lig1{
 /*background : #ccc;*/
}

.lig2{
 /*background : #8ACFEE;*/
}

.libelle{
 float: left;
 width :500px;
 height : 100%;
 margin:3px 0 0 5px;
}


.celprix{
 float: right;
 /*width :199 px;*/
 text-align: right;
 margin:3px 5px 0 0;
}
