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, h3, h4 {
	margin-top: 20px;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h1 { /* Agenda d'Eric BOIS */
	padding: 100px;
	font-size: 70px; 
	text-shadow: 6px 6px 6px #C60; /* couleur orange clair*/
	color: #FF5900; /* couleur orange */
}

h3{ /* Haut de Page */
	padding: 10px;
	font-size: 25px;
	color:#FF5900; /* Couleur orange */
}

h4{ /* Bouton Accueil */
	padding: 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 */
}


#container { 
	margin: auto; 
	padding-bottom: 3em; 
	}
	
#container h2 {
	margin: 0 0 .5em .5em;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-shadow: 6px 6px 6px #C60; /* couleur orange clair*/
	color: #F00; /* couleur rouge */
}

#month { 
	margin: auto;
	}
	
#month th, #month td { 
	border: 1px solid #F00; /* couleur rouge */
	}
	
#month thead { 
	background-color: #FFDA8C; /* couleur jaune pâle */ 
	}
	
#month td { 
	width: 7em; 
	height: 7em; 
	padding: .3em; 
	vertical-align: top; 
	overflow: auto;
	background-color: #FFDA8C; /* couleur jaune pâle */ 
	}
	
td .day { 
	width: 8em; 
	height: 9em; 
	overflow:auto; 
	margin-top: 0;
	background-color:#FABE65; /* couleur orange pale */ 
	}
#month tbody .weekend {
	background:#FFDA8C; /* couleur jaune pâle */ 
	}
#month tbody .next, #month tbody .previous { 
	background-color:#FABE65; /* couleur orange pale */ 
	}
.rtop { 
	display:block; 
	/*background:#FFDA8C; /* couleur jaune pâle */ 
	}
.rtop * { 
	display: block; 
	height: 1px; 
	overflow: hidden; 
	/*background:#FFFFFF; /* couleur blanc */ 	}
.r1 {
	margin: 0 0 0 5px
	}
.r2{
	margin: 0 0 0 3px
	}
.r3{
	margin: 0 0 0 2px
	}
.r4{
	margin: 0 0 0 1px; 
	height: 2px
	}

#month th { 
	font: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	}
	
#footer { 
	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 */
}