body {
	margin-top: 20px;
	padding: 10px;
	background: #000000 url(images/guitar.jpg) no-repeat;
	background-position:right top;
	font-family: trebuchet, helvetica, sans-serif;
	font-size: 18px;
	min-width: 320px;
	color: #FF140C /* couleur rouge */ 
}

h1, h2, h3 {
	font-family: trebuchet, helvetica, sans-serif;
	font-weight: 400;
	text-transform: none;
}

h1 { /* Photos */
	margin-top: 30px;
	padding: 0px;
	font-size: 90px;
	text-shadow: 7px 7px 7px #C60; /* Couleur marron orangé */
	color:#FF5900; /* Couleur orange */
}

h2{ /* Haut de Page */
	margin-top: 10px;
	font-size: 25px;
	color:#FF5900; /* Couleur orange */
}

h3 { /* Bouton Accueil */
	margin-top: 10px;
	font-size: 25px;
	color:#FF5900; /* Couleur orange */
}

#accueil { /* Taille bouton Accueil */
	width: 960px;
	height: 120px;
	margin: 100px auto;
}

a {  /*bouton retour à l'Accueil*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline; /*survol de la souris*/
	color:#FF5900; /* Couleur orange */
}

#galerie {
	display: table;
	padding: 0;
	margin: 100px auto;
	border-spacing: 15px;
}

#galerie li {
	display: table-cell;
	width: 250px;
}

.image {
	margin: 100px;
	float: left;
	height: 150px;	
	width: 300px;
}

img {
	/*height: 50%;
	width: 100%;*/
}

img:/*hover {
	background:#F60;
	border: 2px #F60;
	left: -110px;
	padding: 3px;
	position: relative;
	height: 150%;
	width: 300%;*/
	
}


#content {
	margin-top: 10px;
	padding: 200px;
}

#footer { /* Bas de page */
	height: 100px;
}

#footer p {
	margin: 20px;
	padding-top: 18px;
	line-height: normal;
	text-align: center;
	text-transform: none;
	font-size: 14px;
	color:#FFDA8C; /* couleur jaune pâle */
}
