body
{
 position: relative;
 width: 1000px;
 margin: 0px;
 padding: 0px;
 margin-left: auto;
 margin-right: auto;
 background-image: url("Images/logo_mmk_transparent.jpg");
}

a
{
 text-decoration: none;
 color: blue;
}

a img
{
 border: none;
}

#Cadre_logo
{
 position:absolute;
 left:52px;
 top:6px;
 width:118px;
 height:94px;
 z-index:1;
}

#Cadre_haut
{
 position:absolute;
 left:170px;
 top:1px;
 width:830px;
 height:99px;
 z-index:2;
}

#Cadre_gauche
{
 position:absolute;
 left:10px;
 top:110px;
 width:155px;
 z-index:3;
}

#Cadre
{
 position:absolute;
 left:190px;
 top:100px;
 width:800px;
 z-index:4;
}

#Cadre h1
{
 font-size: 30px;
 font-weight: 900;
 margin: 0px;
 padding: 0px;
 padding-top: 10px;
 text-align: center;
}

#Cadre h2
{
 font-size: 22px;
 font-weight: 900;
 margin: 0px;
 padding: 0px;
 text-align: left;
}

#Cadre h3
{
 font-size: 18px;
 font-weight: 400;
 margin: 0px;
 padding: 0px;
 text-align: left;
}

#Cadre h4
{
 font-size: 22px;
 font-weight: 900;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

.Menu h3
{
margin-top: 0px;
margin-bottom: 0px;
height: 35px;
background-repeat: no-repeat;
}

.Titre_Accueil
{
background-image: url("Menus/menu_Accueil.png");
}

.Titre_Principal
{
background-image: url("Menus/menu_Principal.png");
}

.Titre_Nouveau
{
background-image: url("Menus/menu_Nouveautes.png");
}

.Contenu_menu
{
color: rgb(84,84,84);
background-image: url("Menus/menu_gris.png");
background-repeat: repeat;
border: ridge grey;
font-family: "Comic Sans MS", "Times New Roman", Serif;
font-size: 0.8em;
font-weight: bold;
line-height: 160%;
padding: 5px;
margin-top: 0px;
margin-bottom: 30px;
text-align: left;
}

.Menu ul 
{
list-style-image: url("Menus/puce_aerographe.png");
padding-left: 25px;
}

.Menu ul a
{
text-decoration: none;
color: rgb(84,84,84);
}

.Menu a:hover
{
color: orange;
font-style: italic;
cursor: pointer;
}


#MenuApercu
{
 margin: 0px;
 padding: 0px;
}

#MenuApercu .Apercu
{
 position:absolute;
 display: none;
 z-index:5;

 margin-top: -375px;
 margin-left: 150px;

 padding-left: 4px;
 padding-right: 4px;
 padding-top: 4px;

 border: 1px solid black;
 background-color: white;
}

#MenuApercu:hover > .Apercu
{
 display: block;
}
