#g_slogan
{
	height: 40px;
	width: 740px;
	margin: 0 auto;
}

	#quote_left
	{
		float: left;
		width: 30px;
		height: 40px;
		
		background-image: url('../images/quote.png');
		background-repeat: no-repeat;
	}

	#quote_right
	{
		float: right;
		width: 30px;
		height: 40px;
		
		background-image: url('../images/quote_r.png');
		background-repeat: no-repeat;
	}
	
	#slogan
	{
		/* height: 40px; */
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		/* margin-bottom: 10px; */
		/* margin-left: 37px; */
		text-align: center;
		
		padding-top: 10px;
	}

#accueil
{
	width: 100%;
}	

#accueil ul
{
	margin-left: 20px;
	line-height: 18px;
}

.titre
{
	text-align: center;
	margin-bottom: 15px;
}

.a_interne
{
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #3B4E79;
	color: #3B4E79
}

.a_interne:hover
{
	text-decoration: none;
	border-bottom: none;
	color: #3B4E79;
}


#bas_page
{
	width: 100%;
	margin-top: 50px;
	height: 105px;
	margin-bottom: 20px;
	/* margin-left: 5px;
	margin-right: 5px; */
}

#down_plaquette
{
	float: left;
	width: 560px;
	min-height: 105px;
	
	bottom: 0;
	
	border: 1px solid gray;
	padding: 5px;
	
	background-color: #ffffff;
	background-image: url('../images/fond_plaquette.png');
	background-repeat: no-repeat;
	background-position: center center;	
}
	
	#down_plaquette_left
	{
		float: left;
		width: 125px;
	}
	
	#down_plaquette_right
	{
		margin-left: 135px;
		padding-top: 20px;
		
		color: #3B4E79;
		font-weight: bold;
		font-size: 14px;
	}
	
	#down_plaquette_right a
	{
		text-decoration: none;
		color: black;
		font-weight: normal;
		font-size: 12px;
	}
	
	#down_plaquette_right a:hover
	{
		text-decoration: none;
		border-bottom: 1px dotted #3B4E79;
		color: #3B4E79;	
	}
	
#acc_actualite
{
	margin-left: 580px;
	border: 1px solid gray;
	min-height: 105px;
	padding: 5px;
	
	position: relative;
}

#acc_actualite div.img_acc_actualite
{
	position: absolute;
	top: -27px;
	right: 116px;
	z-index: 99;
	font-size: 12px;
	width: 210px;
	
}

#acc_actualite a
{
	text-decoration: none;
	color: #3B4E79;
}

#acc_actualite a:hover
{
	text-decoration: none;
	color: #3B4E79;
	border-bottom: 1px dotted #3B4E79;
}
