body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #a670b7;
	font-family: Arial, arial, ARIAL, serif;
	width: 100%;
	min-width: 1100px;
	overflow-x: hidden;
	
}

iframe{
	border: none;
}

a{
	color: #a670b7;
}

a img, a img{
	border: 0px;
}

a:hover{
	color: #a670b7;
}

img{
	margin: 0px;
	padding: 0px;
}

a:focus{
	outline: 0px;
}

h2, h3{
	font-weight: 300;
	font-size: 20px;
	text-decoration: underline;
}

#corps{
	position: absolute;
	width: 100%; /* à supprimer quand on va mettre en forme, mais on devra centrer le contenu*/
	display: none;
	min-width: 1100px;
}

#contPannier{
	height: 125px;
}

.produitPanier{
	float: left;
	width: 75px;
	height: 125px;
	margin-left: 5px;
	text-align: center;
}

.produitPanier img{
	max-width: 75px;
	max-height: 75px;
}

.contDydy{
	position: relative;
	width: 907px;
	margin: auto;
}

.head{
	margin-top: 20px;
	background-image: url('../img/skin/headBackgroundAdm.png');
	height: 118px;
	width: 100%;
}

td{
	width: 14%;
}

.middle{
	width: 904px;
	position: relative;
	border-left: 1px solid #572860;
	border-right: 1px solid #572860;
	height: 700px;
}

#formCmd{
	width: 300px;
	height: 340px;
	margin: auto;
	margin-top: 100px;
	background-image: url('../img/skin/fonform.png');
	background-repeat: no-repeat;
	color: #ffffff;
}

#contProduitCmd{
	clear: both;
	overflow: auto;
	width: 600px;
	height: 460px;
}

#contMenuFlash{
	position: absolute;
	left: 0px;
	width: 834px;
	height: 675px;
	z-index: 20010;
	background-color: #ffffff;
	display: none;
	overflow: hidden;
	background-image: url('../menu/img/bookBackground.jpg');
}

#contFormCmd{
	position: absolute;
	width: 834px;
	height: 675px;
	z-index: 10010;
	display: none;
	overflow: hidden;
	
}

.contMenu{
	width: 217px;
	height: 555px;
	position: relative;
	background-image: url('../img/skin/backgroundMenup.png');
	float: left;
}

.categMenu{
	margin-top: 50px;
	width: 169px;
	height: 220px;
}

.elemCateg{
	width: 169px;
	height: 44px;
	overflow: hidden;
}

.lienCateg{
	display: block;
	margin-top: 10px;
	position: absolute;
	width: 169px;
	height: 44px;
}

#partieText{
	float: left;
	width: 687px;
	height: 670px;
	overflow: auto;
}

#image{
	margin: auto;
	margin-top: 40px;
	width: 598px;
	height: 257px;
	position: relative;
	border: 1px solid #572860;
}

#barImg{
	padding-top: 5px;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0px;
    opacity : 0.7;
    filter : alpha(opacity=70); 
	background-color: #572860;
	z-index: 10004;
	text-align: center;
}

#img1, #img2, #img3{
	width: 598px;
	height: 257px;
	position: absolute;
}

#footer{
	position: relative;
	margin: auto;
	width: 906px;
	height: 60px;
	margin-bottom: 10px;
	background-image: url('../img/skin/backgroundFooter.png');
}

#entreBis{
	width: 100%;
	position: absolute;
	min-height: 600px;
	min-width: 1100px;
}

#entre{
	min-height: 600px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	min-width: 1100px;
}

#intEntre{
	position: relative;
	overflow: hidden;
}

#styleH{
	width: 0%;
	height: 150px;
	background-image: url('../img/skin/styleB.jpg');
	background-repeat: repeat-x;
}

#styleB{
	width: 0%;
	height: 150px;
	background-image: url('../img/skin/styleH.jpg');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	
}

#entreOnSite{
	display: none;
	margin-top: 50px;
}

#onSite{
	margin: auto;
	width: 425px;
}

#contOnSite{
	width: 100%;
	margin-left: 100%;
}

.inputFormat{
	font-size: 13px;
	border: 1px #D2D2D2 solid;
	border-radius: 4px;
	-moz-border-radius: 2px;
	height: 30px;
	margin-bottom: 10px;
	display: block;
	box-sizing: border-box;         /* Opera/IE 8+ */
	min-width: 300px;
	background: #fff;
}

textarea.inputFormat{
	height: 300px;
}

.tab-menu{
	display: flex;
	background: #fff;
	justify-content: space-between;
}

.tab-menu a{
	color: #a670b7;
	text-decoration: none;
	width: 33%;
	padding: 5px 7px;
	transition: .3s;
	text-align: center;
}

.tab-menu a.selected, .tab-menu a:hover{
	color: #fff;
	background: #a670b7;
}

.tab-container .tab{
	display: none;
}

.tab-container .tab.selected{
	display: block;
}

.categ-container, .produit-container{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.categ-container a, .produit-container a{
	width: 20%;
	background: #fff;
	text-decoration: none;
	text-align: center;
	box-shadow: rgb(185 14 213 / 67%) 0px 8px 16px, rgb(185 14 213 / 67%) 0px -1px 0px;
    margin: 10px;
    border-radius: 7px;
}

.categ-container a img, .produit-container a img{
	width: 100%;
}

.tab{
	margin-top: 15px;
}

#search-produit{
	display: inline-block;
}