/* CSS Document */

#cell {
float:left;
padding:5px 5px 5px 5px;
width: 108px;
border-bottom: solid 1px #F0F0F0;
}

.spacer#cell  {
width: 220px;
height:95px;
}

.cat#cell  {
width: 575px;
background-color:#CCCCCC;
height:12px;
}


.title#cell  {
height:15px;
padding-top: 85px;
text-align:center;

}

.libelle#cell  {
height:20px;
line-height:20px;
width: 220px;
}

.yes#cell  {
background-image:url(../images/bg_yes.gif);
height:20px;
border-left: solid 1px #F0F0F0;
}

.no#cell  {
background-image:url(../images/bg_no.gif);
height:20px;
border-left: solid 1px #F0F0F0;
}