body {
	margin-top: 10px;
	padding: 10px;
	background: #000000 url(images/guitar.jpg) no-repeat;
	background-position:right top;
	font-family: trebuchet, helvetica, sans-serif;
	font-size: 20px;
	color: #FF140C /* couleur rouge */
}

h1, h2, h3,h4 {
	margin-top: 30px;
	text-transform: none;
	font-family: trebuchet, helvetica, sans-serif;
	font-weight: 400;
}

h1 { /* Site officiel d'Eric BOIS */
	padding: 0px;
	font-size: 70px; 
	text-shadow: 6px 6px 6px #C60; /* couleur orange clair*/
	color: #FF5900; /* couleur orange */
}

h2 { /* Guitariste */
	padding: 0px;
	font-size: 60px;
	text-shadow: 4px 4px 4px #C60; /* couleur orange clair*/
	color: #FF5900; /* couleur orange */
}

h3 { /* Bienvenida */
	padding: 50px;
	font-size: 50px;
	color: #FF5900; /* couleur orange */
}

h4 { /* Haut de Page */
	padding: 20px;
	font-size: 30px;
	color: #FFDA8C; /* couleur jaune pâle */
}


p { /* Texte présentation Eric */
	margin-top: 5px;
	line-height: 180%;
	}

ul {
	margin-top: 0;
	line-height: 150%;
}

a { 
	text-decoration: none;
}

a:hover {
	text-decoration: underline; /*survol de la souris*/
}

/* Alignement des photos */
img.border {
	border: 6px solid #EEE7DF; /* couleur gris beige */
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
	
}

/* Photos et légendes avec ombrage multiple et bords arrondis */
#three-column {
	overflow: hidden;
	width: 980px;
	margin: 30px auto;
}

#three-column #column1 {
	float: left;
	width: 300px;
	margin-right: 40px;
	box-shadow: inset 10px 20px 20px #F60, 5px 20px 5px #F60;
	border-radius : 20px 20px / 10px 10px;
}

#three-column #column2 {
	float: left;
	width: 300px;
	box-shadow: inset 10px 20px 20px #F60, 5px 20px 5px #F60;
	border-radius : 20px 20px / 10px 10px;
}
		
#three-column #column3 {
	float: right;
	width: 300px;
	box-shadow: inset 10px 20px 20px #F60, 5px 20px 5px #F60;
	border-radius : 20px 20px / 10px 10px;
}


/* Header */
#container { /* en-tête H1 */
	margin: 5px;
	padding: 5px;
}

#header-container {
	height: 240px;
	margin-bottom: 30px;
}

#logo1 { /* Site officiel... */
	width: 960px;
	height: 120px;
	margin: auto;
}

#logo2 { /* Guitariste */
	width: 960px;
	height: 120px;
	margin: auto;
}

#logo3 { /* Bienvenida */
	width: 960px;
	height: 60px;
	margin: 20px auto;
}


/* Les onglets du Menu */
#nav {
	width: 980px;
	margin: 0px auto;
	padding: 10px;
	color: #000000; /* couleur noir */
}

#menu {
	margin: 0;
	padding: 0px 10px;
	list-style: none;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-size: 25px;
	font-weight: normal;
	color: #FF9 ; /* couleur jaune pâle */
}

#menu li {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

#menu a {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #FF9 ; /* couleur jaune pâle */
}

#menu .current_page_item a {
	border-radius: 5px;
}

#menu a:hover {
	border-radius: 5px;
	background: #FFDA8C; /* couleur jaune pâle */
	text-decoration: none;
	color: #000000; /* couleur noir */
}

#menu span {
	margin: 0px;
	padding: 0px 25px;
}

#menu > li.active {
	border-radius: 5px;
	background: #FFDA8C; /* couleur jaune pâle */
	color: #000000; /* couleur noir */
}


/* Boutons page */
.dropotron li.opener {
	border-right: solid 2px #FFFFF; /* couleur blanc */
}

.dropotron {
	margin-top: 20px;
	padding: 10px 0px;
	background: #FFDA8C; /* couleur jaune pâle */
	border-radius: 5px;
	list-style: none;
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	color: #5C0515; /* couleur marron acajou */
}

.dropotron a {
	color: #5C0515; /* couleur marron acajou */
	text-decoration: none;
}

.dropotron li {
	margin: 20px;
	padding: 0px 20px;
}

.dropotron li:hover, .dropotron li.active {
	background: #FFFFFF; /* couleur blanc */
}

/* Texte de présentation Eric */
#texte {  
	width: 950px;
	height: 140;
	margin: auto;
	padding-top: 250px;
	padding-bottom: 60px;	
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #B83A1B; /* couleur orange */
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #5C0515; /* couleur marron acajou */
}

/* Sidebar */
#sidebar-bg {
	float: left;
	width: 330px;
}

#sidebar {
	overflow: hidden;
	width: 270px;
	padding: 30px 30px 20px 30px;
}

#sidebar ul {
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 15px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	border-bottom: 1px solid #000000; /* couleur noir */
	letter-spacing: -2px;
	font-size: 30px;
	color: #FFC023; /* couleur jaune */
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Bas de page */
#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 */
}








