/* CSS Document */

#texte_intro{
	font-family: Verdana, Arial;
	text-align: left;
	font-size: 10px;
	height:75px;
	margin-left:20px;
	margin-bottom:13px;
	margin-top:5px;
}

#texte_intro_sans_marge{
	font-family: Verdana, Arial;
	text-align: left;
	font-size: 10px;
	height:75px;
	margin-left:0px;
	margin-bottom:50px;
	margin-top:5px;
}


/*****   Actu dans la page d'accueil ***************/
.Actu {
	font-family: Verdana, Arial;
	text-align: left;
	font-size: 10px;
	
}
		.Actu hr{
			background-image:url(../images/actus/lignepth_vert.gif);
			background-repeat: repeat-x;
			border:0px;
			border-style: none;
			height: 1px;
			margin:8px 0px 8px 5px;
		}
		
		.Actu p{
			margin:4px 0px 0px 5px;
		}
		
		.Actu table{
			 background-image:url(../images/actus/bordure_vert.gif); 
			 background-repeat: repeat-y;
			 border:0px;
			 vertical-align: text-top;
			 font-size: 10px;	 
		}
		.Actu table table{
			background:none;
			background-position: left top;
			background-color : #D9F0E1;
			
		}
		.Actu table table a:hover{
			color:  #007254;
			text-decoration: none;
			
		}
		
		.Actu h1 {
			color: #009270;
			font-size: 16px;
			text-align: left;
			font-weight: bold;
			line-height: 24px;
			margin: 0px 0px 0px 0px;
		}
		
		.Actu h1 b{
			font-size: 24px;
			text-align: left;
		}
			
		
		.Actu a{ 
			color: #009270;
			text-decoration: none ;
		}
		.Actu a:hover{
			color: #009270;
			text-decoration: underline;
		}

