/******************************************
* CSS pour l'interface de PERSONALISATION *
******************************************/
/* gris B6B6B6, rose 2C4491 */
#menuCorpsImageLarge {
	/*border: 1px solid red;*/
	width: 780px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/********************
* Selection Article *
********************/
#SelectArticleForm div {
	position: relative;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	height: 22px;
}
#SelectArticleForm div span {
	font-weight: bold;
	color: #A00D69;
}
#SelectArticleForm div select {
	position: absolute;
	left: 60px;
	font-size: 1em;
	color: #55444f;
	maw-width: 300px;
}
#SelectArticleForm div optgroup {
	color: #93085f;
	padding-top: 5px;
	font-style: normal
}
#SelectArticleForm div option {
	padding: 1px 5px 0px 5px;
	color: #55444f;
}
#SelectArticleForm #prixvente {
	color: #ff0000;
	position: absolute;
	left: 60px;
}

/******************
* Aperçu & Visuel *
******************/
#ApercuConteneur {
	/*border: 1px solid blue;*/
	padding: 2px;
	width: 416px;
}
#ApercuOnglets {
	position: relative;
	height: 22px;
}
#ApercuOnglets #ApercuOngletF, #ApercuOnglets #ApercuOngletB {
	float: left;
	font-weight: bold;
	padding: 5px 10px 2px 10px;
	margin: 0px 2px 0px 4px;
	background-color: #B6B6B6;
	cursor: pointer;
}
#ApercuVisuel {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #B6B6B6;
	padding: 0px;
	height: 416px;
	width: 416px;
}
#ApercuVisuel #visueltemporaireF, #ApercuVisuel #visueltemporaireB {
	background-color: white;
	position: absolute;
	top: 8px;
	left: 8px; right: 8px; bottom: 8px;
	height: 400px;
	width: 400px;
}
#ApercuVisuel #visueltemporaireF .calqueTexte, #ApercuVisuel #visueltemporaireB .calqueTexte {
	position: absolute;
	top: 160px;
	left: 160px;
	cursor: move;
	text-align: center;
}

#ApercuAjoutTexte {
	text-align: left;
	width: 310px;
	margin-left: 20px;
}
#ApercuAjoutTexte span {
	display: block;
	font-weight: bold;
	color: #A00D69;
}
#ApercuAjoutImage {
	background-color: #b6b6b6;
	opacity: 0.5;
	text-align: left;
	height: 60px;
	width: 310px;
	margin-left: 20px;
}

/*****************************
* formulaire de modification *
*****************************/
.titreSelection {
	font-weight: bold;
	color: #A00D69;
}
.ElementParamDroite {
	margin-left: 20px;
	margin-bottom: 12px;
}
#ElementsConteneur #ListeImgPolice {
	border: 6px solid #ECF0F4;
	overflow: auto;
	height: 220px;
	width: 420px;
}
/*
.unePolice {
	position: relative;
	cursor: pointer;
	width: 386px;
	height: 50px;
	margin: 2px 0px;
}
.unePolice:hover {
	background-color: #ECF0F4;
}
.unePolice span {
	position: absolute;
	left: 0px;
	top: 18px;
}
*/
.laPolice {
	position: absolute;
	top: 0px; right: 0px;
}

#ElementsConteneur #ListeImgCouleur {
	border: 6px solid #ECF0F4;
	overflow: auto;
	height: 200px;
	width: 630px;
}

.laCouleur {
	float: left;
	width: 70px;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	cursor:pointer;
}
.laCouleur:hover {
	background-color: #ECF0F4; /* rose tres pale ECF0F4 */
}
.laCouleur .apercu {
	text-align: center;
	padding: 5px;
}
.laCouleur .detail {
	font-size: 0.75em;
	letter-spacing: 0px;
	color: #6C5B66;
	font-weight: bold;
	text-align: center;
}

.titreCouleur {
	clear: both;
	margin-top: 20px;
}
.titreCouleur span {
	color: #A00D69;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
}

/********************
* Zones de "resize" *
********************/
#resizeSE, #resizeNE, #resizeNW, #resizeSW { position: absolute; width: 4px; height: 4px; background-color: #333; border: 1px solid #fff; overflow: hidden; }
#resizeSE { bottom: -6px; right: -6px; cursor: se-resize; }
#resizeNE { top: -6px; right: -6px; cursor: ne-resize; }
#resizeNW { top: -6px; left: -6px; cursor: nw-resize; }
#resizeSW { left: -6px; bottom: -6px; cursor: sw-resize; }
/*#resizeSE, #resizeE, #resizeNE, #resizeN, #resizeNW, #resizeW, #resizeSW, #resizeS { position: absolute; width: 4px; height: 4px; background-color: #333; border: 1px solid #fff; overflow: hidden; }*/
/*#resizeSE { bottom: -6px; right: -6px; cursor: se-resize; }*/
/*#resizeE { top: 50%; right: -6px; margin-top: -5px; cursor: e-resize; }*/
/*#resizeNE { top: -6px; right: -6px; cursor: ne-resize; }*/
/*#resizeN { top: -6px; left: 50%; margin-left: -5px; cursor: n-resize; }*/
/*#resizeNW { top: -6px; left: -6px; cursor: nw-resize; }*/
/*#resizeW { top: 50%; left: -6px; margin-top: -5px; cursor: w-resize; }*/
/*#resizeSW { left: -6px; bottom: -6px; cursor: sw-resize; }*/
/*#resizeS { bottom: -6px; left: 50%; margin-left: -5px; cursor: s-resize; }*/
/*#box1 { border: 1px dashed grey; background-color: yellow; width: 180px; height: 100px; }*/