/*
+---------------------------------------+
|	Reset								|
+---------------------------------------+
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}


/*
+---------------------------------------+
|	Utiles								|
+---------------------------------------+
*/
.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.hide {
	position:absolute;
	left:-9999px;
	width:0;
	height:0;
	overflow:hidden;
}



/*
+---------------------------------------+
|	Fonts								|
+---------------------------------------+
*/
@font-face {
    font-family:'AmaranthRegular';
    src: url('../fonts/Amaranth-webfont.eot');
    src: url('../fonts/Amaranth-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amaranth-webfont.woff') format('woff'),
         url('../fonts/Amaranth-webfont.ttf') format('truetype'),
         url('../fonts/Amaranth-webfont.svg#AmaranthRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}


/*
+---------------------------------------+
|	Général								|
+---------------------------------------+
*/
body {
	background:#fbddc9 url('../images/fond-top.png') top left repeat-x;
	font-family:AmaranthRegular;
	font-size:.75em;
	color:rgb(33, 0, 52);
}
a {
	color:rgb(33, 0, 52);
}
a:hover {
	color:rgb(33, 0, 52);
	text-shadow:0 0 5px #FFF;
}


#fond {
	background:url('../images/fond-header.jpg') top center no-repeat;
}
#wrapper {
	width:950px;
	margin:0 auto;
}

header {
	height:auto !important;
	height:100px;
	min-height:100px;
	padding:275px 0 0 425px;
}
header h1 {
	font-size:5em;
}
nav {
	margin:-.5em 0 0 .2em;
	font-size:1.33em;
	text-shadow:0 2px 0 rgba(0, 0, 0, .1);
}
nav li {
	display:inline;
	color:rgb(86, 69, 95);
}
nav li::after {
	content:"\00B7";
	font-size:2em;
	margin:0 .1em;
	vertical-align:middle;
}
nav li:last-child::after {
	content:"";
}
nav a {
	color:rgb(86, 69, 95);
	text-decoration:none;
}
nav a:hover {
	text-decoration:underline;
}

* html nav {margin-top:0;}
* html nav li {margin:0 10px 0 0;}


/*
+---------------------------------------+
|	Contenu								|
+---------------------------------------+
*/
#content-fond {
	background:url('../images/fond-middle-2.jpg') bottom center no-repeat;
}
#content {
	margin:2px 0 0;
	padding:20px 40px;
	background:url('../images/fond-middle.jpg') top center no-repeat;
}

#content h2 {
	margin:0 0 15px;
	font-size:2.5em;
}

#concerts,
#photos,
#videos,
#biographie,
#extraits,
#liens {
	margin:20px 0 0;
}

#album {
	border:1px solid #d9bfae;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:inset 0 1px 1px #fff;
	box-shadow:inset 0 1px 1px #fff; 
	background-color:rgba(255,255,255,.2);
}
* html #album {background-color:#fde2d1;}

#album-description {
	padding:30px 20px;
	float:left;
	width:580px;
	font-size:1.17em;
}
#album-description h2 {
	text-align:center;
	font-size:2em;
}
#album-baseline {
	margin:-10px 0 0;
	text-align:center;
}
#album-description dl {
	margin:2em 0;
	line-height:1.3;
}
#album-description dt {
	float:left;
	width:230px;
	margin:0 15px 0 0;
	line-height:1.3;
	text-align:right;
}
#album-commande {
	text-align:center;
}
#album-commande button {
	display:inline-block;
	padding:7px 30px;
	color:#FFF;
    font-family:'AmaranthRegular';
	text-align:center;
	text-decoration:none;
	font-size:2em;
	background-color:rgb(33, 0, 52);
	background-image:-moz-linear-gradient(
			top
		,	rgba(255,255,255,.2) 0%
		,	rgba(255,255,255,.1) 50%
		,	rgba(255,255,255,.0) 51%
		,	rgba(255,255,255,.2) 100%
	);
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 2px 2px rgba(0,0,0,.5);
	box-shadow:0 2px 2px rgba(0,0,0,.5);
	cursor:pointer;
}
#album-commande button:hover {
	background-color:rgb(130, 0, 52);
}

