/*********************************************************************
 ******************* TOP BOTTOM ARTICLE GALERIE **********************
 *********************************************************************/
 
@import url(top.css); 
@import url(bottom.css); 
@import url(galerie.css);
@import url(article.css);


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/

body {
  margin: 0;
  padding: 0;
  color: #000;
  font: 12px Verdana, Geneva, sans-serif;
  background:#58171C
}

#conteneur {
  width: 980px;
  margin: 0 auto
}
#contenair {
	overflow:hidden;
	width:980px;
	background:url(../img/bg_deg.jpg) repeat-y
}
a {
  color: #27292E;
  text-decoration: none
}

img {
  border: 0
}

.msg_valide {
  font-weight: bold;
  color: #29b333;
  text-align: center
}

.msg_erreur {
  font-weight: bold;
  color: red;
  text-align: center
}

.menu a:hover, #change_langue a:hover, #panier a:hover, #compte a:hover  {
  color: #07F
}

.obligatoire {
  vertical-align: super;
  font-size: smaller;
  font-weight: bold;
  color: red
}

img {
 border: none;
}

a {
 text-decoration: none;
}

/*********************************************************************
 ******************************* CADRES ******************************
 *********************************************************************/

.cadres {
  clear: both;
  margin: auto;
  width: 780px
}

.cadres .cadre {
  clear: none /* Quand plusieurs cadres sont sur la même ligne */
}

.cadre {
  clear: both
}
#nouveautes h2 {
  color: #2C2B2C;
  font: 17px Tahoma, Geneva, sans-serif;  
  margin: 0;
  border-bottom:8px solid #D8B89F
}
#nouveautes h2 span {
	background:url(../img/lampe2.jpg) no-repeat left center;
	display:block;
	height:33px;
	padding-left:56px;
	position:relative;
	top:-7px;
	color: #2C2B2C;
	font: 17px/33px Tahoma, Geneva, sans-serif;  
}

.cadre h2.titre {
  color:#2C2B2C;
  font-size:14px;
  height:16px;
  margin:10px 0 0;
  padding:4px 10px 4px 0;
  border-bottom:8px solid #D8B89F;
  position:relative;
  font-weight:normal
}

.cadre h2.titre span {
	font-size:12px;
	color:#B5B2B3;
	display:-moz-inline-block;
	display:inline-block;
	margin:0 8px 0 2px 
}
.cadre h2.titre a {
	text-align:center;
	color:#fff;
	position:absolute;
	right:0;
	background:url(../img/lien_prod.png) no-repeat;
	width:125px;
	height:17px;
	text-decoration:none;
	font:12px/17px Tahoma, Geneva, sans-serif;
	top:7px
}
.cadre .contenu {
	background:url(../img/bg_contenu.png) repeat-x top left;
	overflow:hidden;
}
.cadre .contenu ul {
	background:url(../img/sep.jpg) no-repeat center right 
}
.plus {
  float: left;
  margin: 0 3px 10px 0;
  width: 385px;
}

.plus.even {
  margin-right: 0; 
}

#diaporama {
width:780px;
}

#mentions {
clear:both;
color:#D0C7CA;
text-align:center;
padding:22px 0 0;
font:11px Arial, Helvetica, sans-serif
}
#mentions a{
	color:#D0C7CA;
font:11px Arial, Helvetica, sans-serif
}
#newsletter {
	margin-top: 8px;
	height:59px;
	width:186px;
	background:url(../img/newsletter.png) no-repeat
}
#newsletter h2 {
	font:normal 14px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:5px 0 0 5px;
	margin-bottom:5px
}
#newsletter .id_text {
  float: left;
  border:none;
  margin:0px 0 0 5px;
  width: 133px;
  height: 20px;
  background:url(../img/input_news.png) no-repeat;
  color:#7C7171;
  font:11px Arial, Helvetica, sans-serif;
  padding:5px 5px 0 5px
}

#newsletter .id_ok {
  float: left;
  margin: 2px 9px 0 7px
}


#partie_basse a {
color:#6F757F
}

#partie_basse a:hover {
color:#6F757F;
text-decoration:underline
}

#print {
background:url('../img/print.jpg') no-repeat top left;
float:right;
height:35px;
margin:10px 0;
text-align:right;
width:18%
}


#rss {
	list-style-type:none;
	margin:10px 0;
	padding:10px 0 10px;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	width:184px
}

#rss li {
	background:url('../img/rss.png') no-repeat center left;
	height:25px;
	padding:2px 2px 2px 25px;
	margin-left:10px
}

#rss li a {
	color:#383333;
	font:12px Arial, Helvetica, sans-serif
}

/*********************************************************************
 ****************************** CONTACT ******************************
 *********************************************************************/

div.contact_frame {
 border-top: 1px solid #eee;
}

div.contact_line {
 padding: 6px 6px 10px 6px;
 border: 1px solid #eee;
 border-top: none;
}

div.contact_line div.contact_field_name {
 float: left;
 width: 150px;
 padding: 7px 0 0 0;
 font-weight: bold;
}

div.contact_line div.contact_field_value {
 margin-left: 160px;
}

span.contact_field_cross {
 color: #c00;
 font-weight: bold;
}

div.contact_line.highlight {
 background: #f5f5f5;
}

div.contact_line input , div.contact_line textarea {
 margin-top: 3px;
}

div.contact_submit {
 float: right;
 margin: 10px 8px 0 0;
}

div.contact_error {
 border: 1px solid #a00;
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 background: #fee;
 margin: 4px 0 0 0;
 font-weight: bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 width: 400px;
}

/*******************/
/* ! MENU GAUCHE ! */
/*******************/
.menu {
	width:184px;
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	margin-bottom:10px
}

.menu h3 {
	margin:3px 0 0px 0px;
	overflow:hidden;
	clear:both
}


.menu h2 {
	margin:0;
	background:url(../img/bg_h2.png) no-repeat center bottom;
	width:176px;
	padding:0 0 17px 8px;
	color:#2C2B2C;
	font:13px Arial, Helvetica, sans-serif
}
.menu h2 span {
	background:url(../img/lampe.png) no-repeat right center;
	display:block;
	height:16px;
	padding-top:4px
}
#marques.menu h2 span {
	background:url(../img/marque.png) no-repeat right center;
	display:block;
	height:16px;
	padding-top:4px
}

	.menu h3 a  {
		float: left;
		text-decoration: none;
		padding: 0px 17px 0 0;
		color:#27292E;
		font:12px Tahoma, Geneva, sans-serif;
		height:26px;
		line-height:26px;
	}
	.menu h3 a span {
		float: left;
		padding-left: 8px;
		display: block;
		height: 26px;
		line-height:26px;
		cursor:pointer;
		width:159px
	}
	
	
	.menu h3 a:hover {
		color: #fff;
		background: url(../img/lien_bg.png) no-repeat bottom right;
	}
	.menu h3 a:hover span {
		background: url(../img/lien_bg.png) no-repeat top left;
	}

#marques.menu h3 a:hover {
 	color: #fff;
	background: url(../img/lien_bg2.png) no-repeat bottom right;
}
#marques.menu h3 a:hover span {
	background: url(../img/lien_bg2.png) no-repeat top left;
}

