/* classe appliquée au blocs annonce */
.tfiche, .tfiche a , .tfiche h2 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#630;
}
.tfiche {
width:500px;
padding:0;
border-collapse:collapse;
margin:15px 0;
background-color:#9c3;
}
.tfiche td,.tfiche table {
margin:0;
padding:0;
border-collapse:collapse;
}
/* class du td d'entete */
.tfiche td.ref {
font-size:9px;
color:#cf6;
text-align:left;
}
/* classe pour le td de contenu central */
.tfiche td.main {
background-color:white;
border-style:solid;
border-width:0 2px;
border-color:#9c3;
padding-left:5px;
}
.tfiche td.main h2 {
margin:5px 0;
padding:0;
}
td.main div {
margin:0;
padding:0;
width:490px;
}
/* classe pour le td contenant les liens actions */
.tfiche td.actions {
background-color:#630;
padding:2px 0;
border-style:solid;
border-width:0 2px;
border-color:#9c3;
}
.tfiche td.actions table {
width:100%;
margin:0;
padding:0;
text-align:center;
}
td.actions td, td.actions form {
margin:0;
padding:0;
}

td.actions a {
color:#9C3;
text-decoration:none;
font-weight:bold;
}
td.actions a,td.actions img {
vertical-align:middle;
}
td.actions a:hover {
text-decoration:underline;
}
td.main img {
float:right;
margin:3px;
border:none;
}
