
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #464544;
}

body {
/*	background: #a1a3ac; */
	background: #ffffff;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

div.login {
	width: 191px;
	border-left:1px none #D0D3D8;
	border-right:1px none #D0D3D8;
	min-height:20px;
	background-color: #F1F2F4;
	text-align: left;
}

div.login h1 {
	background:transparent url(../img/block_header.gif) no-repeat scroll left top;
	border-bottom:1px solid #595A5E;
	color:#374853;
	font-family:Helvetica,Sans-Serif;
	font-size:1.2em;
	font-weight:bold;
	height:19px;
	line-height:1.3em;
	padding-left:0.5em;
	padding-top:2px;
	text-transform:uppercase;
}

form.aligned {
  width: 98%;
}

form.aligned div {
  clear: both;
  margin: 8px;
}

a.green {
	color: #6c857f;
	font-size:15px;
}
a.brown {
	color: #7f4e02;
	font-size:15px;
}
/********************* PHOTOTHEQUE ***************************/
div.photoa {
	width:100%;
	text-align: center;
	height: 40px;
	margin-top:14px;
}
div.photoa a:hover {
	color:#bbbbbb;
	background-color: #ffffff;
}
div.photoa a {
	width:250px;
	height:30px;
	padding: 10px 20px;
	margin:5px;
	background-color: #bbbbbb;
	border: 1px solid #4c4c4c;
	text-align: center;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size:15px;
}

/********************* LES PRODUITS ***************************/
ul#product_list {
	list-style-type:none;
/*	margin-top:2em; */
	width:600px;
	text-align:left;
	padding:0px;
}
ul#product_list li {
	background:#D0D3D8 url(../img/block_category_item_bg.jpg) repeat-x scroll 0 0;
	border:1px solid #D0D3D8;
	clear:both;
	height:130px;
	margin-bottom:0.3em;
	padding:6px;
}
ul#product_list a.product_img_link {
	border:1px solid #D0D3D8;
	float:left;
	margin-right:0.6em;
}
ul#product_list li a {
	color:#374853;
	text-decoration:none;
}
a {
	color:#5D717E;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:underline;
}
ul#product_list li div.center_block {
	float:left;
	/*width:74%;*/
	width:420px;
}
ul#product_list li h3 {
	margin:0.4em 0;
	font-variant:small-caps;
}
ul#product_list li p.product_desc {
	font-size:0.92em;
}
#center_column p {
	margin:0.5em 0;
	padding-left:0.7em;
}
ul#product_list li div.right_block {
	float:left;
	margin-left:1em;
	margin-top:0.7em;
	text-align:right;
	width:11em;
}
/************************************* HEADER *************************************/
div.header {
	height:90px;
	margin-bottom:10px;
	margin-top:10px;
	width:600px;
	border:1px solid #D0D3D8;
	clear:both;
	background:#e4e6eb url(../img/block_header_item_bg.jpg) repeat-x scroll 0 0;
	padding:5px;
}
div.header img {
	border:1px solid #D0D3D8;
}
/******************************* TOTAL **************************************/
b.totalht {
	font-size: 28px;
	font-weight: bolder;
}
b.totalttc {
	font-size: 13px;
	font-weight: bolder;
}
ul#product_list li div.right_total_block {
	float:left;
	margin-left:1em;
	margin-top:1.5em;
	text-align:right;
	width:15em;
	margin-bottom:35px;
}
ul#product_list li div.center_total_block {
	float:left;
	width:65%;
}
ul#product_list li div.center_total_block  label{
	float: left;
	width:110px;
	text-align: right;
	margin-right:10px;
	padding-top: 3px;
	margin-top: 3px;
}
ul#product_list li div.center_total_block  input{
	width:200px;
	padding-top: 3px;
	margin-top: 3px;
}
/****************************** COMMANDE *************************************/
table.commande {
	border:1px solid #D0D3D8;
	width:600px;
}
table.commande td {
	padding:5px;
}
table.commande td.c1 {
	background-color: #e4e7ec;
}
table.commande td.c2 {
	background-color: #cfd2d7;
}
table.commande td.total {
	background-color: #fcdd63;
	font-weight:bold;
}



form.aligned div.submit {
  text-align: right;
}

form.aligned div label {
  /*display: block;*/
  text-align: right;
  width: 70px;
  float: left;
  /*clear: both;*/
}

/******************************* ADMIN ******************************/
div.admheader {
	height:90px;
	margin-bottom:10px;
	margin-top:10px;
	width:600px;
	border:1px solid #D0D3D8;
	clear:both;
	background:#e4e6eb url(../img/block_admin_header_item_bg.jpg) repeat-x scroll 0 0;
	padding:5px;
	color:white;
}

table.price_dec {
	background-color:white;
}

table.price_dec td {
	background-color: #D0D3D8;
	padding-right:3px;
	padding-left:3px;
}

table.price_dec input {
	padding:0px; 
	border:0px;
}
