
/* standard elements */
* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}

a:active, .footer a:active {	
	color:red;
	}

a:hover, .footer a:hover {
	color: #ffde9b;
}
a {
	text-decoration: none;
	/*color:#d9b366;*/
	color: #e7b96e;
	font-style: italic;
}

strong {
font: bold 1.2em serif;
/*font-style: bold;*/
}
body {	
	background: #336797 repeat-y center top;
	/*background: #336797 url(img/bg.jpg) repeat-y center top;*/
	color: #eefdb8;
	font-size: 14px;
	margin: 0;
	text-align: justify;
}
p,table,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: bold 1.4em "Lucida Sans Unicode",sans-serif;
	
}
h2 {
	font: bold 1.2em "Lucida Sans Unicode",sans-serif;
	padding-left: 28px;
}
h3 {
	font: bold 1.1em "Lucida Sans Unicode",sans-serif;
	padding-left: 50px;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #ffcd00;
	font: italic 1.1em "Times New Roman",serif;
	padding-left: 28px;
	/*width: 70%;*/
	}

/* misc */
.divider {
	/*background: url(img/divider.gif) no-repeat;
	height: 3px;
	*/
	margin: 16px 0;
	border-bottom: 3px solid #e7b96e;
	width: 85%;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 690px;
}

/* header */
.header {
	background: #336797 url(img/banner8.png) no-repeat left top;
	/*background: #597F93 url(img/header.jpg) no-repeat center top;*/
	border-bottom: 1px solid #d9b366;
	height: 180px;
	/*text-align: left;*/
}
.header h1 {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
}



/* content */
.content {
	padding: 18px 0;
}
.content h1 {
	color: #e7b96e;
	font-size: bold 1.4em;
	margin-bottom: 4px;
}
.content h2 {
	/*color: #e7b96e;*/
	color: white;
	font-size: 1.2em;
	margin-bottom: 4px;
}
.content h3 {
	color: #e7b977;
	font-size: 1.1em;
	margin-bottom: 4px;
}
.leftcol {
padding-right: 50px;
}
.email {
font-style: underline;
}
.fee {
	font: italic 1.1em "Times New Roman",serif;
	color: #ffcd00;
}
.song {
	font: 1.1em "Lucida Sans Unicode",sans-serif;
	text-decoration: none; 
}
.song2 {
	font: italic 0.9em "Lucida Sans Unicode",sans-serif;
	text-decoration: none;
	text-decoration: blink;
}
.centered {
	text-align: center;
}
.enquiryform {
	font: italic 1.1em "Lucida Sans Unicode",sans-serif;
	/*text-decoration: none;*/
	text-decoration: blink;
}
.client {
/*font-style: bold;*/
color: #ffde9b;
}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: left;
	padding-left: 50px;
}
.footer a {
	color: #664;
}

/*
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: line-through;
}*/

a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: #FFCC66;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: #ffbeb0;
}
a:active /* Quand le visiteur clique sur le lien */
{
   background-color: #FFCC66;
   color: #d82b3f; /*red*/
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 690px;
}
.navigation strong {
	color: #d82b3f;
	background-position: left bottom;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 138px;	
}
.navigation a {
	background: url(img/navigation.jpg) no-repeat;
	/*background: url(img/btest.jpg) no-repeat;*/
	color: #FFF;
	float: left;
	font: bold 1.2em serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 138px;
}
.navigation a:hover {
	color: #fffa60;
	background-position: left bottom;
}
