/* Les principaux élements de la page index */
/* Les principaux élements de la page index */

html, body
{
	margin: 0; paddin: 0;
	background: #000000;
	font-family: verdana, sans-serif;
	color: #ffbb0a;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust:none;-ms-text-size-adjust:none

}

#opening
{
	background: url('../img/opening.png') no-repeat;
	height: 258px;
	width: 700px;
	position: relative;
	margin: 100px auto 30px auto;
}	

#wrapper {
	position : relative; /* référent du footer */
	min-height : 100%;
}

#container {
	padding-bottom : 6em; /* padding-bottom = hauteur du footer */
}


#bloc_page
{
	width: 800px;
	margin: auto;
}

section h1, aside h1, nav a
{
	font-family: impact, ArialRoundedMTBold, serif;
	font-weight: normal;
	text-transform: uppercase;
}

footer h6
{
	position: relative;
	width: 800px;
	font-family: arial;
	font-weight: normal;
	font-size: 0.6em;
	text-align: center;
	margin: auto;
	padding-bottom: 0px;
	min-height: 100%;
}

/* Header */

header
{
	//background: url('fichier.png') repeat-x bottom;
}

#main_logo
{
	height: 180px;
	width: 810px;
	margin-top: 0px;
}

/* Menu Nav */

nav
{
	display: inline-block;
	width: 800px;
	margin-top: 12px;

}

nav ul
{
	list-style-type: none;
	padding-left: auto;
	text-align: center;
	padding-left: 0;
}

nav li
{
	display: inline;
	margin-left: auto;
	margin-left: 10px;
	margin-right: 10px;
}

nav a
{
	font-size: 1.1em;
	color: #ffba00;
	text-decoration: none;
	text-align: center;
}

nav a:hover
{
	color: red;
	//border-bottom: 1px solid red;
	border-top: 1px solid red;
}

#selected
{
	color: red;
	border-top: 1px solid #ffba00;
	border-bottom: 1px solid #ffba00;
}

/* Section */

#contain
{
	width: 700px;
	margin-left: 52px;
}

p

{
	text-align: justify;
	margin-top: 7%;
}

#bt
{
	/*padding-left: 5%;
	padding-right: 5%;*/
	border: none;
}

section
{
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 300px;
	height:auto;
	margin-top: 55px;
}

article
{
	width: 350px;
	margin-top: 5%;
	color: grey;
	margin-left: 5px;
	padding-left: 8px;
}

.piston
{
	vertical-align: middle;
	margin-right: 15px;
}

article a
{
	color: #ffbb0a;
	text-decoration: none;
}

article a:hover
{
	color: gold;
	border-bottom: 1px solid #ffba00;
}

article p
{
	font-size: 0.9em;
	width: 100%;
}

aside li
{
	padding-top: 6.2px;
}

aside
{
	font-family: verdana, ArialRoundedMTBold, serif;
	position: relative;
	width: 650px;
	background-color: black;
	box-shadow: inset 0px 2px 5px #000000;
	border-radius: auto;
	margin: 30px auto 30px auto;
	font-size: 1.2em;
	color: #ffbb0a;
	text-align:justify;
}

#perfshop
{
	
	position: relative;
	margin: 0px 0px 0px 0px;
	
}

#prepa
{
	width:690px;
	position: relative;
	margin: 50px 0px 0px 0px;
}

#leftside
{
	
	position: relative;
	margin: -2px 0px 0px 85px;
}

/* PIED-DE-PAGE */

footer
{
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	text-align: center;
	/* box-shadow: 3px 3px 3px gold; */
}