body {
	font-family: 'Lato', sans-serif;
	background-image: url('motifs_04.png');
}

blockquote {
	font-size: 16px;
}

video {
	width: 100%;
}

iframe {
	width: 100%;
	height: auto;
}

li {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

#pageWidth {
	width: 1200px;
	margin: 0 auto;
}

div#background {
	background-color: #fff;	
}

div#banner {
}

#banner img{
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
}

.navbar {
}

.navbar-brand img {
	vertical-align: middle
}

.navbar-brand p{
	display: inline-block;
}

.container {
	text-align: center;
}

.selectContainer {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.video {
	width: 280px;
	height: auto;
	margin-right: 8px;
	margin-left: 8px;
	display: inline-block;
}

.retrait {
	text-indent: 15px;
	font-size: 18px;
}

.retraitSpan {
	margin-left: 15px;
	font-size: 18px;
}

.retraitSousTitre {
	margin-left: 25px;
}

.chapters, .text {
	width: 800px;
	margin: 0 auto;
	text-align: justify;
}

.chapters h3, .text h3, .text h4 {
	text-align: center;
}

.noteBasDePage {
	font-size: 12px;
}

footer#footer{
	text-align: center;
	margin-top: 15px;
}

table
{
    border-collapse: collapse;
    text-align: center;
}
td, th /* Mettre une bordure sur les td ET les th */
{
    border: 1px solid black;
    padding: 5px 10px;
}

@media screen and (max-width: 1200px) {
  #pageWidth {
  	width: 100%;
  }
}

@media screen and (max-width: 1185px) {
  .container {
  	width: 100%;
  	text-align: center;
  }
}

@media screen and (max-width: 811px) {
	.chapters, .text {
		width: 600px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 626px) {
	.marginDropdown {
		margin-top: 10px;
	}
}

@media screen and (max-width: 600px) {
  .video {
  	width: 90%;
  	margin-right: 0;
  	margin-left: 0
  }

  .chapters, .text {
  	width: 400px;
  	margin: 0 auto;
  }

  iframe {
  	height: 245px;
  }
}