html
{
	padding: 0px;
}

body
{
	background: #b4dce8; /* Old browsers */
	background: -moz-linear-gradient(top, #b4dce8 0%, #0048a0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4dce8), color-stop(100%,#0048a0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b4dce8 0%,#0048a0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b4dce8 0%,#0048a0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b4dce8 0%,#0048a0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b4dce8 0%,#0048a0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4dce8', endColorstr='#0048a0',GradientType=0 ); /* IE6-9 */
	/*background-image: url('./background.png');*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
}

h1, h2, h3
{
	color: #d46400;
	font-family: arial;
}

section.site
{
	width: 1280px;
	margin: auto;
	padding: 0px;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.5);
}

section.head
{
	background-image: url('./title_back.png');
	background-size: 100%;
	background-repeat: no-repeat;
}

nav.menu
{
	width: 100%;
	margin: auto;
	font-weight: bold;
}

.menu ul
{
	width: 100%;
	margin: auto;
	padding: 0px;
}

.menu li
{
	display: inline-block;
	width: 315px;
	margin: auto;
	text-align: center;
	transition: 1s;
}

.menu li:hover
{
	background-color: rgba(255, 255, 255, 1);
	transition: 1s;
	box-shadow: 0px 0px 10px white;
}

.menu a
{
	text-decoration: none;
	font-family: arial;
	color: black;
	transition: 1s;
}

.menu li:hover a
{
	color: rgb(200, 150, 0);
	transition: 1s;
}

section.main
{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0px 0px 20px 20px;
}

aside
{
	float: right;
	text-align: left;
	width: 20%;
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;
}

aside h2
{
	font-size: 1.1em;
}

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

aside li
{
	margin-bottom: 15px;
}

aside section
{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #d46400;
	border-radius: 20px;
	padding: 10px;
}

aside section#affiche
{
	text-align: center;
}

section.center
{
	width: 75%;
	float: left;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.center h1
{
	font-size: 1.2em;
}

.center li
{
	margin-bottom: 20px;
}

.center em
{
	color: #d46400;
}

.center #presentation
{
	text-align: center;
	vertical-align: middle;
}

.center p.intro1
{
	display: inline-block;
	width: 70%;
	text-align: left;
	vertical-align: middle;
}

.center p.intro2
{
	display: inline-block;
	width: 25%;
	text-align: center;
	vertical-align: middle;
}

.center p.intro2 img
{
	width: 95%;
}

#programme ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.resume
{
	width: 80%;
	margin: auto;
	/*background-color: rgb(230, 230, 230);*/
	border-left: 2px solid #d46400;
	border-bottom: 2px solid #d46400;
	border-radius: 20px;
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}

.resume p
{
	color: #777777;
}

.resume h3
{
	font-size: 1em;
}

hr
{
	border: none;
	width: 80%;
	margin: auto;
	border-bottom: 4px dotted #d46400;
	margin-top: 50px;
	margin-bottom: 40px;
}

section.formulaire
{
	width: 65%;
	margin: auto;
	margin-top: 50px;
	border-left: 2px solid #d46400;
	border-bottom: 2px solid #d46400;
	border-radius: 20px;
	text-align: center;
	padding: 15px;
}

section.formulaire  form
{
	width: 80%;
	margin: auto;
	text-align: left;
}

section.formulaire label
{
	display: inline-block;
	width: 250px;
	text-align: left;
}

footer
{
	clear: both;
	background-image: url('./links.png');
	background-size: 70%;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	margin: auto;
	height: 163px;
}

section.inscr
{
	border: 1px solid #d46400;
	border-radius: 20px;
	width: 60%;
	margin: auto;
	padding: 15px;
}

section.inscr table
{
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}

section.inscr th
{
	color: #d46400;
	font-family: arial;
	text-align: left;
	width: 33%;
	font-size: 0.9em;
}

section.inscr th, section.inscr td
{
	padding-left: 10px;
}

section.gestion
{
	border: 1px solid #d46400;
	border-radius: 20px;
	width: 80%;
	margin: auto;
	padding: 15px;
}

section.gestion table
{
	border-collapse: collapse;
	width: 100%;
	margin: auto;
}

section.gestion th
{
	color: #d46400;
	font-family: arial;
	text-align: left;
	font-size: 0.9em;
}

section.gestion th, section.gestion td
{
	padding-left: 10px;
}

footer.credit
{
	width: 100%;
	margin: auto;
	font-size: 0.9em;
	background: none;
}

footer.credit p
{
	width: 100%;
	margin: auto;
	text-align: center;
}

.main footer
{
	padding-top: 25px;
}

.main footer p
{
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
}

@media screen and (min-width: 1024px) and (max-width: 1279px) 
{
	section.head img
	{
		height: 120px;
	}
	
	section.site
	{
		width: 1024px;
	}
	
	.menu li
	{
		display: inline-block;
		width: 200px;
		margin: auto;
		text-align: center;
		transition: 1s;
	}
}

@media screen and (min-width: 800px) and (max-width: 1023px) 
{
	section.head img
	{
		height: 90px;
	}
	
	section.site
	{
		width: 800px;
	}
	
	.menu li
	{
		display: inline-block;
		width: 150px;
		margin: auto;
		text-align: center;
		transition: 1s;
	}
}

@media screen and (max-width: 799px) 
{
	body
	{
		padding: 0px;
		margin: 0px;
		width: 100%;
	}
	
	section.head img
	{
		height: 70px;
	}
	
	nav.menu
	{
		background-color: #ffffff;
	}	
	
	section.site
	{
		width: 100%;
		border-radius: 0px 0px 0px 0px;
		box-shadow: none;
	}
	
	.menu li
	{
		display: block;
		width: 100%;
		margin: auto;
		text-align: center;
		transition: 1s;
	}
	
	section.main
	{
		border-radius: 0px;
	}
	
	aside
	{
		float: none;
		width: 100%;
		margin: auto;
		margin-top: 0px;
		padding: 0px;
		padding-top: 15px;
	}
	
	aside section
	{
		display: block;
		width: 80%;
		margin: auto;
		margin-top : 15px;
	}
	
	section.center
	{
		float: none;
		margin: auto;
	}
	
	aside section#affiche
	{
		display: none;
	}
}
