/* ---------- Styles specific to the project ----------- */

td.header1 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 20px;
	border-bottom : 0px solid rgb(240,240,240);
	background :  rgb(255,255,255) url(../images/menu_st.gif) no-repeat center left;
	/*border-bottom : 1px solid rgb(203,220,252);*/
	height :  20px;
	}

div.fill{
	height: 40px;
}

input.largebutton {
	font-weight : bold; 
	font-size : 9px;
	color : rgb(255,255,255);
	background: url(../images/layer1_bouton_large.gif) no-repeat center left;
	text-decoration : none;
	text-align : left;
	padding : 0px 0px 0px 35px;
	height: 20px;
	width: 200px;
	border : 0px solid rgb(104,104,104);
	cursor: pointer;
	}
	
input.largebuttonbasket {
	font-weight : bold; 
	font-size : 9px;
	color : rgb(255,255,255);
	background: url(../images/layer1_bouton_large_panier.gif) no-repeat center left;
	text-decoration : none;
	text-align : left;
	padding : 0px 0px 0px 35px;
	height: 20px;
	width: 200px;
	border : 0px solid rgb(104,104,104);
	cursor: pointer;
	}
	
input.largebuttonbasketfull {
	font-weight : bold; 
	font-size : 9px;
	color : rgb(224,77,1);
	background: url(../images/layer1_bouton_large_panier_trensparent.gif) no-repeat center left;
	text-decoration : none;
	text-align : left;
	padding : 0px 0px 0px 35px;
	height: 20px;
	width: 200px;
	border : 0px solid rgb(104,104,104);
	cursor: pointer;
	}
	
input.extralargebuttonbasket {
	font-weight : bold; 
	font-size : 9px;
	color : rgb(255,255,255);
	background: url(../images/layer1_bouton_extra_panier.gif) no-repeat center left;
	text-decoration : none;
	text-align : left;
	padding : 0px 0px 0px 35px;
	height: 20px;
	width: 400px;
	border : 0px solid rgb(104,104,104);
	cursor: pointer;
	}
