body
{
	background-image: url("papier.jpg");
	background-attachment: fixed;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


/*ENTETE------------------------------------------------------------------------------*/

header 
{
	display: inline-block;
	position: relative;
	top: 10px;
	width: 960px;
	height: 90px;
}

/*TEXTE A GAUCHE*/

h2
{
	position: absolute;
	left: 0;
	height: 50px;
	margin-top: 0;
	margin-bottom:0;
	padding: 10px;
	background-color: white;
	border-radius: 20px;
	opacity: 0.75;
	font-family: "Segoe Print", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.85em;
	text-align: left;
}

/*NAVIGATEUR*/

nav 
{
	position: absolute;
	right: 0;
	height: 50px;
	padding: 10px;
	background-color: white;
	border-radius: 20px;
	opacity: 0.75;
	font-family: "Segoe Print", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.85em;
	text-align: center;
}

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

	nav a  
	{
		color: black;
		text-decoration: none;
	}

	nav a:hover
	{
		color: rgb(180,179,0);
		cursor: pointer;
	}

	
/*PARTIE CENTRALE-----------------------------------------------------------------*/

section
{	
	display: inline-block;
	position: relative;
	top: 10px;	
	width: 960px;
	height: 1650.5px;
	border-radius: 20px;
	background-color: white;
	opacity: 0.75;
}

/*ACCUEIL*/

.logotitre
{
	margin-top: 150px;
	width: 960px;
	text-align: center;
}
.Logo 
{
	margin-top: 0;
	margin-bottom:0;
}

.Logo img 
{
	border:none;
}

h1 
{	
	margin-top: 0;
	margin-bottom:0;
	font-size: 2em;
	font-family: "Segoe Print", Georgia, serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

/*SERVICES*/

.services
{
	margin-top: 150px;
	margin-bottom: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

/*CONTACT*/

.contact
{
	margin-top: 150px;
	margin-bottom: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

 /*PIED DE PAGE----------------------------------------------------------------------*/
 
footer
{
	display: inline-block;
	position: relative;
	top: 10px;
	width: 960px;
	margin-top: 0;
	margin-bottom: 0;

}

h3
{
	font-size: .75em;
	font-family: "Segoe Print", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
