body {
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/Fond.jpg);
}

h1{
	font-family: "Comic Sans MS" ;
	font-weight: normal; 
	line-height: 40px;
	
}
h2{
	font-family: "Comic Sans MS" ;
	font-weight: normal; 
}
a.FamilleMenu{
	font-weight: bold;
}
.Menu a{
	color: #110022;
	text-decoration: none;
	line-height: 40px;
	font-family: Arial;
	font-size: 13px;
}
.Menu a:hover{
	text-decoration: underline;
	font-weight: bold;
}
div.BasProduit{
	
	width: 99%;
	
	
}
div.SemiCentre{
	position: relative;
	width: 95%;
	max-width: 800px;
	border: 1px solid black;
	padding-left: 5px;
	
	float: center;
}
div.ProduitRef{
	position: relative;
	width: 95%;
	max-width: 800px;
	border: 1px solid black;
	padding-left: 5px;
	padding-bottom: 60px;
	float: center;
}

#Lst_Produits{
	width: 310px;
	height: 500px;
	padding: 5px;
	overflow: auto;
	position: relative;
	top: 0px;
	left: 0px;
		
	
}

#Global_Pdt {
	min-width: 800px;
	border: 0px solid black;
	min-height: 600px;
	max-height: 600px;
}
#DetailProduit{
	width: 450px;
	position: relative;
	top: -500px;
	left: 340px;

}
#Lst_Produits Table{
	width: 99%;
	position: relative;
	float: left;
	
}
#global{
	position: relative;
	padding-left:220px;
	padding-top:250px;
	bottom: 0px;
	min-height: 480px;	
}

#MenuBas{
	position: absolute;
	width: 80%;
	bottom: 0px;
}
#Contenu{
	position: relative;
	z-index: 2;
	top: 250px;
	left: 0px;
	
	right: 20px;
}
#MenuGauche{
	padding-top: 380px;
	position: absolute;
	
	top: 0px;
	bottom: 0px;
	left: 0px;
	
	width: 170px;
	background-image: url(../Images/motifVertical.jpg);
	background-repeat: repeat-y;
	padding-right: 30px;
	
	z-index: 0;
	background-position: 157px -15px;
	padding-right: 20px;
}
#HautGauche{
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../Images/bandeauGauche.gif);
	background-repeat: no-repeat;
	width: 450px;
	height: 400px;
	
	
}

#HautDroite{
	z-index: 1;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../Images/bandeauDroite.gif);
	background-repeat: no-repeat;
	width: 390px;
	height: 350px;
}

a.LienGal{
	color: #000000;
}
