﻿/*///////////////////////////////
SPECIFICITE DE LA PARTIE EN BLANC
//////////////////////////////*/
body
{
	background-color: #efeded;
}
#conteneur_main a.bt
{
	border-color: #000;
}
li
{
	background: url(../../images/puce.gif) no-repeat left 4px;
}
hr.clear
{
	color:#efeded;
	}
/*Partie centrale*/
#conteneur_center
{
	color: #000;
}
#conteneur_center a
{
	color: #343434;
	text-decoration: none;
}
#conteneur_center a:hover
{
	text-decoration: underline;
}
input.tb_search
{
	border: solid 1px #343434;
	background: #efeded;
	color: #000;
}
input.bt
{
	border: solid 1px #343434;
	background: #efeded;
	color: #000;
}
#conteneur_main a.disabled
{
	color:#ccc;
	border-color:#ccc;
	}
input.disabled
{
	color:#ccc;
	border-color:#ccc;
	}
/*Header*/
div#header a.bg_basket
{
	background: url(../../images/basket_white.jpg) no-repeat left bottom;
	padding: 5px 0 4px 32px;
}
div#header a.bg_color
{
	color: #efeded;
}
ul#menu_top li a
{
	text-transform: uppercase;
	font-size: 10px;
}
/*PAGE DONNEES CLIENT*/
input.tb, textarea
{
	border: solid 1px #343434;
	background: #efeded;
	color: #000;		
}
#conteneur_center select
{
	background: #efeded;
	font-size:11px;
	}
/*PAGE BASKET*/
#conteneur_center input.tb_quantite
{
	width: 30px;
}


