/* CSS specifique a l'affichage du contenu de flux RSS provenant d'un site touristique */

/* LE CADRE GENERAL */
#liste_rss {
width:650px;
height:auto;
border:1px solid #CCCCCC;
padding: 10px 10px 10px 20px;
}

/* POUR LES BOUTONS */
.buttons a, .buttons button{
    /*display:block;*/
    float:right;
    margin-right:28px;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    vertical-align: middle;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* POUR LE TIRE DESCRIPTION ET DATE PUBLI D'UNE RSS */
.item_rss a{
	color: #089091;
	font-size: 0.9em;
	font-weight: bold;
}
.item_rss li{
	/*list-style-image: url (aimages/v303.gif);*/
	list-style-type: square; 
}
.item_rss p{
	font: 0.8em Trebuchet, Arial, Helvetica, sans-serif;
	text-align: justify;
}


