/** green specific bits */
h1 {
	font-size: 2em;
	line-height: 2.5em;
}
/** header **/
div#header {
	background: #000 url(../images/header_green4.jpg) 50% 0 no-repeat;
}

/** links **/
a:link, 
a:visited {
	color: #718D23;
}

a:hover {
	color: #5C751E;	
}

/** menu stuff **/
#slider {
	border-bottom: 4px solid #85A72A;
}
div#entete_centre {
	/*background:#cf0027;*/
	text-align:right;
	margin: 10px 0;
}
.fil {
	float:left;
	background: url("../../interfs/fil.png") no-repeat left;
	font-size:1.2em;
	font-weight:bold;
	padding: 0 0 0 30px;
	line-height:1.4em;
}
.fil a {
	font-weight:bold;
	color: #85A72A;
	text-decoration:none;
}
.fil a:hover {
	text-decoration: underline;
}
.titreCategorie {
	color: #000; 
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
}
p.pagination {
	font-size:1em;
	font-weight:bold;
	text-align:center;
	/*padding: 4px 0 5px 30px;*/
}
p.pagination a {
	text-decoration:none;
	color:#46596E ;
}
p.pagination a:hover {
	text-decoration:underline;
}

a.mainlevel:hover,
a.mainlevel#active_menu,
td#leftcol ul.submenu a:hover,
td#rightcol ul.submenu a:hover,
ul.submenu li.active a {
	border-right: 4px solid #85A72A;
}

/** user block **/
table#mainframe td#left2col {
	background: #97A8BB url(../images/mb_ushadow_green_l.png) 100% 0 repeat-y;
}

table#mainframe td#right2col {
	background: #fff url(../images/mb_ushadow_green_r.png) 0 0 repeat-y;
}

table#mainframe td#usercol {
	background: #515151 url(../images/mb_user_green_bg.png) 0 0 repeat-x;
	padding: 10px 5px;	
}

/* PRODUITS */
table.produits {
	width: 100%;
	margin-top: 20px;
}


td.corner_lb {
	width:15px;
	height:5px;
	background: url(../interfs/prd_corner_lb.png) no-repeat  right top;
}
td.middle_bottom {
	height:5px;
	background: url(../interfs/prd_border_b.png) repeat-x  left top;
}
td.corner_rb {
	width:15px;
	height:5px;
	background: url(../interfs/prd_corner_rb.png) no-repeat  left top;
}

.photo_prods {
	text-align:center;
	vertical-align:middle;
}
.photo_prods img{
	border:none;
}
img.thumb {
	border:none;
}
.design_prods {
	font-size:1.3em;
	text-align:center;
	vertical-align:top;
	font-weight: bold;
	color:#46596E;
	/*padding: .5em 0 .5em 0;*/
}
.design_prods a {
	font-weight: bold;
	color:#46596E;
	text-decoration:none;
}
.design_prods a:hover {

}
.prix_prods {
	/*width:120px;*/
	font-weight: bold;
	font-size:1.3em;
	color:#f30;
	text-align:center;
	vertical-align:middle;
	/*padding: 0 .5em 0 .5em;*/
}
.prix_prods a {
	text-decoration: none;
}
.prixCommentaire  {
	font-size:0.6em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}
.prix_prods a:hover {
	text-decoration: underline;
}
.descript_prods {
	font-weight: normal;
	font-size:0.95em;
	line-height:1.2em;
	color:#000;
	text-align:justify;
	vertical-align:middle;
	padding: 1em 2em;
}
.descript_prods a {
	color:#333333;
	text-decoration:none;
}
.descript_prods a:hover {
	color:#666666;
}
 .descript_prods p {
	margin:0;
}
.dispo_ajout{
	text-align: right;
}
.dispo_ajout form{
	display: inline;
}
.dispo_prd {
	display: inline;
	float: left;
}
.dispo_prd span {
	font-weight: bold;	
}
.magasin_info {
	font-size:1.1em;
	border-bottom: 2px solid #85A72A;
	padding: 5px;
}