html{
    height: 100%;
    width: 100%;
    background-color: #FF6600;
    position: absolute;
    z-index: -6;
}

body{
    /*background-color: #FF7300;*/
    background-color: #FF6600;
    /*background-image:url(../image/charte/background/pixel.jpg);
    background-repeat: repeat;*/
    margin: auto;
    font-family: arial, serif;
    font-size: 10px;
    width: 980px;
}

.spacer{
    clear: both;
}

a{
    cursor: pointer;
    outline: none;
    color: #5d2c00;
    text-decoration: none;
}

a:hover{
    color: #fff;
    text-decoration: underline;
}

a img{
    border: 0;
}

#IE_fixbug{
    position: relative;
    margin: auto;
    width: 980px;
}

#theme{
    position: absolute;
    z-index: -2;
    background-image:url(../image/charte/background/am001_2_noel.png);
    background-repeat: no-repeat;
    width: 980px;
    height: 768px;
}

#background{
    position: absolute;
    z-index: -3;
    background-image:url(../image/charte/background/am001_2.png);
    background-repeat: no-repeat;
    /*background-color: #FF7300;*/
    background-color: #FF6600;
    width: 980px;
    min-height: 768px;
    margin: auto;
}

#calque{
    position: absolute;
    z-index: -1;
    left: auto;
    background-image:url(../image/charte/background/am002.png);
    background-repeat: repeat-x;
    width: 980px;
    min-height: 768px;
    margin: auto;
}

#header{
    background-image:url(../image/charte/header/am003.png);
    background-repeat: no-repeat;
    width: 980px;
    height: 125px;
    position: relative;
}

#menup{
    background-image:url(../image/charte/header/am004.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 980px;
    height: 78px;
}

    #menup #maisonette{
        position: absolute;
        top: -3px;
        left: 0;
    }
    
        #menup #maisonette a{
            background-image:none;
            background-repeat: no-repeat;
            color: #000;
        }

    #menup a{
        font-size: 110%;
        color: #828282;
        display: inline-block;
        width: 121px;
        height: 12px;
        margin-top: 29px;
        padding: 10px 0;
        padding-left: 10px;
        position: relative;
        text-decoration: none;
        border: 0;
        text-transform: uppercase;
    }
    
    #menup #on{
        background-image:url(../image/charte/header/am005.png);
        background-repeat: repeat-x;
        font-size: 110%;
        color: #f0760b;
    }
    
        #menup #on .point{
            visibility: visible;
        }
    
    #menup .first{
        margin-left: 55px;
    }
    
    #menup .point{
        visibility: hidden;
        font-size: 30px;
        position: absolute;
        left: -4px;
        top: -1px;
    }
    
    #menup a:hover{
        background-image:url(../image/charte/header/am005.png);
        background-repeat: repeat-x;
        color: #f0760b;
    }
        
        #menup a:hover .point{
            visibility: visible;
        }

