html,body
{
	margin: 0px;
	background-color: #000000;
}

a
{
	text-decoration: none;
}

.a_blanc
{
	color: #FFFFFF;
}

.souligne_tout
{
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 4px solid #D31245;
}

.souligne_debut_menu
{
	position: absolute;
	margin-left: -10px;
	width: 20px;
	height: 5px;
	background-color: #D31245;
}

.souligne_debut
{
	position: absolute;
	margin-top: 5px;
	margin-left: -10px;
	width: 20px;
	height: 5px;
	background-color: #D31245;
}

#fond
{
	width: 950px;
	height: 1000px;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
}

	#fond #titre
	{
		padding-top: 80px;
		padding-left: 280px;
		width: 380px;
		line-height: 34px;
		float: left;
	}

		.gros_titre_blanc
		{
			font-size: 34px;
			font-weight: bold;
		}

		.titre_blanc
		{
			font-size: 34px;
		}

	#fond #entete
	{
		padding-top: 50px;
		font-size: 14px;
		line-height: 17px;
		float: left;
	}

		.texte_vert
		{
			padding-top: 10px;
			color: #B5D671;
			font-size: 17px;
			line-height: 1em;
		}

	#fond #menu
	{
		padding-top: 70px;
		padding-left: 80px;
		width: 200px;
		font-size: 21px;
		float: left;
	}

	#fond #contenu
	{
		padding-top: 70px;
		font-size: 21px;
		line-height: 20px;
		float: left;
	}

		.texte_normal
		{
			font-size: 14px;
		}

		.keywords
		{
			font-size: 12px;
			line-height: 30px;
			letter-spacing: -0.5px;
		}

		.titre_exemples
		{
			color: #D31245;
			font-size: 13px;
			font-weight: bold;
		}

		.titre_verts
		{
			color: #72BE44;
			font-size: 12px;
			font-weight: bold;
		}

		.titre_testimonial
		{
			color: #D31245;
			font-size: 18px;
			font-weight: bold;
		}

.clear_both
{
	clear: both;
}
