body {
margin: 0px;
text-align: center;
/*text-align center pour centrer dans IE */
font: 0.9em Verdana,"Trebuchet MS", Arial, sans-serif;
color:#E8E8E8;
background-image:url(../images/fond_az.jpg);
background-position:top;
background-repeat: no-repeat;
background-color:black;
}

h1, h2,h3,h4, h5, h6{
display: block;
margin:5px 30px;
color:#AE8B00;
background-image:url(../images/h4.png);
background-repeat:no-repeat;
text-align:right;
}
#header{
position:relative;
margin-left: auto;
margin-right: auto;
width:770px;
height:130px;
background-image:url(../images/entete_az.png);
background-repeat:no-repeat;
}
  /* MENU DU HAUT sur "Css2: construire un menu en CSS" */
ul#menuhaut{
margin:10px;
padding: 10px;
font:bold 0.90em "Trebuchet MS", Arial, sans-serif;
font-variant:small-caps;
list-style-type:none;
}
#menuhaut li{
float:left;
}
#menuhaut a{
display: block;
color:#666699;
margin: 0 10px;
text-decoration:none;
text-align: center;
}
#menuhaut a:hover{
color:#3E3E5E;
}

#global{
position:relative;
margin-left: auto;
margin-right: auto;
width: 770px;

}

#menu_gauche{
float:left;
position:relative;
width: 145px;
height:395px;
}
#menu_gauche p{
width: 135px;
font-size: 90%;
font-weight:bold;
color:#AE8B00;
}
#menu_gauche a{
color:#8787AF;
text-decoration: none;
text-align:left;
}
#menu_gauche a:hover{
color:#D5AA00;
}
#menu_droite{
float:right;
position:relative;
width: 125px;
margin-left:4px;
height:370px;
line-height:1.2em;

}
#menu_droite p{
width: 120px;
font-size: 80%;
color:#AE8B00;
font-weight:bold;
text-align:right;
}
#menu_droite a{
color:#8787AF;
text-decoration: none;
}
#menu_droite a:hover{
color:#3E3E5E;
}
#page_principale{
float:right;
position:relative;
left:0px;
width:480px;
margin:4px;
}
#page_principale p{
font: 95% Verdana, "Trebuchet MS", Arial, sans-serif;
margin-left: 2.5em;
text-align:justify;
color:#ABABD6;
line-height: 1.5em ;
}
#page_principale a{
color:#666699;
text-decoration:underline;
}
#page_principale a:hover{
color:#8787AF;
}
#footer{
position:relative;
width: 770px;
height:80px;
clear:both;
color:white;
}
#footer a{
margin: 35px; 
color:#666699;
font-weight:bold;
text-decoration:none;
font-variant:small-caps;
}
#footer a:hover{
color:#D5AA00;
}
 /* D'après pxixtiz_modele-css-site-3-colonnes  & CSS deR.Goetter Alsacréation*/

