/* CSS Document */
body {
	background:#303030 url("../img/bg_site.jpg") repeat-x 0 0;
}
.quantite {
	width:20px;
	margin-left:5px;
}
.message {
	background:#FBE3E4 none repeat scroll 0 0;
	border: solid 5px #FBC2C4;
	color:#8A1F11;
	padding:10px;
	margin:10px 0;
}
/* Structures */
#header {
	height:98px;
}
#panier {
	background:url("../img/fond_panier.jpg") no-repeat 0 0;
	height:98px;
	width:240px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding-left:40px;
}
#panier span {
	float:left;
	height:20px;
	width:100%;
	color:#FFF;
	margin-top:35px;
}
.commande{
	


}
#menu {
	height:46px;
	background:url("../img/fond_menu.jpg") repeat-x 0 0;
}
	#menu ul {
		margin:0;
		padding:0;
	}
	#menu ul li {
		list-style:none;
		float:left;
		width:125px;
		height:46px;
		text-align:center;
		line-height:36px;
		background:url("../img/separateur_menu.jpg") no-repeat right 0;
	}
	#menu ul li a {
		color:#FFF;
		text-decoration:none;
	}
	#menu ul li a:hover {
		color:#FFF;
		text-decoration:none;
		background:url(../img/hover.jpg) no-repeat 0 0;
		width:125px;
		height:46px;
		display:block;
	}
	#menu ul li a.actif {
		color:#FFF;
		text-decoration:none;
		background:url(../img/hover.jpg) no-repeat 0 0;
		width:125px;
		height:46px;
		display:block;
	}
#bandeau {
	height:233px;
	background:url("../img/bandeau_milieu.jpg") no-repeat 0 0;
}
#centre {
	background:#f8f8f8;
}
.produits {
	background:url("../img/bg_produit.jpg") no-repeat 0 0;
	height:153px;
	margin-bottom:10px;
}
.titre_produits h2  {
	color:#2d2d2d;
	font-weight:bold;
	font-size:14px;
	height:20px;
	line-height:20px;
	text-indent:10px;
	margin-bottom:5px;
	
}
.titre_produits h2 a {
	color:#2d2d2d;
}
.img_produits {
	height:113px;
}
.img_produits img {
	text-align:center;
	float:none;
	margin-top:10px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DDDDDD;
	padding:5px;
}
.desc_produits {
	height:113px;
	color:#333;
	font-size:11px;
}
.desc_produits h3 {
	margin-bottom:5px;
}
.desc {
	height:80px;
}
.lien_produits {
	height:33px;
	float:left;
	padding:0 5px;
	text-align:center;
	width:95px;
	margin:0 5px 0 0;
}
.lien_produits img {
	height:33px;
	float:left;
}
.lien_produits a {
	float:left;
	line-height:33px;
	height:33px;
	width:100%;
	display:block;
	color:#ee5b09;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}
.prix {
	height:77px;
	color:#ee5b09;
	font-weight:bold;
	text-align:center;
}
.prix h1 {
	color:#ee5b09;
	font-size:30px;
	font-weight:bold;
	margin:10px 0 0 20px;
	letter-spacing:-1px;
	
}
.prix h2 {
	color:#fff;
	font-size:14px;
	margin:0px;
}
.zone_panier {
	height:29px;
	border:none;
	padding:0;
	margin:0 0 0 20px;
	width:153px;
}
.lien_panier {
	height:29px;
	background:url("../img/btn_panier.jpg") no-repeat right 0;
	border:none;
	padding:0;
	margin:0;
	width:153px;
	cursor:pointer;
	text-indent:-9999px;
}
#partenaires {
	background:url("../img/partenaires.jpg") no-repeat 0 0;
	height:495px;
}
.rubrique {
	font-size:18px;
	font-weight:bold;
	border-bottom:dotted 1px #2d2d2d;
	color:#2d2d2d;
	width:100%;
	line-height:18px;
	margin-bottom:10px;
	height:30px;
}
#footer {
	height:90px;
	background:url("../img/bg_footer.jpg") repeat-x 0 0;
}
#footer a {
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.error-message {
	color:#F00;
	font-weight:bold;
	font-style:italic;
}
.PrevPg
{
	margin-right: 20px;
	padding:0.2em 0.5em;
}

.NextPg
{
	margin-left: 10px;
	padding:0.2em 0.5em;
}
.pagination   {
	font-weight:bold;
}
.pagination  a {
	color:#000;
	text-decoration:none;
}
.DisabledPgLk
{
  width: 100px;
  display: inline;
  margin: 10px;
  color:#999;
}
.current {
	color:#F60;
	font-weight:bold;
}
