/********* Propiétées générales ********/
RDF, channel, channel title, channel description, channel date, 
item, item title, item link, item description, item subject, item date { display: block; }
channel link, channel language, channel creator, channel rights, channel updatePeriod, 
channel updateFrequency, channel updateBase, channel items, item creator { display: none; }

/* le bloc principal contenant le channel et les items */
.RDF {
	margin: 0;
	border-width: 0;
	padding: 0;
	font-size: 1.0em;
	color: black;
	float:left;
	padding: 3px;
	width:95%;
}

/* La chaine d information */
.channel {
	float:left;
	width:100%;
	padding:10px 0px 5px 0px;
}

.channel .logo {
	float:left;
	margin:1px 1px 1px 0px;
	text-align:left;
	background-color:#FFFFFF;
}

/* Le titre du flux RSS */
.channel h1 {
	font-size:1.40em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FB9D3A;
	text-align:right;
	margin-bottom:1.1em;
	margin-top:0.2em;
	/*padding-top:4px;
	padding-bottom:4px;*/
	padding:4px;
	margin-right:3px;
}

.channel a, .channel a:link, .channel a:visited, .channel a:hover {
	color:#FB9D3A;
}
.channel .description {
	float:left;
	width:98%;
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: justify;
	
}
channel date {
	text-align: center;
	margin-bottom: 25px;
}

.channel .stat {
	float:left;
	width:98%;
	vertical-align:bottom;
	text-align:center;
	background-color:#FFF7F7; /*#CCFF99;*/
	border-top:1px dashed #DD6900;
	border-bottom:1px dashed #DD6900;
	margin-top:1px;
	margin-right:1px;
}

/* Bloc contenant un item complet */
.item {
	float:left;
	width:98%;
	margin-top:2px;
	padding:2px 2px 2px 2px;
}

/* Le titre de mes items */
.item h2 {
	font-size:1.20em;
	text-decoration:none;
	color:#1F5285;
	border:1px solid #A8B5E1;
	background-color:#FFFFFF;
	margin-bottom:0em;
	margin-top:0.2em;
	padding:3px;	
	background-image:url(img/blanc.gif);
}

.item a, .item a:link, .item a:visited, .item a:hover {
	color:#1F5285;
}

/* Le bloc de description d un item */
.item .description {
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
	float:left;
	font-size: 1.00em;
}

/* les actions possibles sur un article */
.item .description .actions {
	float:left;
	width:100%;
	margin-top:0px;
	padding-left:20px;
}

.item .description .actions ul {
	display:inline;
	width:100%;
	float:left;
	height:20px;
	/*margin-top:15px;*/
	margin-bottom:4px;
	margin-top:4px;
	margin-left:0px;
	padding:2px;
	padding-top:4px;
	padding-bottom:4px;
	/*background-color:#999999;*/
}

/* Les boutons actions sur les items */
.action-rss {
	font-family:verdana;
	font-size:0.80em;
	margin-right:2px;
	/*height:20px;*/
	padding:3px 5px; /* 5px;*/
	padding-bottom:4px;
	display:inline;
	border-top:1px solid #CAD7E9;
	border-left:1px solid #CAD7E9;
	border-bottom:1px solid #1E5C99;
	border-right:1px solid #1E5C99;
	background-color:#FCFFF0;
}

/* description de la source : 
   - actions de bookmark
   - date, site, auteur(s), tag(s) 
*/
.source-item {
	float:left;
	width:95%;
	padding:2px;
	font-size: 0.85em;
	text-align:left;
	color:#CC3300;
	margin-top:5px;
	margin-bottom:5px;
	/*padding-left:22px;*/
	/*background-repeat:no-repeat;*/
}

.item .description .source-desc {
	float:left;
	width:100%;
	text-align:justify;
}