body {
margin: 0;
padding: 0;
background: #FFC;
color: black;
font-size: 80%;
font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, serif;    
}
div#header {
height: 100px;
background : #FC9;
}
div#header img {
float: right;
margin: 20px 35px 0 0;
}
div#header h1 {
margin: 0 0 0 10px;
}
div#header p#pun {
font-weight: bold;
color: white;
font-size:1.5em;
margin: 7px auto 8px 50px;
}
div#header p#pdeux {
font-weight: bold;
color: white;
font-size:1.5em;
margin: 0 auto 0 100px;
}
div#header p em {
color: gray;
font-style: normal;
}
/*  menu horizontal réduit ----------------- */
ul#menuhaut {
margin: 0;
padding: 0.1em 0.5em 0.1em 0;
list-type-type: none;
background-color: black;
color: white;
text-align: right;
}
ul#menuhaut li {
display: inline;
}
ul#menuhaut a {
color: white;
text-decoration: none;
}
ul#menuhaut a:hover {
text-decoration: underline;
}
/* -------------- menu de navigation vertical ------------- */
div#menu {
float: left;
width: 17em;
padding: 4em 0 17em 0;
margin: 0px;
background: #FC9;
}
div#menu ul {
list-style-type: none;
padding: 0;
margin: 0 1em;
}
div#menu li a {
display: block;
text-decoration: none;
height: 2em;           /* hauteur des lignes */ 
line-height: 2em;      /*centrer verticalement le texte dans le bouton */
color: black;
font-weight: bold;
font-size: 110%;
text-ident: 1em;
}
div#menu li a:hover {
background: white;
color: black;
}
/* -------------- contenu ------------------ */  
div#global {           /*positionnement texte global  */
margin-left: 18.5em;   /* marge gauche de 18.5 pour ne pas couvrir le menu */
}
div#global h2 {
text-align: center;
font-size: 150%;
font-weight: bold;
}
div#global p  {                /* texte culture contact  */
margin: 20px auto 0 0;
font-size: 120%;
}
div#global img {           /*  logo culture contact descendu de 15px  */
position: relative;
top: 15px;
}
div#bouton ul {               /*  boutons Perou Ecuador Bolivie  */
margin-top: 10px;
margin-left: 340px;
padding: 0;
font: bold 1em Georgia, times, serif;
list-style-type: none;
}
div#bouton a {
display: block;
margin: 10px 0;
text-decoration: none;
color: green;
line-height: 30px;              
width: 120px;
border: 1px solid black;
background: #FC0;
text-align: center;
}
div#bouton a:hover, #menu a:focus {
color: orange;
background: green;
}
div#help {                    /*   paragraphe aide a jalbum  */
padding-top: 0em;
}
div#help h3 {
border-top: 2px solid gray;
padding: 5px;
margin: 2em 0 0 0;
font-size=150%;
font-weight: normal;
font-style: italic;
}
div#help h3 em{
font-weight: bolder;
font-style: normal;
}
div#help ul {
margin: 0;
font-size: 80%;
list-style-type: none;
}
div#help img {
position: relative;
top:10px;
}
