html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

body {
	background: #262626;
  font-family: "myriad-pro","Myriad Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  line-height: 26px;
	color: #fff;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
}

figure {
  display: block;
  max-width: 100%;
}

a {
  color: #fff;
}

a:hover {
  color: #626262;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

#description {
  font-size: 36px;
  line-height: 1;
	margin-bottom: 1em;
  font-weight: 600;
  text-align: center;
}

p {
  margin: 0 0 12px;
}

ul {
  list-style: disc;
}

ul, ol {
  padding: 0;
  margin: 0 0 12px 25px;
}

li {
  margin: 0 0 12px 0;
}

h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: 48px;
  line-height: 1;
	margin-top: 1em;
  font-weight: 600;
  text-align: center;
}

h1 a {
  text-decoration: none;
  color: #fff;
}

strong {
  font-weight: 600;
}

figcaption {
  display:none;
}

.container {
  width: 100%;
}

.content {
  max-width: 76%;
  margin: 0 13% 0 13%;
  padding:2em 0;
}

#menu {
  width: 100%;
  background: #F7F7F7 none repeat scroll 0 0;
  padding: 30px 0;
}

#menu ul {
  max-width: 1024px;
  margin: 0 auto;
}

#menu li {
    display: inline;
    list-style: none; /* pour enlever les puces sur IE7 */
}

.album-list {
  width: 100%;
  padding: 2em 0;
  margin: auto;
  background: #262626 none repeat scroll 0 0;
  float:left;
}

.album-thumb {
	width: 268px;
	height: 150px;
}

.thumbnail {
  text-align: center;
  float:left;
}
.thumbnail img {
  max-width: 100%;
  height: auto;
  margin: 0 2px 5px 2px;
	border: 2px solid #fff;
  border-radius: 2px 2px 2px 2px;
  /*box-shadow: 0 0 3px #B1B1B1;*/
  padding: 0 0 2px;
}
.thumbnail img:hover {
  box-shadow: 0 0 5px #818181;
}

.album_title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video {
  width: 100%;
  margin: 0 0 24px 0;
}

.additionnal-infos {
  width: 100%;
  height: auto;
  float: left;
}

.gallery {
  width: 100%;
  height: auto;
  float: left;
  padding-top:1em;
}

.gallery a {
  line-height: 0;
}

.menu-img {
  /*width: 25%;*/
  float:left;
  margin-bottom: 0.25em;
}

footer {
  width:100%;
  float:left;
}

footer p {
  text-align: center;
}

footer span:not(:last-child):after {
  content: ' - ';
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 40px;
  }
  .menu-img,
  .gallery__img--secondary {
    width: 33%;
  }
}

@media screen and (max-width: 500px) {
  .menu-img,
  .gallery__img--secondary {
    width: 50%;
  }
}

@media screen and (max-width: 300px) {
  .menu-img,
  .gallery__img--secondary {
    width: 100%;
  }
}
