h1 {
	color: #FF6600;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
	padding-left: 25px;
	background: url(images/carre_bienvenue.gif) no-repeat left;
}

/* page rss entrant (index.php) */

 #rsscol1, #rsscol2{
	float: left;
	width: 42%;
	background: #F3FDFD;
	padding: 1em;
	border: 1px solid #A6CADD;
}
 #rsscol1 {
		margin: 2em 1em 0 0.5em;
}
 #rsscol2 {
	margin-top: 2em;
}
 #rsscol1 h2 a, #rsscol2 h2 a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #5697B9;
	background: url(images/carre_bienvenue.gif) no-repeat top left;
	padding-left: 25px;
}
 #rsscol1 li, #rsscol2 li {
	padding-bottom: 0.6em;
	list-style-type: none;
	font-size: 0.9em;
	list-style: url(images/carre_orange.gif);
}
  #rsscol1 li a, #rsscol2 li a {
	text-decoration: none;
	color: #2B5A73;
}
  #rsscol1 li a:hover, #rsscol2 li a:hover {
	text-decoration: underline;
	color: #2B5A73;
}

 .rss, .rss2 {
	margin-top: -10px;
}


/* info rss sortant (infobackend.php) */

 .inforss, .inforss2, .inforss3 {
	width: 90%;
	margin: 1em;
	padding: 1em;
	border: 1px dotted #666;
	background: #eee;
}






