/*************** Catalogue *****************/
/**** Boite principale ****/
#catalogue{
	position:relative;
	margin-top:25px;
}
/****  Catalogue ****/
.ContenuCatalogue{
	width:956px;
	float:left;
	padding-left: 2px;

}
/*Boite de recherche */
#catalogueSearch{
	width:350px;
	heigth:35px;
	float:right;
	margin-top: -34px;
}
/* Elements du catalogue */
div.elemCatalogue{
	width:221px;
	text-align:left;
	float:left;
	margin: 6px 0 6px 18px;
	position:relative;
}

div.elemCatalogue h2{
	font-size:14px;
	font-family:'oxygenbold';
	color:#fff;
	margin:0px;
	height: 40px;
}
.elemCatalogue .zoomArticle{
	cursor:pointer;
}
/* Image article */
.divImg{
	height:160px;
	border-top:1px solid #b8c2c8;
	border-left:1px solid #b8c2c8;
	border-right:1px solid #b8c2c8;
	background-color:#e6e6e6;
	/*transition*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
}
.elemCatalogue:hover .divImg{
	background-color:#d09351;
}
.imgArticle{
	margin:10px auto;
	display:block;
	max-width:170px;
	max-height:120px;
	cursor:pointer;
}
.imgSelection{
	margin:10px auto;
	display:block;
	max-width:180px;
	max-height:190px;
}
/* Form d'action sur les articles */
.actionArticle{
	height: 140px;
	padding: 5px 13px 5px 13px;
	font-size:12px;
	background-color:#444a52;
}
.elemCatalogue.mini .actionArticle{
	height:auto;
}
.actionArticle label{
	color:#fff;
	font-size:14px;
	font-family:'ubunturegular';
}
/*Sélécteur de quantitée*/
.selectQte{
	display:inline-block;
	border:1px solid #000;
}
.catalogueQteMoins,.catalogueQtePlus{
	height: 18px;
	border: none;
	background-color: #dedede;
	margin: 0;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	cursor:pointer;
}
.masqueInput{
	margin: 0;
	background-color: #fff;
	height: 16px;
	border: none;
	text-align: center;
	vertical-align:middle;
}
.prix{
	color:#fff;
}
/*Admin des positions*/
.adminPosition{
	width:74px;
	margin:0 auto;
}
.adminPosition img{
	display:inline-block;
	vertical-align:middle;
}
.lienAjoutPanier{
	color:#c3ad0d;
}
.lienPersonaliser{
	color:#515c6f;
}

.actionArticle .selectArticle, .actionArticle .selectArticleOutil{
	width: 196px;
	margin: 0 0 3px;
	font-size:12px;
	color:#000000;
}

.actionArticle .selectArticle option[disabled], .actionArticle .selectArticleOutil option[disabled]{
	color:#000000;
	background-color:#FFFFFF;
}


.actionArticle .ajouterForm{
	background-image:url(/img/bt-ajoutCatalogue.png);
	background-repeat:no-repeat;
	background-position:center center;
	border:none;
	width:21px;
	height:21px;
	color:#FFFFFF;
	cursor:pointer;
}
.selectArticle, .selectArticleOutil{
	/*background-color: #E7E9EC;*/
	border: 2px solid #CCCCCC;
}

