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


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

body {
  margin: 0;
  padding: 0;
  color: #27292E;
  font: 12px Tahoma, Geneva, sans-serif;
  background:#ED602A url(../img/bg.jpg) top center repeat-y;
}

#conteneur {
  width: 980px;
  margin: 0 auto;
  background:#FFF;
  overflow:hidden
}
#header{
	display:block;
	height:171px;
	background:url(../img/header.jpg) top center no-repeat;
	position:relative
}
a {
  color: #27292E;
  text-decoration: none
}

img {
  border: 0
}

.msg_valide {
  margin-top: 0;
  padding-top: 10px;
  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: #FFF
}

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

img {
 border: none;
}

a {
 text-decoration: none;
 color:#933311
}
.acc_element li a{
	display:block;
	margin-left:40px;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFF;
}
.acc_element li a:hover{
	text-decoration:underline
}

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

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

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

.cadre {
  clear: both;
  margin-bottom:15px
}

.cadre h2.titre, .article h2, h2.galerie, #partie_droite h2 {
  background:url('../img/long_bar.png') no-repeat top left;
  color:#933311;
  height:26px;
  width:750px;
  margin:10px 0 0;
  padding:7px 10px;
  font:normal 18px Arial, Helvetica, sans-serif

}
h2.titre_une, #partie_droite h2.titre_une {
	width:363px;
	background:url('../img/short_bar.png') no-repeat top left;
  color:#933311;
  height:26px;
  margin:10px 0 0;
  padding:7px 10px;
  font:normal 18px Arial, Helvetica, sans-serif
}
.cadre .contenu {
  clear:both
}

.plus {
  float: left;
  margin:0;
  width: 385px;
}

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

#diaporama {
width:780px;
}

#mentions {
clear:both;
color:#6F757F;
padding:0;
text-align:center;
color:#371407;
background:url(../img/mention_bg.jpg) repeat-x top left;
display:block;
line-height:44px
}
#mentions span{
	margin-right:40px
}
#mentions a{
	color:#371407
}

#newsletter {
margin:0;
background:url(../img/news_bg.jpg) top center no-repeat;
height:72px;
float:right;
width:187px
}

#newsletter .id_text {
  float: left;
  border:none;
  background:url(../img/newsletter_text.png) top left no-repeat;
  margin:10px 0 0 11px;
  width: 127px;
  height: 16px;
  padding:2px 3px;
  color:#211009
}

#newsletter .id_ok {
  float: right;
  margin: 11px 12px 0 0
}


#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:20px 0;
padding:0;
width:200px;
height:20px;
display:block
}
#rss li{
	display:block;
}
#rss li a{
background:url('../img/rss.jpg') no-repeat center left;
height:25px;
line-height:25px;
display:inline-block;
margin:3px 0 0 26px;
padding:2px 2px 2px 75px
}
.menu {
margin-bottom: 8px;
color:#FFF
}

.plus li a {
color:#27292E;
font-size:12px;
font-weight:400
}
.plus li a{
	display:block;
	width:176px;
	height:27px;
	padding:11px 0 0 22px;
	background:url(../img/sub_menu.png) no-repeat top left;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#A33D17;
	line-height:15px
}
.menu h3 a:hover,.plus li a:hover {
	background:url(../img/sub_menu_hover.png) no-repeat top left;
	color:#FFF
}


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

div.contact_frame {
}

div.contact_line {
 padding: 6px 6px 10px 6px;
}

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 {
}

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

div.contact_submit {
 float: left;
 margin: 10px 0 0 166px;
}

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;
}


/*********************************************************************
 ****************************** FORMULAIRE ***************************
 *********************************************************************/
.ftable	{
 border:1px solid #f2f5f8;
 margin-top:10px
} 
.fcell_title	{color:#737373}
.fcell	{}
.fcell_highlight{background-color:#FFF}




 
 
 

