﻿.Workspace
{
	text-align: left;	
	float:left;
}

/* Data Viewer */
#Viewer
{
	position: absolute;
	left: 400px;
	top: 30px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	width: 320px;
	height: 250px;
	background-color: #ffffff;
	padding: 10px;
	width: 510px;
	height: 470px;
}

/* Generic Carousel Properties */
.carousel
{
	position: relative;
	/*clear: both;*/

}
.carousel .navButton
{
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	background-repeat:no-repeat;
	z-index: 10;
}
.carousel .container
{
	position: absolute;
	overflow: hidden;
	/*border:solid 1px #000000;	*/
	width:755px;
	height:136px;
	margin-top:-10px;
	/*float:left;*/
}
.carousel .items
{
	/*position: absolute;*/
	margin-top:4px;
	float:left;
}
.carousel .item
{
	position: relative;	
	list-style-type: none;
	margin: 0px;
	/*float:left;*/
}
.carousel .item.hover, .carousel .item.selected
{
	/*float:left;*/
}


/***********************************************************************************************/
/************ CAROUSEL PAR 2 ************/
/* Horizontal Carousel */
.CarouselPar2{height: 125px;margin-left:3px;width: 347px;}
.CarouselPar2 .container{width:306px; /*Taille du rotator*/	margin-left:15px;}
.CarouselPar2 .items{top: 0; width: 3900px;  /*Largeur de la liste d'éléments ///// 140px(Taille de l'item) * le nombre d'éléments de la liste*/float:left;}
.CarouselPar2 .item{width: 155px; /*largeur d'un item du carousel*/	float: left;}
.CarouselPar2 .item .icon img{	position: relative;	left: 0px;width: 65px !important;	height: 65px;}
.CarouselPar2 .navButton{position: absolute;	bottom: 30px;width: 16px;height: 69px;}

.CarouselPar2 .navButton.previous{left:0px;background-image: url(/Library/images/common/common/Fleche_Defil_Marron_Gauche.gif);}
.CarouselPar2 .navButton.next{	right:0px;background-image: url(/Library/images/common/common/Fleche_Defil_Marron_Droite.gif);}

/* Hide data items from selector */
.CarouselPar2 .item .key{display: none;}
.CarouselPar2 .item .picture{display: none;}

/***********************************************************************************************/
/************ CAROUSEL PAR 4 ************/
.CarouselPar4{height: 125px;margin-left:3px;width:735px;padding-top:15px; }
.CarouselPar4 .container{width:704px; /*Taille du rotator*/  margin-left:15px;}
.CarouselPar4 .items{top: 0; width: 4500px; /*Largeur de la liste d'éléments ///// (Taille de l'item) * le nombre d'éléments de la liste*/float:left;}
.CarouselPar4 .item{width:174px; /*largeur d'un item du carousel*/	float: left; }
.CarouselPar4 .item .icon img{	position: relative;	left: 0px;width: 65px !important;	height: 65px;}
.CarouselPar4 .navButton{position: absolute;	bottom: 30px;width: 17px;height: 69px;}

.CarouselPar4 .navButton.previous{left:0px;background-image: url(/Library/images/common/common/Fleche_Defil_Marron_Gauche.gif);}
.CarouselPar4 .navButton.next{	right:0px;background-image: url(/Library/images/common/common/Fleche_Defil_Marron_Droite.gif);}

/* Hide data items from selector */
.CarouselPar4 .item .key{display: none;}
.CarouselPar4 .item .picture{display: none;}


/***********************************************************************************************/
/************ CAROUSEL PAR 6 ************/
.CarouselPar6{height: 125px;margin-left:3px;width: 948px;}
.CarouselPar6 .container{width:910px; /*Taille du rotator*/	margin-left:15px;}
.CarouselPar6 .items{top: 0; width: 3900px;  /*Largeur de la liste d'éléments ///// (Taille de l'item) * le nombre d'éléments de la liste*/float:left;}
.CarouselPar6 .item{width: 150px; /*largeur d'un item du carousel*/	float: left;}
.CarouselPar6 .item .icon img{	position: relative;	left: 0px;width: 65px !important;	height: 65px;}
.CarouselPar6 .navButton{position: absolute; bottom: 30px;width: 17px;height: 69px;}

.CarouselPar6 .navButton.previous{left:0px;background-image: url(/Library/images/common/common/Fleche_Defil_Marron_Gauche.gif);}
.CarouselPar6 .navButton.next{	right:0px;background-image: url(/Library/images/common/common/Fleche_Defil_Marron_Droite.gif);}

