	/*
		Auteur      :Joel Neuhaus
		Date        :18.12.2019
		Description :CSS de la feuille "index.html"
	*/
	
/*Fond d'ecran*/
.fond
{
	background-color:#ffffff;
	margin-left:10.5%;
	margin-right:10.5%;
}

/*Titres*/
.txtBlanc
{
	color: white;
}

/*Entête*/
header
{
	text-align: center;
	padding-top:25px;
	padding-bottom:25px;
} 

/*général*/
body
{
	background:url(../images/img_1127.jpg);
	background-size:cover;
	background-attachment:fixed;
	text-align:justify;
	font-family:arial;
}
form
{
	padding-top:50px;
}
p
{
	font-size:20px;
	margin-left:3%;
	margin-right:3%;
}
.img
{
	
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*Titres*/
h2.footer
{
	text-align:left;
}
h1
{
	text-align:center;
	font-size: 75px;
}
h2
{
	text-align:center;
	font-size: 40px;
}
h3
{
	text-align:center;
	font-size: 25px;
}
.titre
{
	width:323.2323px;
	height:200px;
}

/*Vocabulaire de Basket*/
li
{
	font-size:20px;
	margin-left:3%;
	margin-right:3%;
}

/*Systeme de navigation*/
.nav
{
	background-color: white;

}
.logo
{
	float: left;
	width: 80px;
	height: 50px;
	padding: 10px 0;
}
div::after
{
	content:' ';
	display: table;
	clear: both;
}
nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
nav li
{
	display:inline-block;
	float: left;
	margin-left: 2%;
	padding-top: 25px;
	position:relative;
}
nav ul > li > a
{
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
}
nav a:hover
{
	color: #000;
}
nav a::before
{
	content:'';
	display: block;
	height: 5px;
	width: 100%;
	background-color: #444;
	position: absolute; 
	top:0;
	width:0%;
	transition: all ease-in-out 250ms;
}
nav a:hover::before
{
	width:100%;
}
/*Accueil*/
#mediaday
{
	width:60%;
	height:30%;
}

/*Actualitées*/
table {
border: medium solid #000000;
margin: auto;
width: 80%;
text-align:left;
}
td, th {
border: thin solid #000000;
}

/*Histoire*/
/*images histoire*/
.imgl
{
	float: left;
	margin-left: 3%;
	padding-right:3%;	
}
.imgr
{
	float: right;
	margin-right:3%;
	padding-left:3%;
}
#img1
{
	width:13.3%;
	height:18.9%;
	
}
#img2
{
	width:25.6%;
	height:17.8%;
	
}
#img3
{
	width:256px;
	height:17.7%;
}
#img4
{
	width:17%;
	height:25.6%;
}
#img5
{
	width:15.5%;
	height:22.4%;
}
#img6
{
	width:20%;
	height:25%;
}
#img7
{
	width:20%;
	height:16.1%;
}
#img8
{
	width:23.2%;
	height:16.8%;
}

/*Legendes*/
.imgLegendes
{
	width:150px;
	height:150px;
	float: left;
	margin-left: 3%;
	padding-right:3%;
}

/*Quizz*/
.cor
{
	margin-top:50px;
}
.info
{
	margin-right:3%;
}
h3.Quizz
{
	text-align:left;
}

/*Pied de page*/
.contacts
{
	width:21px;
	height:21px;
	
}
footer
{
	background-color: #bfbfbf;
	margin-top:50px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}