/*Style global*/
*
{
	font-family: Arial, Impact, Serif;
}

body
{
	background-color: white;
	text-align: center;
}

#page
{
	width: auto;
	margin: auto;
}

header
{
	width: auto;
	height: 200px;
	background-image: url(images/logo-JLR.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	
}

#bottom
{
	height:200;
    display: table-cell;
    vertical-align: bottom;
	text-align: center;
}

nav
{
	text-align: center;
	background-color: #1c75bc;
	margin-bottom: 25px;
	box-shadow: inset 0 8px 5px #145990;
}

nav a
{
	display: inline-block;
	margin-right: 20px;
	margin-left: 5px;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a
{
	display: inline-block;
	margin-right: 20px;
	margin-left: 5px;
	font-size: small;
	color: black;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: underline;
}

h2
{
	font-style: bold;
	color: #1c75bc;
	vertical-align: bottom;
	text-align: center;
}

h1
{
	font-style: italic;
	color: #1c75bc;
}

article, aside
{
	display: inline-table;
	margin-left: auto;
	margin-right: auto;
}

/*Style accueil*/



#accueil
{
	text-align: justify;
	margin: 10px;	
	padding: 20px;
	width: 600px;
	background-color: white;
}

aside
{
	text-align: center;
	position: relative;
	margin: 10px;
	padding: 20px;
	width: 250px;
	background-color: white;

}

footer
{
	text-align: center;
	margin: 20px;
	width: auto;
	background-color: White;
}
