/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   General
   ========================================================================== */
p,em {
	font-family: Georgia, "Times New Roman", Times, serif ;
}

/* ==========================================================================
   Header
   ========================================================================== */
.main-header {
	border-top: 20px solid black;
	border-bottom: 20px solid black;
	height: 120px;
	background: #FAEBD7;
	max-width: 990px;
	margin: auto;
}

header img {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.title {
	margin-left: 60px;
	margin-top: 35px;
}



.rouge {
	color: red;
	
}

/* ==========================================================================
   Body
   ========================================================================== */
body {
	background: #E6E6FA;
	
}
/* ==========================================================================
   Contenu
   ========================================================================== */
.contenu {
	max-width: 990px;
	margin: auto;
	margin-top: 10px;
	overflow: hidden;
}

/* ==========================================================================
   Nav
   ========================================================================== */
nav {
	background: #FAEBD7;
	width: 170px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	border-right: 1px solid black;
	float: left;
/* 	font-size: 20px; */
}

a {
	text-decoration: none;
/* 	color: #FF0000; */
}

/* ==========================================================================
   Main
   ========================================================================== */
section {
	margin-left: 180px;
	border-top: 5px solid black;
	/* 	border-bottom: 5px solid black; */
}

/* ==========================================================================
   Articles
   ========================================================================== */
article {
	background: #B0C4DE;
	padding: 10px;
}

/* ==========================================================================
   Articles: first
   ========================================================================== */
.first h1 {
	color: blue;
	text-align: center;
	background: #FAEBD7;	
}

.first {
	margin-bottom: 10px;
}

/* ==========================================================================
   Articles: second
   ========================================================================== */
.second {
	margin-bottom: 10px;
}

.second h1 {
	color: blue;
	text-align: center;
	background: #FAEBD7;
}

.second h3 {
	font-style: italic;
	font-family: Serif;
}

/* ==========================================================================
   Articles: third
   ========================================================================== */

.third {
	margin-bottom: 10px;
}

.third h1 {
	color: blue;
	text-align: center;
	background: #FAEBD7;
}

.third h2 {
	font-size: medium;
	text-align: center;
}
/* ==========================================================================
   Material
   ========================================================================== */
.material {
	margin: 10px;
}

.material-index {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	border: 1px solid black;
	background: #FAEBD7;
	padding: 25px;
}

.material-index p {
	text-align: center;
	font-size: 20px;
}

/* ==========================================================================
   Table
   ========================================================================== */

table {
/* 	font: 11px/24px Verdana, Arial, Helvetica, sans-serif; */
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 800px;
/* 	background: lightgrey; */
	}


th {
	padding:1em 1em;
	text-align: left;
	}

tr.yellow td {
	border-top: 1px solid #FB7A31;
	border-bottom: 1px solid #FB7A31;
	background: #FFC;
	}

td {
	text-align: center;
	padding: 1em 0.5em;
	}

/* td:first-child { */
/* 	width: 190px; */
/* 	} */

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
	
table a {
	text-decoration: none;
	
}

tr:nth-child(odd) { background: #FAEBD7;} /*#ccc; }*/
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	max-width: 990px;
	margin: auto;
	margin-top: 10px;
}

footer p {
	text-align: center;
}