 body
  {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #5A5E6B;
    color: #54F98D;
    margin: 1.1em;
  }
  
  
  h1
  {
     font-size: 200%;
     text-align: center;
  }
  
  h1.citat
  {
     font-size: 150%;
     text-align: center;
  }
  
  
  h4
  {
     text-align: center;
  }
  
  ol { color: #82C46C;}
  
  a {text-decoration : none;}
  
  a:visited {
  	color: #FFEC1F;
  	font-weight: bold;
 	background:      transparent;
  }
  
  a:link {
  	color: #FEFEFE;
  	font-weight: bold;
  	background-color: transparent;
  }

  a:hover {
  	background-color: #54F98D ; 

}

#centre { 
	width: 100%; 
}

#image { position: absolute;
	left:260px;
	top: 235px;
	z-index:-1;

}
#navigation {
	width: 200px;
	float: left; 
	border: solid 5px #FFEC1F;
	padding: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.carte {
	border-left: solid 1px #82C46C;
}

.carte h2 { background-color: #82C46C;
	    color: #ffffff;
	    padding-left: 5px;
}


#contenu {
	width: 760px;
	margin-left: 250px; 
	padding: 10px 20px 10px 20px;
}


#contenu h2 { background-color: #82C46C;
	    color: #ffffff;
	    padding-left: 5px;
}

.concerts {list-style-type: none;
	   font-size: 1.3em;

}

p.figure {
    text-align: center;
    margin: auto;
}

.figure .source {
    text-align: center;
    margin: auto;
    background-color: #FFEC1F;
    color: #000000;
    font-style: italic;
    max-width:350px;
    display: block;

}

.source img {
	border: solid 2px #82C46C;}
	
.flyer {
    float: right;
}

.flyer img{
    text-align: center;
    margin: auto;
    padding: 2px;
    background-color: #FFEC1F;
    display: block;

}

.sep {clear: both; }

#retour { position: relative;
          float: left;
	  width: 100%;
	  margin-top: 15px;
	  border-top: solid 1px #FFEC1F;
}
#retour h4 {margin-left: 70%;}

