body
{
	background: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Georgia;
}

img
{
	width: 60%;
	box-shadow: 10px 10px 10px black;
}

.tete
{
	margin-bottom: 5%;
	border-left: 10px #DAA520 groove;
	border-right: 10px #DAA520 groove;
	border-top: 10px #DAA520 groove;
	border-bottom: 10px #DAA520 groove;
	display: block;
	margin: auto;
}

.i1
{
	border: 10px #DAA520 groove;
	display: block;
	margin: auto;
	margin-bottom: 5%;
	opacity: 1;
}

h2 img
{
	margin: auto;
	width: 30%;
	box-shadow: 0px 0px 0px black;
}

h2
{
	text-align: center;
	color: #DAA520;
	text-shadow: 2px 2px 2px black;
}


#quiz {
    text-indent: 10px;
    display:none;
}

.button {
    border:4px solid;
    border-radius:5px;
    width: 40px;
    padding-left:5px;
    padding-right: 5px;
    position: relative;
    float:right;
    background-color: #DCDCDC;
    color: black;
    margin: 0 2px 0 2px;
	text-align: center;
}

.button.active {
    background-color: #F8F8FF;
    color: #525252;
}

button {
    position: relative;
    float:right;
}

.button a {
    text-decoration: none;
    color: black;
}

#container {
    width:50%;
    margin:auto;
	margin-top:105px;
    padding: 0 25px 40px 10px;
    background-color: white;  /*Couleur de fond quizz*/
    border:4px #DAA520 solid;	/*Couleur de bordure*/
    border-radius:5px;
    color: black;
    font-weight: bold;
    box-shadow: 5px 5px 5px #888;
	text-align: center;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#prev {
    display:none;
}

#start {
    display:none;
    width: 90px;
}

.retro, .index, .actu, .futur
{
	border-left: 10px #DAA520 groove;
	border-right: 10px #DAA520 groove;
	border-bottom: 10px #DAA520 groove;
	box-shadow: 10px 10px 10px black;
}

#menu
{
	display: flex;
	margin: auto;
	justify-content: space-between;
	width: 61%;
}

a.index
{
	display: block;
	width: 174px;
	height: 99px;
	background: url(../../images/onglet_index.jpg) no-repeat;
}

a.index:hover
{
	background: url(../../images/onglet_index2.jpg) no-repeat;
}

a.retro
{
	display: block;
	width: 174px;
	height: 99px;
	background: url(../../images/onglet_retro.jpg) no-repeat;
}

a.retro:hover
{
	background: url(../../images/onglet_retro2.jpg) no-repeat;
}

a.actu
{
	display: block;
	width: 174px;
	height: 99px;
	background: url(../../images/onglet_actu.jpg) no-repeat;
}

a.actu:hover
{
	background: url(../../images/onglet_actu2.jpg) no-repeat;
}

a.futur
{
	display: block;
	width: 174px;
	height: 99px;
	background: url(../../images/onglet_futur.jpg) no-repeat;
}

a.futur:hover
{
	background: url(../../images/onglet_futur2.jpg) no-repeat;
}

a{
	color: white;
}

a:hover
{
	color: silver;
}

footer{
	margin-top: 5px;
	padding: 20px 0 10px;
	border-radius:20px;
	line-height:30px;
	text-align:center;
	position: relative;
	bottom: 0;
	left:0;
	color: white;
}

.quizz
{
	background-color: silver;
	text-align: center;
	font-size: 150%;
	color:black;
	float: left;
	vertical-align: top;
	border-right: 10px silver groove;
	border-bottom: 10px silver groove;
	border-left: 10px black groove;
	border-top: 10px black groove;
	width: 10%;
    flex-direction: column;
    justify-content: center;
    margin-left: 5%;
    box-shadow: 10px 10px 10px black;
}

.quizz:hover
{
	font-weight: bold;
	color: silver;
	background-color: white;
	opacity: 1;
}

#voletNav {
	border-right: 5px silver groove;
	border-bottom: 5px silver groove;
	border-left: 5px silver groove;
	border-top: 5px silver groove;
	width: 100%;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: black;	/*couleur d'arriere du bandeau*/
	opacity:1;
	margin-top: 1%;
	box-shadow: 10px 10px 10px white;
	margin-left: 29%;
	width: 42%;
}

.dropdown, .soloLink { 
	float: left;
} 

.dropdown a, .soloLink a, .dropdiv {
    display: inline-block;
    color: #FFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropdiv {
    background-color: silver;	/*couleur quand on passe sur l'onglet*/
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: silver; /*couleur de fond des sous volets*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align:center;
	border-right: 5px silver groove;
	border-bottom: 5px silver groove;
	border-left: 5px silver groove;
	border-top: 5px silver groove;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	text-align:center;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}