/* CSS Document */

table.tarifs {
width: 100%;
border-collapse:collapse;
}

table.tarifs td {
border: 1px solid #CCCCCC;
padding: 2px 5px;
}

table.tarifs td blockquote {
margin: 0;
margin-left: 20px;
padding: 0;
}

table.tarifs thead td, table.tarifs tbody td.orange {
background-color:#FFE6BF;
border: 1px solid #FF9900;
font-weight:bold;
color: #FF6600;
}

table.tarifs thead td.none {
background-color:transparent;
border: none;
}

table.tarifs tbody tr.gray, table.tarifs tbody td.gray {
background-color: #f1f1f1;
}

table.tarifs tbody td.rubrique {
width: 150px;
font-weight:bold;
}

table.tarifs tbody td.data {
text-align: center;
}
