@media all and (min-width: 1145px)
{
	/*--Page--*/
	body
	{
		font-family: cursive;
		margin: auto;
		background: #EEE;
		font-size: 80%;
		position: relative;
		top: 53px;
		color: black;
	}

	.hr_cache
	{
		visibility: hidden;
		position: relative;
		bottom: 46px;
	}
	/*-------------------------------------------------*/

	/*--Navette--*/
	nav
	{
		padding: 0px;
		margin: 0px;
		top: 0px;
		width: 100%;
		text-align: center;
		background-color: black;
		position: fixed;
		color: #DDD;
		box-shadow: 1px 1px 20px black;
	}

	nav h3 , nav h4
	{
		text-transform: uppercase;
	}
	
	nav h4
	{
		display: inline-block;
	}

	nav ul
	{
		list-style: none;
		padding: 0px;
		margin: 0px;
	}

	#firstList li
	{
		margin: 0px;
		padding: 0px;
		display: inline-block;
		vertical-align: top;
		border-left: 3px solid #DDD;
		border-right: 3px solid #DDD;
	}

	.secondList
	{	
		display: none;
	}

	.secondList li
	{	
		background-color: black;
		box-shadow: 1px 1px 20px black;
	}

	#firstList li:hover .secondList
	{
		display: block;
		position: fixed;
	}

	#firstList li:hover .secondList li
	{
		display: block;
		text-align: left;
		padding: 0px;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	nav li a:active
	{
		text-shadow: 1px 1px 0px white;
	}

	nav a:hover
	{
		color: white;
	}

	nav a
	{
		text-decoration: none;
		display: block;
		margin: 0px;
		padding: 0px;
		padding-left: 30px;
		padding-right: 30px;
		color: #999;
	}

	.li_first
	{
		padding-top: 1px;
		padding-bottom: 1px;
	}
	/*-------------------------------------------------*/

	/*--Changement de page--*/
	.changement a
	{
		padding: 0px;
		margin: 0px;
		display: block;
		position: fixed;
		bottom: 0px;
		left: 0px;
		background-color: black;
		padding-left: 10px;
		padding-right: 10px;
		box-shadow: 1px 1px 20px black;
	}
	/*-------------------------------------------------*/

	/*--Header--*/
	header
	{
		
		background-color: #FFF;
		text-align: center;
		font-size: 60%;
		width: 80%;
		margin: auto;
		padding: 15px;
		box-shadow: 1px 1px 10px black;
	}

	header h1
	{
		text-transform: uppercase;
	}

	header h2
	{
		text-transform: uppercase;
	}
	/*-------------------------------------------------*/

	/*--Corps--*/
	section
	{
		background-color: #FFF;

		text-align: left;
		font-size: 70%;
		width: 80%;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 40px;
		padding: 15px;
		box-shadow: 1px 1px 10px black;
	}

	section span a
	{
		text-align: center;
		color: #999;
		background-color: black;
		padding: 15px;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		text-decoration: none;
		text-transform: uppercase;
		width: 30%;
		display: block;
		border: 3px solid #999;
		box-shadow: 1px 1px 10px black;
	}

	section span a:hover
	{
		color: white;
	}

	section span a:active
	{
		text-shadow: 1px 1px 0px white;
	}

	section p
	{
		font-size: 150%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: justify;
	}

	.titre_section
	{
		display: block;
		background-color: black;
		padding: 10px;
		color: #DDD;
		box-shadow: 1px 1px 7px black;
	}

	section h1
	{
		text-transform: uppercase;
		margin-left: 50px;
		font-size: 200%;
	}

	section ul
	{
		margin-left: 50px;
		font-size: 120%;
		list-style: none;
	}

	section ul ul
	{
		list-style: square;
	}

	section ul ul a
	{
		color: blue;
		text-decoration: none;
	}

	article h2
	{
		text-transform: uppercase;
		font-size: 170%;
		text-align: center;
	}

	article h3 , article h4
	{
		text-transform: uppercase;
	}

	.firstListArt
	{
		padding: 1px;
		margin: 0px;
		margin-left: 40px;
		margin-right: 40px;
		box-shadow: 1px 1px 7px black;
	}

	.bouton
	{
		margin: 0px;
		padding: 15px;
		cursor: pointer;
	}

	.firstListArt ul
	{
		list-style: none;
	}

	.secondListArt
	{
		display: none;
		padding: 0px;
		margin: 0px;
		padding-left: 50px;
		padding-bottom: 30px;
	}

	.secondListArt h5 , .secondListArt h6
	{
		margin: 0px;
		margin-left: 25px;
		font-size: 15px;
	}

	.secondListArt li , .secondListArt li p
	{
		font-size: 15px;
		margin: 0px;
	}

	.secondListArt li p
	{
		margin-left: 30px;
		margin-right: 60px;
	}

	section hr
	{
		color: gray;
		height: 1px;
	}

	.small_hr
	{
		width: 20%;
	}

	form
	{
		font-size: 150%;
		margin: 30px;
	}

	section textarea
	{
		width: 100%;
	}

	section input
	{
		width: 100%;
		padding: 5px;
		border-radius: 4px;
	}

	section textarea
	{
		padding: 5px;
		border-radius: 4px;
	}

	#envoi
	{
		width: 40%;
	}

	.form_erreur
	{
		color: red;
		font-size: 200%;
	}
	/*-------------------------------------------------*/

	/*--Footer--*/
	footer
	{
		
		background-color: #FFF;
		text-align: center;
		font-size: 80%;
		width: 80%;
		margin: auto;
		padding: 15px;
		box-shadow: 1px 1px 10px black;	}
	/*-------------------------------------------------*/
}

@media all and (max-width: 1144px)
{
	/*--Page--*/
	body
	{
		font-family: cursive;
		margin: auto;
		padding: 0px;
		background-color: #EEE;
		font-size: 100%;
		color: black;
	}

	.hr_cache
	{
		visibility: hidden;
		position: relative;
		bottom: 46px;
	}
	/*-------------------------------------------------*/

	/*--Header--*/
	header
	{
		
		background-color: #FFF;
		text-align: center;
		font-size: 60%;
		width: 100%;
		margin: auto;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		box-shadow: 1px 1px 10px gray;
	}

	header h1
	{
		text-transform: uppercase;
	}

	header h2
	{
		text-transform: uppercase;
	}
	/*-------------------------------------------------*/

	/*--Corps--*/
	section
	{
		background-color: #FFF;
		text-align: left;
		font-size: 50%;
		width: 100%;
		margin: auto;
		padding: 0px;
		box-shadow: 1px 1px 10px gray;
	}

	section span a
	{
		text-align: center;
		color: red;
		background-color: black;
		padding: 5px;
		margin: auto;
		margin-top: 5px;
		margin-bottom: 5px;
		text-decoration: none;
		text-transform: uppercase;
		width: 30%;
		display: block;
		border: 2px solid red;
		box-shadow: 1px 1px 20px black;
	}

	section span a:hover
	{
		color: white;
	}

	section span a:active
	{
		text-shadow: 1px 1px 0px white;
	}

	section p
	{
		font-size: 150%;
		margin-left: 5%;
		margin-right: 5%;
		text-align: justify;
	}

	.titre_section
	{
		display: block;
		background-color: black;
		padding: 10px;
		color: gray;
		box-shadow: 1px 1px 7px black;
	}

	section h1
	{
		text-transform: uppercase;
		margin-left: 50px;
		font-size: 200%;
	}

	section ul
	{
		margin-left: 0px;
		font-size: 120%;
		list-style: none;
	}

	section ul ul
	{
		list-style: square;
	}

	section ul ul a
	{
		color: blue;
		text-decoration: none;
	}

	article h2
	{
		text-transform: uppercase;
		font-size: 170%;
		text-align: center;
	}

	.firstListArt
	{
		padding: 1px;
		margin: 0px;
		margin-left: 40px;
		margin-right: 40px;
		box-shadow: 1px 1px 7px black;
	}

	.firstListArt ul
	{
		list-style: none;
	}

	.secondListArt
	{
		display: none;
		padding: 0px;
		margin: 0px;
	}

	.firstListArt:active .secondListArt
	{
		display: block;
	}

	.secondListArt p
	{
		font-size: 100%;
	}

	section hr
	{
		color: gray;
		height: 1px;
	}

	.small_hr
	{
		width: 20%;
	}

	form
	{
		font-size: 150%;
		margin: 30px;
	}

	section textarea
	{
		width: 100%;
	}

	section input
	{
		width: 100%;
		padding: 5px;
		border-radius: 4px;
	}

	section textarea
	{
		padding: 5px;
		border-radius: 4px;
	}

	#envoi
	{
		width: 40%;
	}
	/*-------------------------------------------------*/

	nav
	{
		display: none;
	}

	/*--Footer--*/
	footer
	{
		
		background-color: #FFF;
		text-align: center;
		font-size: 80%;
		width: 100%;
		margin: auto;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		box-shadow: 1px 1px 10px gray;
	}
	/*-------------------------------------------------*/
}