/* CSS only needed for the demo */

#mainContainer{
	width:760px;
	margin:0 auto;
	text-align:left;
	background-color:#FFF;
	padding:2px;
}
.blogh3 {
    position: relative;
    z-index: 42;
    background: url(http://www.recherche-fuite-eau.com/images/propose_par_TooEasy.png) top left no-repeat;
    width: 380px;
    height: 50px;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    color: #1e1e1e;
    font-family : papyrus;
    margin: -10px 0 -25px 20px;
    padding: 40px 0 0 50px
}
.blogh3 a, .blogh3 a:hover {
    color: #1e1e1e;
    text-decoration: none;
}
#fluxrss {
    position: relative;
    z-index: 41;
    float: left;
    width: 64px;
    height: 64px;
    margin: -50px 0 -32px 890px;
}	/* CSS only needed for the demo */

	#mainContainer{
		width:760px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		padding:2px;
		

	}
	.clear{
		clear:both;
	}
	
	/* End CSS only needed for the demo */
	
	
	#rssBox{ /* The main box for the rss scroller */
		width:372px;
		float:left;
		height:139px;	
		border:0px dashed #ffffff;
		padding:3px;
		font-size:16px;
		/* Never change these two values */
		overflow:hidden;
		position:relative;	

	}		
		#rssBox p { 
		  color:#58585A;
		}
	#rssBox .slide{	/* A specific slide */
		/* Light blue background color */
		background-color:#F6F6F6;
	}
	
	.rssBoxDate{
	 
		display:none;	/* I don't want to show the date */
	}
	.rssBoxHeading{	/* Heading of RSS item */
		position:  relative;

width:75%;
text-align:left;
    	font-weight:bold;
	color: #189FC4;
    
		
	}
	.rssBoxDescription{	/* Description of RSS item */
	position:  relative;
width:75%;
text-align:left;
font-size:  12px;
	}	
    .rssBoxEnclosure{	/* Description of RSS item */
position:  absolute;
display:none;
top:15px;
left:15px;
border:1px dotted #cccccc;
padding:5px;
width:150px;
height:150px;
    
	}
	.rssBoxLink{	/* Read more link */

	background: url("http://www.recherche-fuite-eau.com/images/bouton01.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 5px 10px;
    width: 250px;
    
        font-weight: bold;
	}
	.rssBoxLink:hover{
	background: url('http://www.recherche-fuite-eau.com/images/bouton01_over.png') no-repeat scroll left top transparent;
	}
    	.rssBoxLink a, .rssBoxDescription a {	/* Read more link */
	
    	color: #189FC4;
		
	}
    	.rssBoxLink a {
    display: block;
    width: 250px;
    height: 30px;
    	}
	.rssBoxLink:hover, .rssBoxDescription a:hover{	/* Read more link - mouse over */
		text-decoration:none;
        	color: #189FC4;
	}