#grand_content{
    position: relative;
    min-height:450px;
    background-image:url(../image/charte/contenu/am012.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

    #grand_content #grand_titre{
        position: relative;
    }
        
    #grand_content h1{
        margin: 0;
        font-size: 413%;
        width: 545px;
        padding-left: 80px;
        margin-top: 10px;
        margin-bottom: 30px;
        color: #fff;
        text-shadow: 0 0 5px #ce6813;
        text-transform: uppercase;
    }

    #grand_content #intro{
        background-image:url(../image/charte/contenu/am006.png);
        background-repeat: no-repeat;
        background-position: 55px 0px;
        background-color: #292929;
        color: #fff;  
        height: 23px;
        padding-top: 2px;
        font-weight: bold;
        /*pour le lien d'intro qui bug
        position: relative;
        z-index: -1;*/
    }
    
        #grand_content #intro span{
            font-family: Times new roman, serif;
            font-size: 160%;
            font-style: italic;
            margin-left: 80px;
        }
        
        #grand_content #intro a{
            font-family: arial, serif;
            font-size: 100%;
            color: #ff6d2e;
            text-decoration: none;
            text-transform: uppercase;
            margin-left: 10px;
        }
        
        #grand_content #intro a:hover{
            text-decoration: underline;
        }

    #grand_content #content{
        margin-top: 30px;
        min-height: 300px;
        padding-bottom: 55px;   
    }
    
        #grand_content #content .text{
            min-height: 100px;
        }
        
        #grand_content #content .text p{
            margin: 0;
            color: #fff;
            margin-left: 80px;
            font-family: arial, serif;
            font-size: 110%;
            width: 450px;
            float: left;
            line-height: 17px;
        }

        #grand_content #content #actu{
            background-image:url(../image/charte/contenu/am007.png);
            background-repeat: no-repeat;
            background-position: 2px 3px;
            margin-left: 856px;
            padding: 0 15px;
        }

            #grand_content #content #actu h3{
                margin: 0;
                font-size: 120%;
                color: #292929;
                margin-bottom: 2px;
            }
            
            #grand_content #content #actu .date{
                margin: 0;
                font-size: 110%;
                color: #494949;
            }       
            
            #grand_content #content #actu p{
                margin: 0;
                color: #fff;
                font-size: 110%;
                width: 100px;
            }
            
            #grand_content #content #actu a{
                color: #fff;
                font-size: 100%;
                text-decoration: none;
            }
            
             #grand_content #content #actu .actu_detail{
                display: inline-block;
                margin: 0;
                color: #fff;
                font-size: 100%;
                height: 15px;
                width: 100px;
                text-align: right;
                padding-top: 25px;
            }
            
            #grand_content #content #actu a:hover{
                text-decoration:underline;
            }
            
        #grand_content #content #description{
            width: 320px;
            float: left;
        }
        
            #grand_content #content #description #content{
                margin-left: 78px;
                color: white;
                font-size: 120%;
                line-height: 18px;
            }
            
                #grand_content #content #description #content h3{
                    margin: 0;
                    font-size: 100%;
                    color: #292929;
                }
                
                #grand_content #content #description #content p{
                    padding-right: 10px;
                    padding-bottom: 5px;
                }
                
                #grand_content #content #description #content ul{
                    margin: 0;
                    padding: 0;
                    padding-left: 14px;
                    color: #292929;
                    list-style-image: url(../image/charte/contenu/am036.png);
                }
                
        #grand_content #content #trombi{
            float: left;
            width: 530px;
            margin: 20px;
            font-size: 130%;
            color: white;
        }
        
            #grand_content #content #trombi .cadre{
                float: left;
                background-color: #3c342f;
                margin: 5px;
                width: 250px;
            }
                
                #grand_content #content #trombi .cadre .img{
                    float: left;
                    height: 150px;
                    width: 125px;
                    overflow: hidden;
                }
                
                #grand_content #content #trombi .cadre .bloc{
                    height: 150px;
                    width: 115px;
                    float: left;
                }
                
                    #grand_content #content #trombi .cadre .bloc .text{
                        height: 107px;
                        padding-top: 8px;
                        padding-left: 10px;
                        overflow: hidden;
                    }
                
                        #grand_content #content #trombi .cadre .bloc h5{
                            font-size: 120%;                        
                            margin: 0;
                        }
                        
                        #grand_content #content #trombi .cadre .bloc h6{
                            font-size: 110%;                        
                            margin: 0;
                            color: #ff6d2e;
                        }
                        
                        #grand_content #content #trombi .cadre .bloc ul{
                            padding: 0;
                            margin: 0;
                            padding-left: 15px;
                            width: 98px;
                            margin-top: 5px;
                        }
                        
                            #grand_content #content #trombi .cadre .bloc ul li{
                                color: #afb3b7;
                                list-style-image: url(../image/charte/contenu/am038.png);
                            }
                        
                            #grand_content #content #trombi .cadre .bloc ul li:hover{
                                color: white;
                                list-style-image: url(../image/charte/contenu/am037.png);
                            }
                    
                    #grand_content #content #trombi .cadre .bloc .plus{
                        background-color: #14110f;
                        height: 35px;
                        width: 124px;
                        color: #ff6d2e;
                        text-align: center;
                    }
                    
                        #grand_content #content #trombi .cadre .bloc .plus p{
                            margin: 0;
                        }
                    
                        #grand_content #content #trombi .cadre .bloc .plus a{
                            color: #ff6d2e;
                            display: block;
                            width: 124px;
                            margin: 0;
                            text-decoration: none;
                        }
                        
                        #grand_content #content #trombi .cadre .bloc .plus a .off{
                            display: none;
                        }
                        
                        #grand_content #content #trombi .cadre .bloc .plus a:hover .off{
                            display : inline;
                        }
                        
                        #grand_content #content #trombi .cadre .bloc .plus a .on{
                            display: inline;
                        }
                        
                        #grand_content #content #trombi .cadre .bloc .plus a:hover .on{
                            display : none;
                        }
                        
                            #grand_content #content #trombi .cadre .bloc .plus a sub{
                                font-size: 150%;
                                font-weight: bold;
                                color: white;
                            }
            
        #grand_content #content #produit_description{
            width: 300px;
            min-height: 400px;
            background-image:url(../image/charte/contenu/am031.png);
            background-repeat: repeat-y;
            float: left;
        }
        
            #grand_content #content #produit_description #top{
                padding-left: 20px;
                background-color: #292929;
            }
        
                    #grand_content #content #produit_description #top #titre h2{
                        margin: 0;
                        padding: 2px 0;
                        font-style: italic;
                        color: #fff;
                        font-family: times news roman, serif;
                        font-size: 155%;
                    }
                    
                    #grand_content #content #produit_description #top #titre h3{
                        margin: 0;
                        padding: 2px 0;
                        color: #ff7300;
                        font-size: 100%;
                    }
        
                 #grand_content #content #produit_description #top #boutton{
                     float: right;
                     height: 45px;
                }
                
                    #grand_content #content #produit_description #top #boutton a{
                        outline:none;
                        position: relative;
                        display: inline-block;
                        color: #fff;
                        text-decoration: none;
                    }
                    
                    #grand_content #content #produit_description #top #boutton a:hover .info_bulle{
                        visibility: visible;
                    }
                
                        #grand_content #content #produit_description #top #boutton a img{
                            border: 0;
                        }
                        
                        #grand_content #content #produit_description #top #boutton a .info_bulle{
                            position: absolute;
                            top:25px;
                            left:-5px;
                            width: 800px;
                            height: 65px;
                            z-index: 999;
                            visibility: hidden;
                        }
                        
                            #grand_content #content #produit_description #top #boutton a .info_bulle .info_bulle_left{
                                background-image:url(../image/charte/contenu/am018.png);
                                background-repeat: no-repeat;
                                height: 65px;
                                width: 44px;
                                float: left;
                            }
                            
                            #grand_content #content #produit_description #top #boutton a .info_bulle .info_bulle_body{
                                background-image:url(../image/charte/contenu/am019.png);
                                background-repeat: repeat-x;
                                height: 65px;
                                float: left;
                                padding: 30px 10px;
                            }
                            
                            #grand_content #content #produit_description #top #boutton a .info_bulle .info_bulle_right{
                                background-image:url(../image/charte/contenu/am020.png);
                                background-repeat: no-repeat;
                                height: 65px;
                                width: 36px;
                                float: left;
                            }
                            
            #grand_content #content #produit_description #body{
                padding-left: 20px;
            }
            
                #grand_content #content #produit_description #body h5{
                    margin: 5px 0;
                    margin-top: 10px;
                    font-family: times new roman, serif;
                    font-weight: lighter;
                    font-size: 170%;
                    color: #929699;
                }
                
                #grand_content #content #produit_description #body p{
                    color: white;
                    font-size: 110%;
                    padding-right: 10px;
                    text-align: justify;
                    line-height: 18px;
                }
                
                #grand_content #content #produit_description #body a{
                    color: #FF7300;
                }
                
                #grand_content #content #produit_description #body .citation{
                    font-family: times new roman, serif;
                    color: #929699;
                    font-size: 140%;
                    padding-right: 20px;
                    padding-left: 10px;
                    margin-left: 20px;
                    text-align: justify;
                    line-height: 19px;
                    font-style: italic;
                    border-left: 3px solid #929699;
                    margin-top: 15px;
                    margin-bottom: 15px;
                }
                
                    #grand_content #content #produit_description #body .citation blockquote{
                        position: relative;
                        margin: 0;
                    }
                    
                         #grand_content #content #produit_description #body .citation blockquote .before{
                             float: left;
                        }
                        
                         #grand_content #content #produit_description #body .citation blockquote .after{
                             float: right;
                             position: absolute;
                             bottom: 0;
                             right: 0;
                        }
                    
                        #grand_content #content #produit_description #body .citation blockquote p{
                            margin: 0;
                        }
                        
                        #grand_content #content #produit_description #body .citation .citation_auteur{
                            float: right;
                        }
                
                #grand_content #content #produit_description #body h3{
                    font-size: 110%;
                    color: #ff7300;
                    font-weight: bold;
                    margin: 0;
                    margin-top: 15px;
                    padding-bottom: 15px;
                    padding-right: 10px;
                }
                
                    #grand_content #content #produit_description #body h3 span{
                        color: #ff7300;
                        font-weight: normal;
                    }
                    
            #produit_apercus{
                z-index: -3;
                height: 400px;
                width: 460px;
                background-color: white;
                float: left;
                margin: 0 40px;
                position: relative;
                -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
                -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
                -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
            }
            
            #produit_show{
                margin-left: 5px;
                margin-top: 5px;
                z-index: 0;
            }
            
                #produit_apercus img{
                    margin: 5px;
                }
                
                #floc{
                    position: absolute;
                    z-index: 4;
                    background-image:url(../image/charte/contenu/am047.png);
                    background-repeat: no-repeat;
                    background-position: bottom right;
                    height: 380px;
                    width: 440px;
                    top:5px;
                    left: 5px;
                }
                
                #produit_apercus #zoom{
                    height: 33px;
                    width: 36px;
                    background-image:url(../image/charte/contenu/am032.jpg);
                    background-repeat: no-repeat;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    z-index: 999;
                }
                
                    #produit_apercus #zoom a{
                        display: block;
                        height: 33px;
                        width: 36px;
                    }
                    
                    .slideshow-captions{
                        width: 429px;
                        bottom: 0;
                        padding: 10px;
                        background-color: rgba(255, 102, 0, 0.7);
                        text-align: center;
                        color: #fff;
                        left: 1px;
                        display: none;
                    }
                
                #produit_apercus #select{
                    height: 33px;
                    width: 126px;
                    background-image:url(../image/charte/contenu/am033.jpg);
                    background-repeat: no-repeat;
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    z-index: 999;
                }
                
                    #produit_apercus #select a{
                        display: inline-block;
                        height: 33px;
                        width: 60px;
                    }
                
            #produit_archives{
                float: left;
                min-height: 400px;
                width: 130px;
            }
            
                #produit_archives h3{
                    font-size: 110%;
                    color: #5d2c00;
                    border-bottom: solid 1px #5d2c00;
                    margin-left: 5px;
                    margin-right: 46px;
                }
                
                #produit_archives #corcordeon_real h4.real_toggler{
                    cursor:pointer;
                    color: #5d2c00;
                    margin-left: 5px;
                    font-weight: bold;
                    margin: 0;
                    margin-top: 10px;
                    font-size: 110%;
                    margin-left: 15px;
                }
                
                #produit_archives #corcordeon_real h4.real_toggler .icon_real_toggler_up{
                    width:11px;
                    height: 9px;
                    margin-right:5px;
                    background-image: url(../image/charte/contenu/am044.png);
                    background-repeat: no-repeat;
                    background-position: top;
                    display:inline-block;
                }
                #produit_archives #corcordeon_real h4.real_toggler .icon_real_toggler_down{
                    width:11px;
                    height: 9px;
                    margin-right:5px;
                    background-image: url(../image/charte/contenu/am044.png);
                    background-repeat: no-repeat;
                    background-position: bottom;
                    display:inline-block;
                }
                
                #produit_archives #corcordeon_real ul, #produit_archives #corcordeon_real div ul{
                    margin: 0;
                    padding: 0;
                    color: white;
                }
                
                    #produit_archives #corcordeon_real ul li{
                        list-style-image: url(../image/charte/contenu/am034.png);
                        margin-left: 15px;
                    }
                
                    #produit_archives #corcordeon_real ul li:hover{
                        list-style-image: url(../image/charte/contenu/am035.png);
                        color: #5d2c00;
                    }
                
                        #produit_archives #corcordeon_real ul li a{
                            color: white;
                            text-decoration: none;
                        }
                        
                        #produit_archives #corcordeon_real ul li a:hover{
                            color: #5d2c00;
                            text-decoration: none;
                        }
                        
                        #produit_archives #corcordeon_real ul li.real_select{
                            color: #5d2c00;
                            text-decoration: none;
                            list-style-image: url(../image/charte/contenu/am035.png);
                        }
                        
                        #produit_archives #corcordeon_real ul li.real_select a{
                            color: #5d2c00;
                            text-decoration: none;
                        }
            
        #grand_content #citation{
            width: 167px;
            position: absolute;
            margin-left: 64%;
            top: 60%;
            z-index: 5;
        }
        
            #grand_content #citation #haut{
                background-image:url(../image/charte/contenu/am008.png);
                background-repeat: no-repeat;
                height: 12px;
            }
            
            #grand_content #citation #centre{
                background-image:url(../image/charte/contenu/am009.png);
                background-repeat: repeat-y;
                color: #fff;
                /*text-align: justify;*/
                padding: 0 16px;
            } 
            
                #grand_content #citation #centre p{
                    margin: 0;
                    font-family: Trebuchet MS, serif;
                    font-size: 120%;
                    line-height: 13px;
                    /*font-weight: lighter;*/
                    max-height: 230px;
                    overflow: hidden;
                    margin-top: 5px;
                } 
                
                    #grand_content #citation #centre p a{
                        color: #FF6D2E;
                        text-decoration: none;
                    } 
                    
                    #grand_content #citation #centre p a:hover{
                        text-decoration: underline;
                    } 
                
                #grand_content #citation #centre strong{
                    margin: 0;
                    font-family: Trebuchet MS, serif;
                    font-size: 140%;
                    font-weight: lighter;
                    color: #929699;
                }                    
            
            #grand_content #citation #bas{
                background-image:url(../image/charte/contenu/am010.png);
                background-repeat: no-repeat;
                height: 46px;
            }
            
                #grand_content #citation #bas h4{
                    margin: 0;
                    padding-top: 20px;
                    margin-left: 15px;
                    font-family: Arial, serif;
                    font-size: 100%;
                    font-weight:bold;
                }
                
                #grand_content #citation #bas .qualite{
                    margin: 0;
                    margin-left: 15px;
                    color: #fff;
                    font-style: italic;
                    font-family: Arial, serif;
                    font-size: 100%;
                }
                
