body
{
    background-image: url("n01_web.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: white;
}

p /* style de paragraphe */
{
	padding-left: 40px;
	padding-top: 250px;
	font-size: 0.9em;
	font-family: Courier New;
	color: black;
}

h1 /* style de titre " " */
{
	font-size: 14em;
	font-family: Futura, Helvetica, sans-serif;
	font-weight: lighter;
	color: black;
	line-height: 0px;
	
}

h2 /* style de titre " " */
{
	font-size: 2.5em;
	font-family: Futura, Helvetica, sans-serif;
	font-weight: lighter;
	color: white;
	margin-right: 40px;
	text-align: top;
	line-height: 0.5em;
}

.nom
{
	width: 500px;
	margin: auto;
	padding: 50px;
	text-align: right;
	
}


.chantier
{
	font-style: italic;
	color: black;
}

.contact
{
	align-content: bottom;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover /* le lien est survolé */
{
    	color: black;
	text-decoration: underline;
}

a:active /* le lien est cliqué */
{
    color: black;
}

