/* Contenu */ 
.Introduction 
{
	background-color: #2c2c2c; /*Emma 25/04*/
}
.Header
{
	font-family: 'Lobster', cursive; /*Emma 25/04*/
	color: white; 
	text-align: center; 
}
.Titre
{
	font-family: 'Lobster', cursive; /*Emma 25/04*/
	color: white; 
	text-align: left; 
	padding-left: 23%; 
	padding-top: 10px;
}
.Text
{
	font-family: 'Roboto Condensed', sans-serif; /*Emma 25/04*/
	text-align: justify;
	color: #d7d7d7; /*Emma 25/04*/
	top: 500px;
	padding-left: 18%; 
	padding-right: 18%;
}
.Image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: 50%;*/
}
.Vid 
{ 
  display:block; 
  width:480px; 
  margin:0 auto 35px auto 
} 
.Tab
{
	color: white; 
    border-collapse: collapse;
    text-align: center;
}
.Author
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	text-align: right;
	color: #8fceca;
	padding-right: 15%;
}
.Log
{
	font-family: 'Trocchi', serif;
	font-size: 18px;
	text-align: left;
	color: #ca4c58;
	padding-left: 20%; 
}
.Article
{
	width: 320px;
    padding: 10px;
    border: 5px solid gray;
    margin: 0; 
}


/*begin: QUOTE*/ /*Emma 25/04*/
blockquote 
{ 
	font-family: 'Advent Pro', sans-serif;
	font-size: 15px;
	font-style: italic;
	margin: 0.25em 0;
	padding-left: 22%;
	padding-right: 22%;
	padding-top: 10px;
	line-height: 1.45;
	position: relative;
	color: #c4c4c4;
}

blockquote:before 
{
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 19%;
	color: #7a7a7a;
}

blockquote cite 
{
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before 
{
	content: "\2014 \2009";
}
/*end: QUOTE*/

button
{
	background-color: #333333; 
	border: none;
	border-radius: 5px; 
	color: #fff;
	cursor: pointer;
	font-family: monospace;
	font-size: 3em; 
	outline: none;
	padding: 15px; 
	transition: 0.2s; 
}

button:hover 
{ 
	transform: scale(1.01);
}

button:active  
{
	transform: scale(0.99);
}

.Box
{
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 25vh; 
}


/* Header et Footer */ 
html, body
{
	margin: auto;
	display: table;
	height: 100%; 
	width: 100%; 
	color: black;
	background-color:white;
	background-image:url(Images/back.jpg);
	background-attachment:fixed;
	background-repeat: no-repeat;
    background-size: cover;
}
.Container
{
	height: auto; 
}
footer
{
	display: table-row;
	height: 1px; 
	background-color: black; 
	text-align: center;
}
footer p
{
	color: #fff; 
	font-family: Myriad Pro; 
}
nav ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none; 
	background-color: #333333; 
}
nav li
{
	display: inline-block; 
	margin: 0px; 
	padding: 0px; 
	width: 100px;
	height: 40px; 
	border-right: 1px solid #CCCCCC; 
	text-align: center; 
	line-height: 40px; 
}
nav li a
{
	display: block;
	text-decoration: none; 
	color: white; 
}
nav li :hover
{
	background-color: #3388BB; 
}
td, th 
{
    border: 1px solid white;

}


/* Menu Galerie */ 
.Galim
{
	width: 100px;
	height: 90px; 
}
.Thgal
{
	font-size: 2em; 
	background-color: black; 
	color: white; 
}

.tabgal
{
	background-color: #2c2c2c; 
	width: 60%;
	position: absolute;
	left: 50%;
	margin-left: -470px; 
}
.tdgal
{ 
	padding: 25px; 
}


/* Lien */ 
.lien
{
	text-decoration: none; 
	color: white; 
}
.lienU
{
	text-decoration: none; 
	color: white; 
	text-align: center;
}

/* Barre de navigation */ 

#navbar {
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
#navbar .a1 {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar .a1:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #80002a;
  color: white;
}
#navbar .a1.active {
  background-color: #80002a;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/*image header*/
div#wrapperHeader 
{
	background: #700000;
	 width:100%;
	 height;200px; /* height of the background image? */
	 background:url(images/header.png) repeat-x 0 0;
	 text-align:center;
}

div#wrapperHeader div#header 
{
	background: #700000;
	 margin:0 auto;
}

div#wrapperHeader div#header img 
{
	background: #700000;
	width:; /* the width of the logo image */
	height:; /* the height of the logo image */
	margin:0 auto;
}

h2
{
	color: #d7d7d7; 
}

label
{
	color: white; 
	text-align: center; 
}