/* Hide data items from selector */
.CarouselPar6 .item .key{display: none;}
.CarouselPar6 .item .picture{display: none;}

/****************************/
/* Modal Popup Ajout Panier */
.PopupAjoutPanier
{
	background-color: #ffffff;
	text-align: center;
	border: 1px solid gray;
	width: 727px;
	height: 142px;
	overflow: hidden;
	padding: 10px;
	font-family: Arial;
	font-weight: normal;
}
.PopupAjoutPanier .CssDivInfoProduitAjoute
{
	font-size: 14px;
	font-family: Arial;
	padding: 20px 0 0;
}
.PopupAjoutPanier .CssDivInfoProduitAjoute .CssNomProduitAjoute
{
	color: #8a2222;
}
.PopupAjoutPanier .CssDivBtnPopup
{
	height: 40px;
	width: 720px;
	float: left;
	clear: both;
	padding: 20px 0 20px 0;
}
.PopupAjoutPanier .CssDivBtnPopup table
{
	width: 100%;
}
.PopupAjoutPanier .CssDivBtnPopup td
{
	width: 50%;
}
.PopupAjoutPanier .CssDivMeaPopup
{
	float: left;
	clear: both;
	height: 143px;
	width: 720px;
	padding: 0 0 15px 0;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
}
.PopupAjoutPanier .CssDivMeaPopup .CssDivBandeauSep
{
	border-top: 1px solid #C18960;
	clear: both;
	height: 1px;
	margin: 0 0 7px;
}


/******************************/
/* Bouton de validation Popup */
.CssBtnPopup
{
	color: #4E3A3A;
	height: 37px;
	width: auto;
	float: left;
	text-decoration: none;
	text-align: center;
	margin: 0 40px 0 0;
	font-family: Arial;
	font-weight: normal;
}
.CssBtnPopup a
{
	margin: 15px;
}
.CssTitreBoutonPopup
{
	height: 37px;
	width: auto;
	text-decoration: none;
	color: #ffffff;
	position:relative;
	top:6px;
	font-family:Century Gothic;
	font-size:11px;
}

.CssBtnPopup .CssDivGaucheBtnContinueAchatMarron, .CssBtnPopup .CssDivGaucheBtnContinueAchatRouge
{
	height: 37px;
	float: left;
	cursor: pointer;
}
.CssBtnPopup .CssDivGaucheBtnContinueAchatMarron
{
	background: transparent url(/Library/Images/common/boutons/Gd_Btn_ContinueAchats_coinG.png) no-repeat scroll 0 0;
	width: 29px;
}
.CssBtnPopup .CssDivGaucheBtnContinueAchatRouge
{
	background: transparent url(/Library/Images/common/boutons/Gd_Btn_Rouge_CoinG.png) no-repeat scroll 0 0;
	width: 32px;
}

.CssBtnPopup .CssDivTitreBtnContinueAchatMarron, .CssBtnPopup .CssDivTitreBtnContinueAchatRouge
{
	height: 35px;
	float: left;
	padding: 2px 0 0 6px;
	font-family: Arial;
	font-size: 14px;
	cursor: pointer;
}
.CssBtnPopup .CssDivTitreBtnContinueAchatMarron
{
	background: transparent url(/Library/Images/common/boutons/Gd_Btn_ContinueAchats_Fond.png) repeat-x;
	width: auto;
}
.CssBtnPopup .CssDivTitreBtnContinueAchatRouge
{
	background: transparent url(/Library/Images/common/boutons/Gd_Btn_Rouge_Fond.png) repeat-x;
	width: auto;
}

.CssBtnPopup .CssDivDroitBtnContinueAchatMarron, .CssBtnPopup .CssDivDroitBtnContinueAchatRouge
{
	height: 37px;
	float: left;
	cursor: pointer;
}
.CssBtnPopup .CssDivDroitBtnContinueAchatMarron
{
	background: transparent url(/Library/Images/common/boutons/Gd_Btn_ContinueAchats_coinD.png) no-repeat scroll 0 0;
	width: 7px;
	margin-left:-1px;
}
.CssBtnPopup .CssDivDroitBtnContinueAchatRouge
{
	background: transparent url(/Library/Images/common/boutons/Gd_Btn_Rouge_CoinD.png) no-repeat scroll 0 0;
	width: 5px;
}
