/*********************************************************************
 ******************* 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 ******************************
 *********************************************************************/

html{
background: url(../img/bg-html.png) #1C1C1C top center repeat-x;
}

body {
background: url(../img/bgtout.png) top center no-repeat;
margin:0 auto;
  margin: 0;
  padding: 0;
  color: #999999;
  font: 12px Tahoma, Geneva, sans-serif
}

#conteneur {
  width: 980px;
  margin: 0 auto
}

a {
  color: #FFFFFF;
  text-decoration: none;
}

img {
  border: 0
}
.acc_toggler{}
.acc_toggler a{
background:transparent url(../img/bg-h2.png) no-repeat scroll 0 0;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
height:22px;
padding-left:7px;
padding-top:6px;
width:189px;
color:white;
}
.acc_toggler a:hover{
background:url(../img/bgh2hover.png) no-repeat;
color:#ECE7E7;
}
.acc_element{
padding-bottom:10px;

}
.acc_element a{
background:transparent url(../img/bgaccelement.png) no-repeat scroll left center;
color:#999999;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
margin-left:8px;
padding-left:8px;
font-weight:bold;
}
.acc_element a:hover{
background:url(../img/hoveraccelament.png) left no-repeat;
color:#AF3F61;
}
#header{
height:108px;
width:982px;
position:relative;
}

.logo{
height:113px;
left:4px;
position:absolute;
top:7px;
width:395px;
}

.animation{
left:364px;
position:absolute;
top:-6px;
width:491px
}

.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: #07F
}

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

img {
 border: 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
}

.cadre h2.titre {
  -moz-border-radius-topleft:4px;
  -moz-border-radius-topright:4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  background:url('../img/bg-h2.jpg') repeat-x top left;
  color:#FFF;
  font-size:14px;
  height:16px;
  margin:10px 0 0;
  padding:4px 10px

}

.cadre .contenu {
    clear:both;
}

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

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

#diaporama {
width:780px;
}

#mentions {
width:auto;
border-bottom:1px solid #39393A;
clear:both;
color:#B3B3B3;
position:absolute;
left:200px;
top:100px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:4px;
}
.seren{
position:absolute;
left:2px;
top:105px;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
}
#newsletter {
margin:8px auto;
background:url(../img/bg-news.jpg) no-repeat;
height:68px;
width:189px
}

#newsletter .id_text {
border:none;
background:none;
float:left;
height:15px;
margin:24px 0 0 14px;
width:159px;
}

#newsletter .id_ok {
  float: right;
  margin: 7px 9px 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
}

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

.menu {
background:url(../img/bgactualite.png) bottom #9B928F;
margin:9px 0 15px;
padding:0;
width:189px;
color:#000
}

.menu h2{
background:transparent url(../img/bgactu.png) no-repeat scroll 0 0;
color:#D6D3D1;
font-size:14px;
height:31px;
margin:0;
padding-left:33px;
padding-top:7px;
width:158px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
margin-top:20px;
}

.menu p{
padding:0 5px 5px;
margin:0
}

.menu h3 {
font-weight:bold;
border-bottom:1px solid #B5BABF;
padding:0px 0 5px 10px
}

.menu h3 a,.plus li a {
color:#CCCCCC;
font-size:12px;
font-weight:400
}

.menu h3 a:hover,.plus li a:hover {
color:#B3345E;
}


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

div.contact_frame {

}

div.contact_line {
 padding: 6px 6px 10px 6px;
 border-top: none;
}

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

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

span.contact_field_cross {
 color: #c00;
}

div.contact_line.highlight {
}

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

div.contact_submit {
 float: right;
 margin: 10px 140px 0 0;
 .margin-right:70px;
}

div.contact_error {
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 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	{background-color:#f2f5f8}
.fcell_highlight{background-color:#FFF}
*/

.lienbas{
position:absolute;
right:0;
top:60px;
	}
.lienbas a{
color:#C2BFBD;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;}

.lienbas a:hover{
color:#A33358;
}

.lienbas ul{
	}
.lienbas li{
background:url(../img/sepmenubas.png) no-repeat right;
display:inline;
float:right;
padding-left:8px;
padding-right:8px
}
.actualite{
height:216px;
width:197px;
}
 
.copy{
color:#666666;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
width:135px;
height:49px;
display:block;
}
.bas{
height:108px;
width:980px;
}

.lien{
float:right;
width:980px;
.padding-top:35px;
}
.lien a{
background:url(../img/sepmenubas.png) no-repeat right;
display:inline;
float:right;
padding-left:8px;
padding-right:8px;
color:#C2BFBD;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:10px;
}

.lien a:hover{
color:#A33358;}

.legal{
background:none;}
.legal a{
background:none;
}

.vid{
background:transparent url(../img/vid.png) no-repeat scroll 0 0;
color:#FFFFFF;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
height:23px;
padding-left:36px;
padding-top:10px;
position:absolute;
right:12px;
top:71px;
width:206px;
}

.cat{
margin-bottom:20px;
}
.button{
background:transparent url(../img/bg-menu_compte_client_hover.png) no-repeat scroll 0 0;
border:medium none;
height:27px;
width:139px;
cursor:pointer;
}

.infoSuppTable{
}

.labelInfoSupp{
padding:0 5px;
width:140px;
font-weight:bold
}

.infoSupp{
width:160px
}
