/* COLOR="#F2EDC7" : fond creme*/

/* COLOR="#E7920B" : orange foncé = haut du logo */
/* COLOR="#FCE1AB" : orange clair */
/* COLOR="#FCE1AB" : marron foncé = texte foncé*/

body {
	background-color:#482400;
	margin: 0px;
	text-align: left;

	font-family: Calibri, Verdana, serif;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
	width:1024px;
} 

p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}

table, tr, td, th {
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

em {
	font-style: italic;
}

a:visited, a:link {
	background: transparent;
	color: #da4d2a;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	background: transparent;
	color: #da4d2a;
	font-weight: bold;
	text-decoration: underline;
}
a.breadcrumbs:visited, a.breadcrumbs:link {
	background: transparent;
	color: #da4d2a;
	text-decoration: none;
	font-size: 80%;
	letter-spacing: .15em;
}

a.breadcrumbs:hover, a.breadcrumbs:active {
	background:#da4d2a;
	color: #ffffff;
	text-decoration: none;
	font-size: 80%;
	letter-spacing: .15em;
}

.breadcrumbs {
	background: transparent;
	color: #000000;
	text-decoration: none;
	font-size: 80%;
	letter-spacing: .15em;
}

.description {
	text-align:center;
	color: #999999;
}

hr {
	border: 0;
	height: 1px;
	background: #000000;
	color: #000000;
}

h1 {
	display: block;
	font-weight: normal;
	font-size: 200%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
	display: block;
	font-weight: normal;
	font-size: 160%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

img {
	padding: 0px;
	border: 0px;
	margin: 0px 0px 5px 0px;
}

img.artist_image {
	margin: 0px 0px 7px 0px;
}

.artist_image_description {
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 15px 0px;
}

#wrap {
	background-image: url('../images/background/background_wrap.jpg');
	background-color:#FFFFFF;
	/* float: left; */
	/* background: transparent; */
	color: #000000;
	margin:0 auto;
	/* width:740px;*/
	width:1024px;
}

#header {
	background-color:#482400;
	padding:20px 0px 0px 0px;
	text-align:center;
}

#column1 {
float:left;
position:relative;
height:500px;
width: 180px;
background-image: url('../images/background/background-left.gif');
}

#column2 {
	padding:76px 0px 0px 0px;
	background-color:#FFFFFF;
	/* margin-left: 185px; */
	/* 	margin-right: 185px; */
	margin-left: 205px;
	margin-right: 205px;
}

#column3 {
float:right;
position:relative;
height:500px;
width: 180px;
padding: 0px 0px 0px 0px;
background-image: url('../images/background/background-right.gif');
}

#insideColumn3 {
padding: 60px 0px 0px 12px;
/* background-image: url('../images/background/background-right.gif'); */
}

#insidewrap {
	background-color:#FFFFFF;
	color: #000000;
	border:0;
	padding:0;
	margin:0 auto;
	/* width:430px; */
	width:614px;
}

#insidecolumn1 {
	float: left;
	/* width: 215px; */
	width: 399px;
	border:0;
	padding:0;
}

#insidecolumn2 {
	float: right;
	width: 215px;
	border:0;
	padding:0;
}

#slideshow {
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	/* width:430px; */
	width:614px;
	height:296px;
	text-align:center;
}

.logo {
	padding: 15px 0px 0px 5px;
}

.navigationbutton {
	background: transparent;
	border: 0px;
	margin: 0px 0px 0px 40px;
}

.smaller {
	font-size: 80%;
}

.artist_thumbnail {
	padding: 0px;
	border: 0px;
	margin: 20px 20px 0px 0px;
}

td.artist_thumbnail_link {
	vertical-align:bottom;
}

/* JALBUM AJOUTS */
.thumb {
	/* background-color: #FFF4DA;
	border: 1px solid #CCCCCC; */
	vertical-align:middle;
	background-color: #F2EDC7;
	border: 1px solid #CCCCCC;
}

.bid {
	vertical-align:middle;
	background-color: #F2EDC7;
	border: 1px solid #CCCCCC;
	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	color: #CC3300;
}

a.bid:visited, a.bid:link {
	color: #CC3300;
}
