/* ©2011 JULIEN SANS. All Rights reserved. */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}

a, a:visited 
{
	color:	#e3e3e3;
    text-decoration: none;
}

a:hover
{
	color:	#d6d6d6;
    text-decoration: none;
}

/* STRUCTURE du site */

body 
{
    background-position: fixed;
    background-color: #FFFFFF;
    height: 100%;
    width: auto;
}

.logo
{
	margin: 100px 0px 0px 0px;
	padding: 0;
	height: 344px;
	width: 600px;	
	
}

.titre
{

	margin: auto;
	padding-left: 5px;
	height: 70px;
	width: 600px;
	text-align: center;
	color:	#e3e3e3;	
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 65px;
	font-weight: 100; 
	letter-spacing: 10px;
	
}

.links
{
	margin: auto;
	padding: auto;
	height: 30px;
	width: 480px;	
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 100; 
	letter-spacing: 4px;
	
}

.links ul 
{
	float:	left;
	margin: auto;
	padding: auto;
	list-style: none;
	text-decoration: none;
	display: inline;
	border: none;
	
	
}  

.links li
{
	margin: auto;
	padding-right: 3px;
	display: block;
	float: left;
	border: none;
}

#footer
{
	margin-top: 150px;
	height: 30px;
	width: 350px;
	text-align: center;	
	font-family: 'HelveticaNeue-UltraLight','Helvetica', times new roman, serif;
	font-size: 10px;
	font-weight: 100; 
	letter-spacing: 1px;
}

.sepa
{
	margin: 10px 0px 10px 0px;
	padding: 0;
	height: 1px;
	width: 600px;	
	
}

.MP
{

	margin: auto;
	padding-left: 5px;
	height: 70px;
	width: 600px;
	text-align: center;
	color:	#e3e3e3;	
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 100; 
	letter-spacing: 2px;
	
}


.centrage  
{
	margin:	auto;
	padding: auto;
	height:	100%;
	width: 600px;
	border: none;
	
}