#album-visuel {
	padding:20px;
	float:left;
	width:208px;
	text-align:center;
	background-color:rgba(33, 0, 52, .1);
}
* html #album-visuel {background-color:#d7bcab;}

#album-visuel figcaption {
	padding:0 20px;
	position:relative;
	margin:-33px 0 0;
	color:rgb(86, 69, 95);
}
#album-visuel figcaption a {
	color:rgb(86, 69, 95);
}

#videos,
#photos {
	margin-left:20px;
}

#concerts,
#photos,
#videos,
#extraits {
	float:left;
	width:275px;
}

#concerts dl {
	border-top:5px solid #fbeada;
	border-bottom:5px solid #fbeada;
	color:rgb(86, 69, 95);
	line-height:15px;
}
#concerts dl strong {
	display:block;
	font-weight:normal;
	font-size:1.27em;
	color:rgb(33, 0, 52);
}
#concerts dt,
#concerts dd {
	padding:0 5px;
	border-top:5px solid #FBDDC9;
	border-bottom:5px solid #FBDDC9;
}
#concerts dt {
	float:left;
	width:40px;
	text-align:right;
}
#concerts dd {
	float:left;
	width:210px;
	border-left:2px solid #d6a9a3;
}
#concerts .even {
	background:#fbeada;
	border-top:5px solid #fbeada;
	border-bottom:5px solid #fbeada;
}
#concerts dd strong {
	font-size:1.47em;
}

#photos ul {
	text-align:center;
}
#photos li {
	float:left;
	margin:0 5px 5px 0; 
}
#photos li a {
	display:inline-block;
	border:10px solid #FFF;
	box-shadow:0 2px 2px rgba(0,0,0,.2);
}
#photos li a:hover {
	box-shadow:0 2px 2px rgba(0,0,0,.5);
}
#photos li img  {
	display:block;
	line-height:0;
}
#photos p,
#photos p a {
	color:rgb(86, 69, 95);
}


#videos a {
	display:inline-block;
	margin:0 0 10px;
	border:10px solid #FFF;
	box-shadow:0 2px 2px rgba(0,0,0,.2);
}
#videos a:hover {
	box-shadow:0 2px 2px rgba(0,0,0,.5);
}
#videos img  {
	display:block;
	line-height:0;
}

#videos dl {
	color:rgb(86, 69, 95);
	line-height:15px;
}
#videos dl strong {
	display:block;
	font-weight:normal;
	font-size:1.27em;
	color:rgb(33, 0, 52);
}
#videos dt,
#videos dd {
	padding:0 5px;
	border-top:5px solid #FBDDC9;
	border-bottom:5px solid #FBDDC9;
}
#videos dt {
	float:left;
	width:20px;
	text-align:right;
}
#videos dd {
	float:left;
	width:230px;
	border-left:2px solid #d6a9a3;
}
#videos dd strong {
	font-size:1.47em;
}

#biographie {
	float:left;
	width:570px;
	line-height:1.3;
}
#biographie p {
	font-size:1.17em;
	margin:0 0 1em;
}
#biographie-more {
	text-align:right;
}
#biographie-long {
	display:none;
}

#extraits,
#liens {
	width:275px;
	float:right;
}

#liens ul {
	padding:0 0 0 1em;
	margin:0 0 2em 1em;
	list-style:outside circle;
}
#liens li {
	font-size:1.2em;
}


#liens #logos li {
	display:inline;
}



/*
+---------------------------------------+
|	Footer								|
+---------------------------------------+
*/
footer {
	margin:2px 0 0;
	padding:5px 40px 35px;
	text-align:right;
	background:url('../images/fond-footer.jpg') top center no-repeat;
}


