/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#3e8023 url(../images/charte/bg.jpg) top no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:972px;
height:598px;
left:50%;
top:50%;
margin-left:-486px;
margin-top:-299px;
background:#3e8023 url(../images/charte/bg_container.jpg);
}
/***************** HEADER *****************/
#header{
width:972px;
height:191px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:197px;
height:373px;
background:#e4ebc3 url(../images/charte/bg_menu.jpg);
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border-width:0 0 1px 0;
}
#menuLeft a{

text-decoration:none;
font:bold 12px/25px Arial, Helvetica, sans-serif;
color:#7d8a2e;
display:block;
height:25px;
overflow:hidden;

border-width:0 0 1px 0;
padding:0 0 0 10px;
}

#menuLeft .cache_menu
{
display:none;}

#menuLeft #accueil
{
margin-top:10px;
background:url(../images/charte/menu/accueil.jpg);
}

#menuLeft #accueil:hover
{
background:url(../images/charte/menu/accueil_roll.jpg);
}

#menuLeft #presentation
{
background:url(../images/charte/menu/presentation.jpg);
}

#menuLeft #presentation:hover
{
background:url(../images/charte/menu/presentation_roll.jpg);
}

#menuLeft #menu
{
background:url(../images/charte/menu/menu.jpg);
}

#menuLeft #menu:hover
{
background:url(../images/charte/menu/menu_roll.jpg);
}

#menuLeft #pate
{
background:url(../images/charte/menu/pate.jpg);
}

#menuLeft #pate:hover
{
background:url(../images/charte/menu/pate_roll.jpg);
}

#menuLeft #traiteur
{
background:url(../images/charte/menu/traiteur.jpg);
}

#menuLeft #traiteur:hover
{
background:url(../images/charte/menu/traiteur_roll.jpg);
}

#menuLeft #devis
{
background:url(../images/charte/menu/devis.jpg);
}

#menuLeft #devis:hover
{
background:url(../images/charte/menu/devis_roll.jpg);
}

#menuLeft #partenaire
{
background:url(../images/charte/menu/partenaire.jpg);
}

#menuLeft #partenaire:hover
{
background:url(../images/charte/menu/partenaire_roll.jpg);
}

#menuLeft #livre
{
background:url(../images/charte/menu/livre.jpg);
}

#menuLeft #livre:hover
{
background:url(../images/charte/menu/livre_roll.jpg);
}

#menuLeft #contact
{
background:url(../images/charte/menu/contact.jpg);
}

#menuLeft #contact:hover
{
background:url(../images/charte/menu/contact_roll.jpg);
}


#menuLeft a:hover,
#menuTop a.trigered{
background:#7d8a2e;
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#7d8a2e;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:775px;
height:383px;
padding:0;

}

#contenu #contenu_gauche
{
width:368px;
height:383px;
position:relative;
float:left;
background:url(../images/charte/bg_gauche.jpg);

}
.liencontact{
width:368px;
height:100;
z-index:500;
cursor:pointer;
}

#contenu #contenu_droite
{
width:406px;
height:383px;
float:left;


background:url(../images/charte/bg_droite.jpg) top right;


}

#contenu #contenu_droite #texte
{
padding:10px 15px 0 20px;
margin:0 7px 0 0;
overflow:auto;

height:353px;

}


/***************** FOOTER *****************/
#footer{
float:left;
position:relative;
width:972px;
height:34px;
background:#3e8023 url(../images/charte/bg_footer.jpg);
}
#idep{
position:absolute;
left:5px;
top:-5px;
width:300px;

height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:7px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
padding:0;
float:left;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#f8cc03;
}
