/* CSS Document */

ul#boutiquedivers{
	margin:0px;
	padding:0px;
}


ul#boutiquedivers li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

ul#boutiquedivers li a{
	display:block;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
	text-align:left;
	text-decoration:none;
	width:600px;
	font-size:11px;
	color:#4c5d33;
	height:50px;
}

ul#boutiquedivers li a img{
	width:50px;
	height:50px;
	border:1px solid #CCCCCC;
	padding:2px;
	float:left;
	margin-right:10px;
}

ul#boutiquedivers li a span{
	font-family:"Courier New", Courier, monospace;
	color:#FF0000;
	font-weight:bold;
}


#description img.photo{
	float:right;
}
#description .panier{
	float:right;

}


/**** panier ***/
div#confirmpanier{
	display:none;
	padding:10px;
	margin:0px;
	background-color:#fbffcc;
	position:fixed;
	margin-top:300px;
	margin-left:350px;
	z-index:5;
	width:320px;
	border:1px solid #000000;
	background-image:url(../img/panierconfirm.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-align:center;
}

div#confirmpanier a{
	color:#666666;
	font-weight:bold;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

div#confirmpanier a:hover{
	color:#FFFFFF;
	background-color:#666666;
}


/**** prix ***/
#texte .panier{
	margin-top:20px;
	font-weight:bold;
}

#texte .photo{
	margin-left:10px;

}

