/***
	Page articles
***/
#article_visuel{
	float:left;
	width:420px;
}
#article_info{
	float:left;
	width:380px;
	font-size:11px;
}
#article_info .type{
	font-weight:bold;
	font-size:14px;
}
#article_info .modele{
	font-size:24px;
	color:#FE0404;
	font-weight:bold;
}
#article_info .valeur{
	color:#FE0404;
	font-weight:bold;
}
.bouton{
	background:#FF0000 url('../_img/bouton.gif') no-repeat center center;
	color:#FFFFFF;
	border:0;
	width:171px;
	height:33px;
	font-weight:bold;
	font-size:11px;	
}
#article_prix{
	margin-left:120px;
	text-align:right;
}
#article_prix .prix_choisi{
	font-size:24px;
	color:#FE2929;
	font-weight:bold;
}
#article_prix .prix_mini{
	margin-top:7px;
	font-size:18px;
	font-weight:bold;
}
#article_prix .prix_conseil{
	font-size:14px;
	font-weight:bold;
	/*text-decoration:line-through;*/
}
.article_tableau td{
	height:24px;
	text-align:center;
}
.article_tableau .ligne_stock{
	color:green;
	font-size:12px;
	font-weight:bold;	
}
.article_tableau .ligne_nostock,.article_tableau .ligne_stock{
	width:50px;
}

#large {
	width: 400px;
	min-height:280px;
	background: url(../_img/loading.gif) no-repeat center center;
}
#thumbnail {
	float:right;
	margin-right:4px;
	list-style: none;
	padding: 5px;
}
#thumbnail li {
	float: left;
	margin: 8px;
}
#thumbnail a {
	display: block;
	border: 1px solid #FE0404;
	padding: 1px;
	width:60px;
	height:60px;
}
#thumbnail a:hover {
	border-color: #666666;
}
#thumbnail img{	
	padding-left:6px;
}

div.successPanier{
	background: url(../_img/sign_valid.png) 5px 10px no-repeat #FFEBEB;
	color: #FE3B3B;	
	height: 30px;
	text-align:center;
	border: 1px solid #FE3B3B;	
	width:124px;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 40px;
}

.jqzoom{
	border: 1px solid #FE0404;
	float:left;
	position:relative;
	padding:0px;
	cursor:pointer;
}

.jqzoom img{
	float:left;
}


div.zoomdiv {
	z-index: 100;
	position: absolute;
	top:0px;
	left:0px;
	width: 300px;
	height: 300px;
	display:none;
	text-align: center;
	border: 1px solid #D2D2D2;
	overflow: hidden;
}

div.jqZoomPup {
	z-index : 10;
	visibility: hidden;
	position: absolute;
	top:0px;
	left:0px;
	width: 50px;
	height: 50px;
	background: #ffffff url(../_img/zoom.gif) 50% top  no-repeat;;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
