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;
	color: #FF140C /* couleur rouge */ 
}

h1, h2, {
	margin-top: 30px;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h1 { /* Contact */
	margin-top: 30px;
	padding: 0px;
	font-size: 90px;
	text-shadow: 7px 7px 7px #C60; /* Couleur marron orangé */
	color:#FF5900; /* Couleur orange */
}

h2 { /* Bouton Accueil */
	margin-top: 10px;
	font-size: 30px;
	color:#FF5900; /* Couleur orange */
}

#accueil { /* Taille bouton Accueil */
	width: 960px;
	height: 120px;
	margin: 50px auto;
}

a {  /*bouton retour à l'Accueil*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline; /*survol de la souris*/
	color: #FF5900; /* Couleur orange */
}

p {
	margin-left: 5px;
	line-height: 180%;
}

#contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
}

#content {
	margin-top: 50px;
}

#container {
	margin-top: 50px;
	margin-left: 80px;
}

#mail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #F93;
	font-style: italic;
	text-decoration: underline;
}

#form {
	background-color: #FFDA8C; /* jaune pâle */
	margin-left: 530px;
	width: 500px;
}

#fieldset {
	padding: 10px;
 	margin-bottom: 10px;
 	border:5px solid #FF5900; /* orange */
}

#label {
	margin-top: 10 px;
	display: block;
}

#label.inline {
	display: inline;
	margin-right: 50 px;
}

#input, textarea {
	padding: 3px;
	background-color: #FFDA8C; /* jaune pâle */
	border: 1px solid #F5900; /* orange */
	border-radius: 5px;
	width: 200 px;
	box-shadow: 1px 1px 2px #FF0000 inset; /* orange foncé */
}

#input:focus, textarea:focus {
	background-color: #F5900; /* orange */
}

#input [type=submit]:focus, input [type=reset]:focus {
	background-color: #FF5900; /* jaune pâle */
}
	
#input [type=submit]:hover, input [type=reset]:hover {
	background-color: #F5900; /* orange */
}

#input [type=submit]:active, input [type=reset]:active {
	background-color: #FFDA8C; /* jaune pâle */
	box-shadow: 1px 1px1px #F00; /* rouge */
}			

#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 */
}
