html,body
{
	margin: 0px;
}

a
{
	text-decoration: none;
}

.a_header
{
	color: #83A6B5;
}

.a_accroche_titre
{
	color: #475673;
}

.a_accroche_texte
{
	color: #080106;
}

.a_link_line
{
	color: #728F88;
	text-decoration: underline;
}

.a_link_noline
{
	color: #4F4F57;
}

.a_couleur
{
	color: #728F88;
	text-decoration: underline;
}

.a_gauche
{
	color: #080106;
}

.a_droite
{
	color: #080106;
}

.a_droite_line
{
	color: #080106;
	text-decoration: underline;
}

#header
{
	padding-left: 45px;
	width: 905px;
	text-align: left;
}

	#header #entete
	{
		width: 905px;
	}

		#header #entete #logo
		{
			padding: 10px 0px 10px 0px;
			width: 180px;
			height: 130px;
			float: left;
		}

		#header #entete #separateur_vertical
		{
			margin-left: 15px;
			width: 20px;
			height: 150px;
			float: left;
			background-color: #DECCBF;
		}

		#header #entete #slogan
		{
			padding-left: 35px;
			padding-right: 35px;
			width: 620px;
			height: 150px;
			float: left;
			background-color: #41464D;
		}

			#header #entete #slogan h2
			{
				margin: 0px;
				font-family: Century Gothic,Arial;
				font-size: 35px;
				font-weight: bold;
				line-height: 1em;
				letter-spacing: -1.5px;
			}

#accroche
{
	padding: 0px 45px 0px 45px;
	width: 860px;
	text-align: center;
	background-color: #DECCBF;
}

	#accroche #contenu_accroche
	{
		padding: 30px 0px 15px 0px;
		width: 625px;
		text-align: left;
		float: left;
	}

		#accroche #contenu_accroche #titre_accroche
		{
			width: 585px;
			font-family: Georgia;
			font-size: 42px;
			line-height: 1em;
		}

		#accroche #contenu_accroche #texte_accroche
		{
			padding-top: 10px;
			width: 585px;
			font-family: Arial;
			font-size: 15px;
			line-height: 19px;
		}

	#accroche #photo_accroche
	{
		padding: 30px 0px 15px 0px;
		float: left;
	}

#contenu
{
	padding: 0px 45px 0px 45px;
	width: 860px;
	text-align: left;
}

	#contenu #gauche
	{
		padding-top: 30px;
		width: 615px;
		float: left;
	}

		#contenu #gauche #colonne1
		{
			width: 255px;
			float: left;
		}

		#contenu #gauche #colonne2
		{
			width: 300px;
			float: left;
		}

		#contenu #gauche #colonne3
		{
			padding-top: 20px;
			width: 255px;
			text-align: right;
			float: left;
		}

		#contenu #gauche #colonne4
		{
			padding-top: 20px;
			width: 300px;
			float: left;
		}

		.separateur_gauche
		{
			width: 30px;
			float: left;
		}

		.titre_gauche
		{
			color: #4F4F57;
			font-family: Georgia;
			font-size: 24px;
		}

		.texte_gauche
		{
			padding: 10px 0px 30px 0px;
			font-family: Arial;
			font-size: 13px;
			line-height: 20px;
		}

		#contenu #gauche #separateur_horizontal
		{
			height: 5px;
			clear: both;
			background-color: #DECCBF;
		}

	#contenu #droite
	{
		width: 245px;
		float: left;
	}

		.bloc_droite_premier
		{
			padding: 30px 13px 20px 13px;
			width: 219px;
			background-color: #C7AC99;
		}

		.bloc_droite_suivant
		{
			margin-top: 5px;
			padding: 20px 13px 20px 13px;
			width: 219px;
			background-color: #C7AC99		}

			.titre_droite
			{
				font-family: Georgia;
				font-size: 22px;
			}

			.texte_droite
			{
				padding-top: 10px;
				font-family: Arial;
				font-size: 13px;
				line-height: 19px;
			}

.clear_both
{
	clear: both;
}
