html,body
{
	margin: 0px;
}

a
{
	text-decoration: none;
}

.a_mav
{
	color: #FFFFFF;
}

.a_titre_gauche
{
	color: #D99B58;
}

.a_gauche
{
	color: #807B63;
}

.a_titre_droite
{
	color: #FFFFFF;
}

.a_droite
{
	color: #D2CAA3;
}

.a_footer
{
	color: #26121E;
}

#entete
{
	padding: 20px 20px 0px 20px;
	width: 910px;
	text-align: left;
	background-color: #855254;
}

	#entete #header
	{
		padding: 10px;
		width: 890px;
		height: 105px;
		background-color: #26121E;
	}

		#entete #header #logo
		{
			width: 200px;
			height: 105px;
			float: left;
		}

		#entete #header #accroche
		{
			width: 675px;
			height: 105px;
			padding-left: 15px;
			text-align: right;
			float: left;
			background-color: #26121E;
		}

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

#corps
{
	width: 910px;
	text-align: left;
	clear: both;
	background-image: url(images/82/background-26121E.jpg);
	background-repeat: repeat-y;
}

	#corps #gauche
	{
		padding-top: 20px;
		padding-bottom: 20px;
		width: 660px;
		float: left;
	}

	#corps #gauche h3
	{
		margin: 0px;
		font-family: Arial;
		font-size: 22px;
		font-weight: bold;
		line-height: 23px;
		letter-spacing: -0.5px;
	}

	#corps #gauche #chapiteau
	{
		width: 415px;
		float: left;
	}

		#corps #gauche #chapiteau #texte_chapiteau
		{
			padding-top: 10px;
			font-family: Arial;
			font-size: 15px;
			line-height: 22px;
		}

			#corps #gauche #chapiteau #texte_chapiteau #bouton_cliquez
			{
				padding-top: 15px;
			}

	#corps #mav
	{
		margin-left: 20px;
		width: 206px;
		float: left;
	}

		#corps #mav #image_mav
		{
			padding-top: 1px;
			height: 130px;
			background-image: url(images/fond-mav.gif);
			background-repeat: no-repeat;
		}

		#corps #mav #bloc_texte_mav
		{
			padding: 10px;
			width: 182px;
			font-family: Arial;
			text-align: left;
			background-color: #855254;
		}

			#corps #mav #bloc_texte_mav #titre_mav
			{
				font-size: 13px;
				font-weight: bold;
				line-height: 1em;
			}

			#corps #mav #bloc_texte_mav #texte_mav
			{
				padding-top: 5px;
				font-size: 11px;
				line-height: 14px;
			}

	.produit
	{
		padding-top: 15px;
		width: 206px;
		font-family: Arial;
		float: left;
	}

	.espace_produit
	{
		width: 12px;
		float: left;
	}

	.image_produit
	{
		padding: 1px;
		height: 131px;
		text-align: center;
		background-image: url(images/fond-produit.gif);
	}

	.description_produit
	{
		padding: 10px;
	}

	.titre_produit
	{
		font-size: 18px;
		font-weight: bold;
	}

	.texte_produit
	{
		padding-top: 5px;
		font-size: 13px;
		line-height: 19px;
	}

	#corps #droite
	{
		padding: 20px 20px 40px 20px;
		width: 210px;
		background-color: #26121E;
		float: right;
	}

		.titre_droite_premier
		{
			font-family: Arial;
			font-size: 18px;
			font-weight: bold;
			line-height: 21px;
		}

		.titre_droite_suivant
		{
			padding-top: 30px;
			font-family: Arial;
			font-size: 18px;
			font-weight: bold;
			line-height: 21px;
		}

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

#footer
{
	padding: 20px;
	width: 910px;
	color: #26121E;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background-color: #D2CAA3;
	text-align: center;
}

.clear_both
{
	clear: both;
}

