/*********************************************************************
******************* TOP BOTTOM ARTICLE GALERIE **********************
*********************************************************************/

@import url(top.css); 
@import url(bottom.css); 
@import url(galerie.css);
@import url(article.css);


/*********************************************************************
****************************** GENERAL ******************************
*********************************************************************/
html {
background:#D2E58D url('../img/bg-body.jpg') repeat-x bottom center;
}

body {
margin: 0;
padding: 0;
color: #666;
font: 12px Tahoma, Geneva, sans-serif
}

#anim_flash	{
position:absolute;
z-index: 0;
margin:0;

}

#logo_top	{
width: 1120px;
margin: 0 auto;
background:url('../img/bg-logo_top.jpg') no-repeat top center;
}

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

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

a:hover{
color: #666666;
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, #panier a:hover, #compte a:hover  {
color: #FFF;
text-decoration:underline
}

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

.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:#8AB319 url('../img/bg-h2.jpg') repeat-x top left;
border:2px solid #8AB319;
color:#FFF;
font-size:14px;
height:16px;
margin:10px 0 0;
padding:4px 10px
}

.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 #5B5443;
border-left:1px solid #5B5443;
border-right:1px solid #5B5443;
background:#FFF8E3 url(../img/bg-liste-produit.jpg) repeat-x;
clear:both;
color:#BBB9A6;
}

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

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

#diaporama {
width:780px;
}

#mentions {
background:url(../img/feuille.jpg) 200px 0 no-repeat;
clear:both;
color:#6A8326;
height:25px;
margin:15px 0 25px;
padding:10px 5px 0
}

#mentions strong{
margin-left:100px
}

#newsletter {
background:#FFF7E1 url(../img/bg-newsletter.jpg) no-repeat;
padding-top:60px
}

#newsletter .id_text {
float: left;
border:none;
background:url(../img/bg-input_newsletter.jpg) no-repeat;
margin:10px 0 0 4px;
width: 125px;
height: 19px;
padding:2px;
}

#newsletter .id_ok {
float: right;
margin: 3px 9px 0 0
}


#partie_basse a {
color:#6F757F
}

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

#print {
float:right;
height:35px;
margin:10px 0 0 0;
text-align:right;
width:18%
}
a#print	{
text-decoration:underline;
color:#565656;
}


#rss {
list-style-type:none;
margin:20px 0;
padding:0
}
#rss li {
background:url('../img/rss.jpg') no-repeat center left;
height:45px;
padding:15px 2px 2px 55px;
}
#rss a	{
color:#6A8326;
}

#mini_logo {
list-style-type:none;
margin:20px 0;
padding:0
}

.menu {
-moz-border-radius:4px;
margin-bottom: 8px
}

.menu h3 {
margin:0px;
padding:0px 0 0px 0px
}

.menu h3 a,.plus li a {
background:url('../img/bg-h3.jpg') 5px 10px no-repeat;
width:157px;
height:12px;
display:block;
color:#6A8326;
font-size:12px;
font-weight:400;
margin:0 5px;
padding:6px 5px 10px 18px;
border-bottom:1px dotted #A0C21C
}
.plus li a	{
background:none;
padding:0px;
}


.menu h3 a:hover,.plus li a:hover {
background:#FFF7E1 url('../img/bg-h3_hover.jpg') 5px 10px no-repeat;
color:#333;
text-decoration:none
}
.plus li a:hover	{	background:none;	}


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



div#page_pleine{
float:left;
margin-top:200px;}


