BODY {
	margin: 0px;
	padding: 0px;
/*  background: url(/img/bg.jpg) repeat-x #212121; */
  background: #212121;
}


H1{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: 400;
	color: #013888;
	margin: 0px;
	padding-bottom: 10px;
}

H2{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 800;
	color: #013888;
	font-variant: small-caps;
	letter-spacing:1px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}


H3{
	font-family: Arial, verdana, sans serif;;
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

H4{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 600;
	color: #594529;
	font-variant: small-caps;
	letter-spacing:1px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

H6{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #b7a88c;
	font-variant: small-caps;
	line-height: 25px;
	margin: 5px;
	padding: 5px;
	text-decoration:none;
}
H6 a:link {
	color: #b7a88c;
	text-decoration : none;
}
H6 a:hover {
	color: #b7a88c;
	text-decoration : underline;
}
H6 a:visited {
	color: #b7a88c;
	text-decoration : none;

}	


p {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.border {
	border: solid #000000 1px;
}


#Contenu {
    background: url(/img/contenu.png) repeat-x #D1D1D1;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	width: 685;
	height: 572;
}

.Text{
	font-family: Arial, verdan, sans serif;
	font-size: 12px;
	color: #000000;
}

.Text a:link {
	color : #000000;
	text-decoration : underline;
}
.Text a:hover {
	color : #000000;
	text-decoration : none;
}
.Text a:visited {
	color : #000000;
}

.Text10{
	font-family: Arial, verdan, sans serif;
	font-size: 10px;
	color: #000000;
}

.Text10 a:link {
	color : #000000;
	text-decoration : underline;
}
.Text10 a:hover {
	color : #000000;
	text-decoration : none;
}
.Text10 a:visited {
	color : #000000;
}

.MenuBottom {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #7E6646;
	font-variant: small-caps;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-decoration:none;
}
.MenuBottom a:link {
	color : #7E6646;
	text-decoration : none;
}
.MenuBottom a:hover {
	color : #7E6646;
	text-decoration : underline;
}
.MenuBottom a:visited {
	color : #7E6646;
}	

.TextCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.TextCopyright a:link {
	color : #FFFFFF;
	text-decoration : none;
}
.TextCopyright a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
.TextCopyright a:visited {
	color : #FFFFFF;
}	

/* _____________________________ menu Produits _____________________________ */

.menuGamme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	color: #ffffff;
	margin:0px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}
.menuGamme a:link {
	color: #000000;
	text-decoration : underline;
}
.menuGamme a:hover {
	color: #000000;
	text-decoration : none;
}
.menuGamme a:visited {
	color: #000000;

}

.menuProduit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 400;
	color: #333333;
	margin:0px;
}
.menuProduit a:link {
	color: #333333;
	text-decoration : underline;
}
.menuProduit a:hover {
	color: #333333;
	text-decoration : none;
}
.menuProduit a:visited {
	color: #333333;
}

.border-produits {
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
}