#buffer{
    height: 100px;
}
                
#grand_footer{
    width: 980px;
    position: fixed;
    bottom: 0;
    height: 85px;
    z-index: 99;
}
                
#contact {
    height: 10px;
    width: 980px;
    position: absolute;
    bottom: 85px;
}

    #contact .contact_off{
        background-color: #292929;
        height: 10px;
        overflow: hidden;
    }  
              
        #contact .contact_off #nouscontactez{
            background-image:url(../image/charte/footer/am029.jpg);
            background-repeat: no-repeat;
            height: 0;
            width: 579px;
            float: left; 
        }     
                        
            #contact .contact_off #nouscontactez p{
                color: #fff;
                text-decoration: none;
                margin-left: 290px;
                color: #ff6d2e;
                font-family: trebuchet MS, serif;
                font-size: 140%;
                font-weight: bold;
                margin-top:270px;
                text-shadow:0 0 5px rgba(159, 99, 46, 0.2);
            }

        #contact .contact_off #noustrouver{
            background-image:url(../image/charte/footer/am030.jpg);
            background-repeat: no-repeat;
            height: 0;
            width: 400px;
            float: left;
        }

            #contact .contact_off #noustrouver p{
                color: #ff6d2e;
                font-size: 120%;
                margin-top: 150px;
                margin-left: 100px;
                text-shadow:0 0 5px rgba(159, 99, 46, 0.2);
            }

            #contact .contact_off #noustrouver a{
                color: #ff6d2e;
                text-decoration: none;
                margin-left: 85px;
                text-shadow:0 0 5px rgba(159, 99, 46, 0.2);
            }

            #contact .contact_off #noustrouver span a{
                color: #fff;
                text-decoration: none;
                margin-left: 85px;
                text-shadow:0 0 5px rgba(159, 99, 46, 0.2);
            }

    #contact #contact_boutton{
        height: 15px;
        width: 112px;
        background-image:url(../image/charte/contenu/am011.png);
        background-repeat: no-repeat;
        padding-top: 12px;
        text-align: center;
        position: absolute;
        top: -20px;
        color: white;
        text-transform: uppercase;
        font-size: 90%;
        left: 750px;
        cursor: pointer;
    }

    #content #details{
        margin: 0 70px;
        color: white;
    } 

        #content #details h2{
            background-color: #292929;
            display: block;
            width: 360px;
            padding: 5px 5px;
            font-size: 130%;
            font-weight: lighter;
            text-transform: uppercase;
            font-family: Trebuchet MS , serif;
            margin: 0;
            margin-top: 30px;
        }

        #content #details .layer{
            float: left;
        }

            #content #details .layer .titre_h2{
                background-color: #fff;
                width: 500px;
            }

            #content #details .layer .titre_h2 img{
                float: left;
                margin-top: 14px;
                margin-bottom: 0;
            } 

            #content #details .layer .titre_h2 h2{
                background-color: #fff;
                margin: 0;
                font-size: 150%;
                font-family: arial, serif;
                font-weight: bold;
                color: #ff7300;
                display: block;
                padding: 10px 0;
                width: auto;
                margin-left: 50px;
                padding-right: 10px;
            }

            #content #details .layer .layer_desc{
                float: left;
                width: 420px;
            }
            
            #content #details .layer .layer_img{
                height: 249px;
                width: 349px;
                overflow: hidden;
                margin-bottom: 10px;
                float: left;
            }

            #content #details .layer p, #grand_content #content #details .layer ul{
                font-size: 110%;
                line-height: 16px;
            }   

        #content #details .layer img{
            float: left;
            margin: 10px;
            margin-bottom: 20px;
        }                               

