/*============================================================================*/
								/* General */
/*============================================================================*/

* {
	margin: 0;
	padding: 0;
}

body {
	/*METTRE CI-DESSOUS LA COULEUR D'ARRIERE PLAN (à la place de #999999;)*/
	background-color: #999999;
    /*font-family: "Times New Romans";*/
    font-family: "Arial";
    font-size: 13px;
}


/*============================================================================*/
								/* Header */
/*============================================================================*/

header h1 {
	/*METTRE CI-DESSOUS LA COULEUR DU TITRE "Photographe" (à la place de #999999;)*/
	/*ICI POUR CACHER LE TITRE TOUT EN FAISANT EN SORTE QU'IL SOIT REFERENCE, ON LE MET DE LA MEME COULEUR QUE L'ARRIERE PLAN*/
	color: #999999;
	margin-bottom: 1.6rem;
}


/*============================================================================*/
								/* Main */
/*============================================================================*/

main {
	width: 880px;
	margin: auto;
}

p {
	margin-bottom: 1.4rem;
}

nav {
	width: 880px;
	margin: auto;
}

nav p {
	margin-bottom: inherit;
	text-decoration: underline;
}

nav li {
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
}

nav li a {
	color: #630000;
}

nav li a:hover {
	color: red;
}


/*============================================================================*/
								/* Footer */
/*============================================================================*/

footer {
	width: 880px;
	margin: auto;
	position: relative;
	bottom: 15px;
	left: 210px;
}

footer address {
	display: inline-block;
}

footer a {
	display: inline-block;
	color: #630000;
	font-style: italic;
	font-size: 10px;
}

footer a:nth-child(1) {
	margin-left: 20px;
}

footer a:nth-child(2) {
	margin-left: 100px;
}

footer a:hover {
	color: red;
	text-decoration: underline;
}
