/******Widget News et Agenda******/

.neti_widget{
	color: #453738;
	font-family: Tahoma, "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	margin-bottom:10px;
}

.neti_widget_agenda{
	width:207px;
	cursor:pointer;
}

	div.titre_widget_agenda{
		width:307px;
		height:30px;
	}
	
	div.content_widget_agenda{
		width:305px;
		height:205px;
		border:1px solid #bd9c77;
	}

		.content_widget_agenda .agenda_gauche{
			width:161px;
			height:205px;
			border-right:1px solid #bd9c77;
			float:left;
		}
		
			.content_widget_agenda .agenda_gauche .date{
				text-align:left;
				font-weight:bold;
				margin-top:11px;
				margin-left:5px;
				margin-right:5px;
			}
			
			.content_widget_agenda .agenda_gauche .titre{
				text-align:left;
				font-weight:bold;
				margin-top:18px;
				margin-left:5px;
				margin-right:5px;
			}
			
			.content_widget_agenda .agenda_gauche .texte{
				text-align:left;
				color: #453738;
				font-family: "Arial", "Helvetica", sans-serif;
				font-size: 11px;
				margin-top:18px;
				margin-left:5px;
				margin-right:5px;
			}
		
		.content_widget_agenda .agenda_droite{
			width:143px;
			height:205px;
			float:left;
		}
		
			.content_widget_agenda .agenda_droite .image{
				width:143px;
				height:205px;
			}

.neti_widget_news{
	/*width:195px;*/
	cursor:pointer;
	background:#f6f6f6;
	margin-left:17px;
}

	div.titre_widget_news{
		color:#2d2e2d;
		/*padding-left:10px;
		padding-top:5px;*/
		padding:5px;
		/* width:185px; */
		background-color:#f6f6f6;
		font-family:Helvetica, Arial, sans-serif;
		font-size:14px;
	}
	
	div.titre_widget_news a {
		color:#890500;
		font-size:16px;
		text-decoration:none;
	}
	
	div.titre_widget_news a:hover {
		color:#2d2e2d;
		font-size:16px;
		text-decoration:underline;
	}
	
	div.content_widget_news{
		/* width:185px; */
		height:auto;
		border:5px solid #F6F6F6;
		background-color:#f6f6f6;
	}
	
		div.content_widget_news .news_haut{
			/* width:185px; */
			height:100px;
			border-bottom:1px dashed #cccccc;
			margin-bottom:10px;
		}
		
		div.content_widget_news .news_bas{
			/* width:185px; */
			height:auto;
			float:left;
			font-family:Helvetica, Arial, sans-serif;
			font-size:12px;
			color:#2d2e2d;
		
		}
		
			.content_widget_news .news_bas .date{
				text-align:left;
				font-family:Helvetica, Arial, sans-serif;
				font-size:12px;
				color:#2d2e2d;
				font-weight:bold;
				margin-left:10px;
				margin-right:10px;
				
			}
		
			.content_widget_news .news_bas .titre{
				text-align:left;
				font-family:Helvetica, Arial, sans-serif;
				font-size:14px;
				color:#890500;
				margin-top:10px;
				margin-left:10px;
				margin-right:10px;
			
			}
			
			.content_widget_news .news_bas .texte{
				text-align:justify;
				font-family:Helvetica, Arial, sans-serif;
				font-size:12px;
				color:#2d2e2d;
				font-size: 11px;
				margin-top:10px;
				margin-left:10px;
				margin-right:10px;
				
			}
			
			.content_widget_news .news_bas .texte a{
				text-align:left;
				font-family:Helvetica, Arial, sans-serif;
				font-size:12px;
				color:#2d2e2d;
				
			}
			
			div.content_widget_news .news_link{
				/* width:185px; */
				height:15px;
				margin-top:10px;
				margin-bottom:30px;
				font-family:Helvetica, Arial, sans-serif;
				font-size:12px;
				color:#2d2e2d;
				
			}
			
			.content_widget_news .news_link .link_previous a{
				font-weight:bold;
				margin-left:10px;
				float:left;
				background-image: url("../img/bjm/bt_left.jpg");
				background-repeat: no-repeat;
				height:38px;
				width:32px;
				
			}
			.content_widget_news .news_link .link_next a{
				font-weight:bold;
				margin-left:100px;
				margin-right:10px;
				float:left;
				background-image: url("../img/bjm/bt_right.jpg");
				background-repeat: no-repeat;
				height:38px;
				width:32px;
			}
			
			.widget_news_rss_link img{
				border:0;
				
			}
			
/****** Slider *******/
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	
}
#slider, #slider li{ 
	overflow:hidden; 
	
}
span#prevBtn{}
span#nextBtn{}
span#prevBtn a{
	color: #df1620;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	text-decoration:none;
}
span#nextBtn a{
	color: #df1620;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	text-decoration:none;
}	
span#prevBtn a:hover{
	color: #df1620;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	text-decoration:underline;
}
span#nextBtn a:hover{
	color: #df1620;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	text-decoration:underline;
}