/*********************************************************************
 ******************* 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 {
  background:#fff url(../img/bgAll.jpg) repeat-x;
  margin: 0;
  padding: 0;
  color: #27292E;
  font: 12px Tahoma, Geneva, sans-serif
}

.global{
 background:url(../img/conteniare.jpg) no-repeat center top;
 z-index :2
}
.global-horiz{
 background:url(../img/bgAllhorizontal.jpg) repeat-y center ;
}

#header{
 float:right;
 height:47px;
 display:block
}
a.logo{
/*background:url(../img/logo.jpg);*/	
height:102px;
position:absolute;
top:44px;
width:245px;
}

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

#reajuste {
  width: 976px;
  margin: 0 auto;
  position : relative;

}

#FlashID{
position:absolute;
/* z-index:0; */
/* margin-left: 381px; */
width: 980px;
}

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

.clear{
 clear:both;
}

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: #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 {
  background:url(../img/bgh2.jpg);
  color:#FFF;
  font-size:14px;
  width:759px;
  height:28px;
  margin:10px 0 0;
  padding-top:9px;
  padding-left:12px;
}
.cadre h2.titre1 {
  background:url(../img/bgh2alaune.jpg);
  color:#FFF;
  font-size:14px;
  width:373px;
  height:28px;
  margin:10px 0 0;
  padding-top:9px;
  padding-left:12px;
}

.titre span,.titre1 span{
 float:left;
}
.titre a,.titre1 a{
 float:right;
 color:#fff;
 font-size:12px;
 font-weight:normal;
 margin-right:12px;
}

.cadre .contenu {
  -moz-border-radius-bottomleft:4px;
  -moz-border-radius-bottomright:4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom:1px solid #D9DBDD;
  border-left:1px solid #D9DBDD;
  border-right:1px solid #D9DBDD;
  clear:both
}

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

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

#diaporama {
width:780px;
}

#mentions {
border-bottom:1px solid #D9D8DD;
clear:both;
color:#6F757F;
margin:40px 0;
padding:30px 5px 0
}

.news {
background:url(../img/news.jpg);
position:absolute;
/* z-index:1; */
height:94px;
margin:44px 0 0 544px;
width:429px;
}

#newsletter {
margin-top:4px;
margin-right:26px;
height:53px;
width:220px;
float:right;
}

#newsletter .id_text {
  float: left;
  border:none;
  margin:10px 0 0 11px;
  width:160px;
  height: 20px;
  padding-left:5px;
  background:#000;
  color:#9d9d9d;
}

#newsletter .id_ok {
  float: right;
  margin: 11px 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:#fff;
border-left:1px solid #d5d5d5;
border-right:1px solid #d5d5d5;
}

.menu h3 {
margin:6px 10px 0;
padding:0 0 0 10px;
}
.menu h3 a,.plus li a {
 background:url(../img/menu-categorie.jpg);
 width:165px;
 height:24px;
 display:block;
color:#757575;
font-size:11px;
font-weight:400
}

.menu h3 a:hover,.plus li a:hover {
background:url(../img/menu-categorie-hover.jpg);
color:#f66100;
}


/*********************************************************************
 ****************************** 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;
 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 input{
 float: right;
 margin: 10px 8px 10px 0;
 background:url(../img/topcategorie.jpg);
 width:200px;
 border:none;
 height:38px;
 color:#fff;
 cursor:pointer;
}

div.contact_error {
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 margin: 4px 0 10px 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}



#actualites {
 border: 1px solid #ccc;
 background:#fff;
}

#actualites h3 {
 margin: 0;
 padding:10px 13px 2px;
 color:#ba451c;
}

#actualites p {
 margin: 0;
 padding:4px 14px;
}

#actualites a.actu_suite {
 display: block;
 color: #ba451c;
 text-decoration: none;
 width:73px;
}
a.copy{
 background:url(../img/copy.jpg);
 width:133px;
 height:44px;
 display:block;
 margin:auto;
 margin-top:16px;
}
 
.critere-liste{
 background:url(../img/couleur.jpg);
 width:151px;
 height:22px;
 border:none;
}
.partie_droite li.sitemap{
 font-size:14px;
 padding-left:15px;
 margin-left:55px;
 margin-top:10px;
 color:#000;
}
.partie_droite li.depth-1{
 font-size:14px;
 padding-left:15px;
 margin-left:95px;
 margin-top:10px;
}
.partie_droite li.sitemap a{
 color:#000;
}
.partie_droite li.sitemap a:hover{
 color:#000;
 text-decoration:underline;
}
a.bouton_suivant{
 display:block;
 width:80px;
 height:20px;
 background:#333;
 border:1px solid #999999;
 color:#fff;
 font-size:13px;
 text-align:center;
 float:right;
 margin-top:10px;
 margin-right:6px;
}
p.msg_erreur{
 color:#FF0000;
 font-style:italic;
}
.article h2,h2.titre6{
 background:url(../img/bgh2.jpg);
color:#FFFFFF;
font-size:14px;
height:28px;
margin:9px 0;
padding-left:12px;
padding-top:9px;
width:759px;
}
/*
#partie_droite h2 {
color:#6D737B;
font:18px Tahoma,Geneva,sans-serif;
margin:0;
min-height:28px;
padding:13px 0 0 10px;
}
*/
