/* ---- Divers ------------------------------------------------------------------------------------------------------ */
.wait {
	display:			none;	
}

.italique {
	font-style:			italic;
}
.italique a {
	padding-left:		10px;
	font-style:			italic;
	font-size:			1.3rem;
}

.orange {
	color:				#A8741A;
}

a.active {
	color:				#A8741A;
}

#article_ajoute {
	position:			fixed;
	padding:			20px;
	width: 				100%;
	text-align: 		center;
	color: 				#468847;
	font-weight: 		bold;
	font-size: 			20px;
	background-color: 	#dff0d8;
	border: 			1px solid #468847;
	z-index: 			1000;
	opacity: 			0.9;
}

#div_success {
	padding:			10px 20px;
	background-color: 	#DFF0D8;
	color:				green;
	border:				1px solid green;
	border-radius: 		5px;
}

#div_warning {
	padding:			10px 20px;
	color:				#A8741A;
	border:				1px solid #A8741A;
	border-radius: 		5px;
}

#div_error {
	padding:			10px 20px;
	background-color: 	#F2DEDE;
	color:				#CC3300;
	font-weight: 		bold;
	border:				2px solid #CC3300;
	border-radius: 		5px;
}

.product-description a {
	color:				#A8741A;
}
/* ------------------------------------------------------------------------------------------------------------------ */

/* ---- Formulaires ------------------------------------------------------------------------------------------------- */
select {
	border-color: 		#333333;
}
.label-erreur {
	color:				#A8741A;
}
.input-erreur {
	color:				#A8741A !important;
	border:				2px solid #A8741A !important;
}

#div_contenu_option select {
	appearance: 		none;
	-webkit-appearance: none;
	-moz-appearance: 	none;
}

/* ------------------------------------------------------------------------------------------------------------------ */