

/* ------------------------------------------------------------------------ */
/* ---------------------------- RG GLOBAL 2015 ---------------------------- */ 
/* ------------------------------------------------------------------------ */ 

  
   
@import  "mascarine_menu.css";
@import  "mascarine_modules.css";
@import  "mascarine_listes_articles.css"; 
@import  "mascarine_footer.css";
@import  "tips.css";
@import  "editor.css";
@import  "RG_formulaire.css";
@import  "mascarine_forms.css";  
 
*{
margin: 0;
padding: 0;
}

html{
background: #fff url(../mascarine_img/flou1.jpg) left top no-repeat;
 
}
body{
    /* Voir editor */
    /*background: url(../mascarine_img/flou2.jpg) right top no-repeat; */
    background-attachment:fixed;      
}
                                


#container-global{
margin: 0 auto;
padding: 0;
width: 100%;
}


#container-top{
min-height: 100px; 
}
     

header{
position: relative;

}

#banniere{
height: 270px;
position: relative;
}

a#logo{
 height: 200px;
 width: 340px;
 position: absolute;
 left: -125px;
 top: 60px;
 z-index: 200;
}

a#logo span#logo_feuille{
 height: 100%;
 background: url(../mascarine_img/logo_mascarine_patrimoine_conseil.png) center center no-repeat;
 width: 100%;
 display: block;
 background-size:100% ;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 190;
}

a#logo span#logo_ombre{
 height: 100%;
 background: url(../mascarine_img/ginkgo_png_feuille_ombre.png) center center no-repeat;
 width: 200px;
 display: block;
 background-size:100% ;
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 189;
}


 

#container-middle{

min-height: 500px;
padding-bottom: 35px;
}

#content{
padding-top: 12px;
}

#container-bottom{
clear: both;
color: #333;
min-height: 20px; 
}
#container-bottom{

}
 

.container-fluid{

}
.fluid{
padding: 0;
max-width: 960px;
min-width: 240px; /* petittes résolutions */
margin: 0 auto; 
}
     
#col_gauche{
width: 200px;
min-height: 600px;
 
float: left;
}