@charset "utf-8";
/* CSS Document */
/* Titre TW RSS feed */
.twrss_head_channel {
font-size : 10px;
color: #333;
text-align: justify;
font-family: Verdana ,Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight: normal;
text-decoration: none;
background-color: none;
padding: 3px;
border-left: 2px;
}


/* .twrss_bodytext twrss_item_link */
.twrss_bodytext a:hover {
font-size : 10px;
font-weight: bold;
color: #333; /*FF471A*/ 
text-decoration: underline;
padding: 3px;
border-left: 2px;
}
.twrss_bodytext a:link{
font-size : 10px;
font-weight: bold;
color: #333; /* bleu claire */
text-decoration: none;
padding: 3px;
border-left: 2px;
}

.twrss_bodytext a:visited {
font-size : 10px;
font-weight: bold;
color: #999; /* bleu claire */
text-decoration: none;
padding: 3px;}



