@charset "utf-8";
#DivProduit {
	visibility: hidden;
	background-color: #000000;
	z-index: 55;
	top: 10%;
	left: 20%;
	height: 0%;
	width: 0px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: none;
}

#DivProduit ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#DivProduit li {
	display: none;
	padding: 0px;
	width: 100%;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	float: left;
}
#DivNav #DivProduit a {
	font-size: 14px;
}

#DivProduit p {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
}

#DivProduit h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6em;
	font-weight: bold;
	position: absolute;
	left: 40%;
	top: 20%;
}
#DivProduit img {
	height: auto;
	width: 25%;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}
#DivNav:hover #DivProduit {
	visibility: visible;
	background-color: #000000;
	z-index: 55;
	top: 10%;
	left: 20%;
	height: 70%;
	width: 70%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
}
#DivNav:hover #DivProduit li {
	display: inline;
	padding: 0px;
	width: 100%;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 10%;
}


#DivNav:hover  #DivProduit  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 10%;
	position: absolute;
	left: 45%;
	top: 7%;
}

