body {
	margin: 0;
	font-family: Arial, FreeSans, sans-serif;
	font-size: 12px;
}

a {
	color: #3D81EE;
	text-decoration: none;
}

a:hover {
	color: #E78603;
}

p, ul, li, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#global {
	padding: 20px 0 0 0;
}

#conteneur {
	width: 950px;
	text-align: left;
}

#header {
	
}

h1#slogan {
	float: right;
	margin: 20px 0 0 0;
	font-size: 18px;
	color: #4d4d4d;
}

#recherche {
	float: right;
	padding: 20px;
	font-size: 12px;
	text-align: center;
}

#text {
	width: 300px;
	padding-left: 5px;
}

#bouton {
	width: 150px;
	height: 25px;
	line-height: 25px;
	margin-left: 20px;
	background: url('/images/fd_bouton.gif') center no-repeat;
	border-style: none;
	color: white;
	font-size: bold;
}

#menu {
	height: 30px;
	margin: 10px 0 20px 0;
	background: url('/images/fd_menu.gif') center no-repeat;
}

#menu ul li {
	float: left;
	line-height: 20px;
	margin: 5px 0 0 0;
	padding: 0 11px;
	border-left: 1px solid #09538D;
	border-right: 1px solid #1490F0;
}

#menu ul li.first {
	border-left: none;
}

#menu ul li.last {
	border-right: none;
}

#menu ul li a {
	color: white;
	font-weight: bold;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#gaucheindex {
	float: left;
	width: 170px;
}

#centreindex {
	float: left;
	width: 470px;
	font-size: 12px;
}

#droiteindex {
	float: right;
	width: 300px;
}

#gauche {
	float: left;
	width: 212px;
}

#gauche_fiche {
	float: left;
	width: 300px;
}

#filtres {
	
}

.unfiltre {
	padding: 5px;
	background: #f3f3f3;
	border-bottom: 1px solid #c0c0c0;
}

.unfiltre h4 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 12px;
	color: #67B61A;
	border-bottom: 1px solid #E1771E;
}

#centre {
	float: right;
	width: 728px;
}

#centre_fiche {
	float: right;
	width: 640px;
}

#filtre {
	color: #67B61A;
	font-size: 14px;
}

#filtre a {
	margin: 0 10px;
	padding: 5px 10px;
	color: #67B61A;
	text-decoration: none;
}

#filtre a:hover {
	text-decoration: underline;
}

#offres td {
	padding: 20px 5px;
	border-bottom: 1px dotted #c0c0c0;
}

#filtrage {
	margin: 10px 5px 0px 5px;
	padding: 5px;
	background: url('/images/fd_filtrage.gif') repeat-x;
	border-top: 1px solid #c0c0c0;
	font-size: 12px;
	text-align: center;
}

#pages {
	padding: 5px 0 10px 0;
	background: #f3f3f3;
}

#pages a {
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#pages a.selected {
	background: #3D81EE;
	color: white;
}

#footer {
	width: 950px;
	line-height: 57px;
	margin: 40px 0;
	border-top: 1px dotted #c0c0c0;
}

.categories {
  padding: 0 0 20px 0;
  }
  
.titre_cat {
  padding: 3px;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px dotted #67B61A;
  }
  
.titre_cat a {
  color: #E1771E;
  }
  
.sous_cat {
  border-bottom: 1px dotted #67B61A;
  }
  
.sous_cat li {
  float: left;
  width: 219px;
  margin: 5px;
  padding: 0 0 0 5px;
  }
  
.sous_cat a:hover {
  text-decoration: none;
  color: blue;
  }
  
.sous_cat a.tout_voir {
  float: right;
  padding: 3px;
  background: #F3F3F3;
  }
  
.sous_cat .produit1 {
  float: right;
  width: 170px;
  margin-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
  }
  
.prix {
  font-size: 16px;
  color: red;
  font-weight: bold;
  }