#footer{
    height: 85px;
    background-color: #fff;
    background-image:url(../image/charte/footer/am013.jpg);
    background-repeat: no-repeat;
    color: #a84908;
    width: 980px;
}  

    #footer #tweet{
        margin-left: 103px;
        font-size: 110%;
        padding: 10px 0;
        max-height: 85px;
        width: 450px;
        float: left;
    }  
    
        #footer #tweet .titre{
            margin: 0;
            font-size: 110%;
        }
    
        #footer #tweet .tweettweet{
            margin: 2px 0;
            font-size: 135%;
            font-family: times new roman, serif;
            font-weight: bold;
        }
    
        #footer #tweet .tweettweet a:hover{
            color: inherit;
            text-decoration: none;
        }
        
        #footer #tweet .copy{
            color: #292929;
        } 
        
    #footer #follow{
        margin-left: 730px;
        font-size: 110%;
        padding-top: 2px;
    }
    
        #footer #follow .titre{
            margin: 0;
            padding: 8px 0;
            font-size: 110%;
        }  
        
        #footer #follow img{
            vertical-align: middle;
            margin-right: 10px;
        }  
.switch_nav{
        font-size: 120%;
        font-weight: lighter;
        font-family: trebuchet ms, serif;
        text-align: center;
    }
    
    .switch_nav a{
        font-size: 150%;
    }

