html
{
	background-color: #000000;
	background-image:url(resources/fond.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
}

body
{
	min-width: 1010px;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}

a 
{
	line-height: 17px;
	font-size: 15px;
	color: #FFFFFF;
}

a img 
{
	border: 0px;
}

nav ul,li
{
	display : inline-block;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

nav ul
{
	list-style-type : none;
}

table
{
	margin: auto;
}

p
{
	font-size: 15px;
	text-align: justify;
	margin-left: 60px;
	margin-right: 60px;
	color: #FFFFFF;
}

footer p
{
	text-align: center;
	font-size: 10px;
}

.accueil
{
	font-size: 15px;
	text-align: center;
	color: #FFFFFF;
}

h1
{
	font-size: 55px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	margin-top: 5px;
	margin: auto;
	margin-bottom: 5px;
	text-shadow: 0 0 6px #FFFFFF, 0 0 4px #FFFFFF;
}

h2
{
	color: #FFFFFF;
	text-decoration: underline;
	text-align: center;
	font-size: 25px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;	
}



img.thumbnail 
{
	margin: 0;
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 80px;
	height: 53px;
	border-top-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;	
}
		

.bandeau
{
	width: 1000px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border-top-right-radius: 15px 15px;
	border-top-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
}





