@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'BauMed';
  src: url('../font/BauhausStd-Medium.eot');
  src: url('../font/BauhausStd-Medium.woff2') format('woff2'),
       url('../font/BauhausStd-Medium.woff') format('woff'),
       url('../font/BauhausStd-Medium.ttf') format('truetype'),
       url('../font/BauhausStd-Medium.svg#BauhausStd-Medium') format('svg'),
       url('../font/BauhausStd-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BauLight';
  src: url('../font/BauhausStd-Light.eot');
  src: url('../font/BauhausStd-Light.woff2') format('woff2'),
       url('../font/BauhausStd-Light.woff') format('woff'),
       url('../font/BauhausStd-Light.ttf') format('truetype'),
       url('../font/BauhausStd-Light.svg#BauhausStd-Light') format('svg'),
       url('../font/BauhausStd-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html {
	margin: 0;
	background: url("../images/fond.jpg") no-repeat center fixed;
	background-size: cover;
}

	body {
		width: 700px;
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 0;
		background: none;
		font-family: georgia, serif;
	}

	q {	quotes:'\00AB' '\00BB';	}


img {
	border: 0;
}

a  {
	color: #ad2626;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.titrounet {
	font-family: Tempus, serif;
	color: #40150F;
	font-weight: bold;
	font-size: 1.5em;
}

h2 {
	font-family: BauLight, serif;
	font-size: 1.8em;
	color: #000000;
	padding: 15px;
	border-bottom: solid 1px #f1f1f1;
	line-height: 0.8em;
}

h3 {
	font-family: BauLight, serif;
	font-size: 1.5em;
	color: #000000;
	padding-left: 5px;
	text-decoration: underline;
}

h4 {
	font-family: BauLight, serif;
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}

h5 {
	font-family: serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.lettrine::first-letter {
	font-family: Tempus, serif;
	color: #40150F;
	font-weight: bold;
	font-size: 5em;
	float:left;
}

.nom {font-variant : small-caps;}

		header {
			position: relative;
			top: 0;
			left: 15px;
			margin: 0 auto;
			z-index: 0;
		}
		

			header h1 {
				font-family: BauLight, serif;

				font-size: 5em;
				background-color: none;
				margin: 0;
				padding: 0;
				text-align: left;
				z-index: 0;
			}

			header a {
				color: #ffffff;
				text-decoration: none;
				transition: color 0.5s;	
				z-index: 0;
			}
	
			header a:hover {
				color: #ad2626;
			}

/*******************/
/*******MENU********/
/*******************/

nav {
	z-index: 1;
}

nav ul {
	padding : 0;
	margin : 0;
	font-family: BauLight, serif;	
	list-style: none;
	text-align: left;
	font-size: 1.2em;

}

	nav ul li {
		float: left;
		margin-right: 0.1em;
		margin-bottom: 0.1em;
	}
	

		nav ul li a {
			display: block;
			width : 100%;
			font-weight: bolder;
			color: #000000;
			text-decoration: none;
			padding: 0.3em;
			background-color:rgb(255,255,255);
			background-color:rgba(255,255,255,0.8);
			transition: background-color 0.5s;
			border: solid 1px #f1f1f1;	
		}

			nav ul li a:hover {
				color: #ffffff;
				background-color: #ad2626;
				border: solid 1px #000000;
			}

			nav ul li a:active {
				color: #ffffff;	
				background-color: #000000;		
			}

/*******************/
/*******CORPS*******/
/*******************/

		#contenu {
			width: 100%;
			background-color:rgb(255,255,255);
			background-color:rgba(255,255,255,0.8);
			border: solid 1px #cecece;
			text-align: justify;
			clear: both;
			z-index: 100;
		}

			#contenu h2 {
				background-color: #ffffff;
			}

			#contenu .intro {
				background-color: rgb(255,255,255);
				background-color: rgba(255,255,255,0.8);
				border: solid 1px #f1f1f1;
				margin: 20px;
				padding: 10px 20px 10px 20px;
				font-style: italic;
			}
			
			.citation {
				background-color: rgb(255,255,255);
				background-color: rgba(255,255,255,0.8);
				border: solid 1px #cecece;
				margin: 20px 40px 20px 40px;
				padding: 10px 40px 10px 40px;
			}

				.citation .mot {
					font-family: serif;
					font-size: 1.1em;
					color: #000000;
					font-weight: bold;
				}
				

			.article {
				background-color: rgb(255,255,255);
				background-color: rgba(255,255,255,0.8);
				border: solid 1px #cecece;
				margin: 0 20px 20px 20px;
				padding: 10px 20px 10px 20px;
			}
			
				.article p {font-size: 1.1em; text-indent: 1em;}

		#contenu #references {
				padding: 20px;
				padding-top: 0;
		}

		#contenu .image {
				display: block;
				background-color: rgb(255,255,255);
				background-color: rgba(255,255,255,0.8);
				border: solid 1px #cecece;
				margin: 20px 40px 20px 40px;
				padding: 10px 20px 10px 20px;
				text-align: center;

		}

		#contenu .image h3 {
			font-family: BauLight, serif;
			font-size: 1.4em;
			color: #000000;
			padding-left: 5px;
			text-decoration: underline;
			text-align: left;	
		}

		#contenu .image .intro {
			font-size: 0.9em;
			text-align: left;
		}

.small {
	border-radius: 5px;
	-webkit-transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s;
	-o-transition: box-shadow 0.5s;
   transition: box-shadow 0.5s;
}

.small:hover {
	-webkit-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
	box-shadow: 8px 8px 10px #191919;	
}
		
blockquote {
	padding-bottom: 0.5em;
	background-color:  rgba(255,255,255,1);
	border-radius: 5px;
	padding-right: 1em;

}

.ref {
	text-align: right;
	padding-top: 0;
	margin-top: 0;
}

/*******************/
/******LEXIQUE******/
/*******************/

.lexique {
	padding: 10px 20px 10px 20px;
}

.lexique span {
	font-weight: bold;
}

.lexique p {
	background-color: rgba(255,255,255,0.8);
	padding: 5px;
	border: solid 1px #000000;
}

.lexique .references {
	padding-top: 20px;
	margin-top: 20px;
}

/*******************/
/*******PIED********/
/*******************/

	footer {
		clear: both;
		width: 100%;
		padding: 0;
		margin: 0 auto;
		text-align: left;
		font-family: serif;
		text-align: center;
		letter-spacing: 0.1em;
		font-size: 0.8em;
		color: #ffffff;
		background-color: rgba(0,0,0,0.3);
	}
	
		footer a, footer a:active {
			color: #ffffff;				
		}	


	.italMarron {
		color: #40150f;
		font-style: italic;
		font-weight: bold;
	}
	
	li {  list-style-type: none;}