#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;
}

/* .plaquette
{
	margin-top: 20px;
	margin-right: 15px;
	float: right;
}

.plaquette a
{
	color: #3B4E79;
}

.plaquette a:hover
{
	border-bottom: 1px dotted #3B4E79;
} */

.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;
}