/******************************************************/
/***				BOUTIQUE						***/
/******************************************************/

#boutique td
{
	font-size:11px;
}

#boutique h1
{
	font-size: 14px;
	color: #c41818;
	font-weight: normal;
}

#boutique input, #boutique select, #boutique textarea
{
	font-family:Arial;
	margin: 0;
	border: 1px solid #b7b7b7;
	font-size: 11px;
}

#boutique textarea
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 5px;
}

#boutique input
{
	padding-top: 2px;
	padding-bottom: 2px;
	//height:20px;
	padding-right: 2px;
	padding-left: 5px;
}

#boutique select
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 2px;
}

form
{
	padding: 0;
	margin: 0;
}

table.b_tri
{
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	color: #b7b7b7;
	font-size: 11px;
	margin-top: 15px;
	font-weight: bold;
}

table.b_recherche
{
	margin-top: 30px;
}

td.b_recherche
{
	padding-top: 10px;
}

td.act_panier
{
	color: #fff;
	text-align: center; 
	font-weight: bold;
	padding: 3px;
	font-size: 11px;
}

div.panier
{
	width: 221px;
	overflow: auto;
	height: 105px;
	background: #fff;
	font-size: 11px;
}

span.panier
{
	color: #c41818;
}

#articles td 
{
	font-size: 12px;
	padding-left: 20px;
}

div.articles
{
	width: 295px;
	float:left;
	margin-right: 20px;
	font-size: 12px;
	height: 160px;
}

h1.articles
{
	font-size: 12px;
	color: #c41818;
	font-weight: bold;
	margin: 0;
}

h2.articles
{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	margin: 0;
}

div.prix
{
	background: #000;
	color: #fff;
	padding: 2px;
	font-weight: bold;
	text-align:center;
	width:60px;
}

div.separ
{
	height: 1px;
	border-top: 1px dotted #c41818;
	margin-bottom: 8px;
	margin-top: 10px;
	padding: 0;
	font-size: 0px;
}

div.shop_description
{
	background-image:url(../images/cadre-peinture-shop.png);
	background-position:0 0;
	background-repeat:no-repeat;	
	height:402px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
	padding-top:40px;
	position:absolute;	
	width:661px;
	top: 320px;
	left: 300px;
}

a.shop_description
{
	color: #D12E1F;
	outline: none;
	font-size:10pt;
}

div.text_description
{
	text-align:justify;
	color:#000000;
	width: 561px;
	height: 260px;
	overflow: auto;
	padding-right: 20px;
}

.clearfloat { 
	clear:					both;    
	font-size:				0px; 
	line-height:			0%; 
	width:					0px;
	height:					0px;
	padding:				0;
	margin:					0;
}

/******************************************************/
/***			FIN	BOUTIQUE						***/
/******************************************************/