/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
	
	text-align: justify;
}


/*********CADRE GLOBAL**********/
div#site{
	width: 768px;
	height: auto;
	background: #fff;
	
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	
	margin: 0 auto;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}


/*********APPARTIENT A LA DIV #BANDEAU --> STYLE_INTERFACE.CSS**********/
	div.slogan{
		background: url(../images/img_titre_actu.gif) no-repeat;
		width: 345px;
		height: 194px;
		float: left;
	}
	

	
/*********APPARTIENT A LA DIV #CONTENU --> STYLE_INTERFACE.CSS**********/
		
	/*********ACTUALITES**********/
	p.une_actu{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #707070;
		
		text-align: justify;
		
		margin-top: 15px;
		margin-bottom: 50px;
		padding-left: 25px;
		padding-right: 20px;
	}
	
		span.titre_rouge{
			color: #A70300;
			font-weight: bold;
		}
		
/*********LIGNE DE PIED DE PAGE**********/
div#piedpage{
	background: #fff;
	height: 10px;
	width: 630px;
	margin: 0 auto;
	font-size: 10px;
	color: #9b9a97;
	margin-top: 50px;
	clear: both;
	padding-top: 3px;
	border-top: 1px solid #707070;

}

a.lien_contact{
	color: #A70300;
	text-decoration: none;
}

a.lien_contact:hover{
	color: #A70300;
	text-decoration: none;
}
