/*
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.350; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #8e3131; text-decoration: none;}
a:visited { color: #8e3131; }
a:hover { color: #353434; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =Structure
-------------------------------------------------------------- */
.clear{
clear: both;
}

body {
	background: url("images/background.png") repeat; 
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
} 
#page {
	width: 960px;
	display: block;
	margin: 0 auto;
	background-color: rgba(243,241,228,.5);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.8), inset 0 0 30px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.8), inset 0 0 30px rgba(0,0,0,1);
	box-shadow: 0 0 30px rgba(0,0,0,.8), inset 0 0 30px rgba(0,0,0,1);
	
	/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,.9), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
}

#primary {
	background: url("images/element.png") no-repeat center right;
	float: left;
	margin: 25px -240px 0 0;
	width: 70%;
}
#secondary {
margin-top: 35px;
}
#content {
	margin: 0 280px 0 0;
	width: 600px;
}
#main .widget-area {
	float: right;
	overflow: hidden;
	width: 250px;

}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}
#player {
	float: left;
	width: 250px;
	height: 350px;
	margin-left:-720px;
	display: inline;
	margin-top: 70px;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.8), inset 0 0 30px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.8), inset 0 0 30px rgba(0,0,0,1);
	box-shadow: 0 0 30px rgba(0,0,0,.8), inset 0 0 30px rgba(0,0,0,1);

}


/* Increase the size of the content area for templates without sidebars */
.home #primary,
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0 !important;
}
.home #primary, .home #content {
	width: 100% !important;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#logo_site {
margin: 0 auto;
background: url(images/kilkash_banner.png) no-repeat;
text-indent: -5000px;
height: 204px;
width: 960px;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 120%;
	background-color: rgba(142,49,49,.4);
	display: block;
	float: left;
	margin: 0 auto 1.5em;
	width: 100%;
	}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
}
#access li {
	float: left;
	position: relative;
	margin-right: .5em;
	/*-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 4px 5px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,.9), inset 0 2px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
	}
#access ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(243,241,228,.9), inset 0 -1px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(243,241,228,.9), inset 0 -1px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,.9), inset 0 2px 0 rgba(243,241,228,.9), inset 0 -1px 0 rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
	line-height: .5em;
	padding: .5em .5em .5em .5em;
	width: 10em;
	height: auto;
	font-size: 90%;
}
#access li:hover > a,
#access ul ul :hover > a {
	/*-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(243,241,228,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,.9), inset 0 2px 0 rgba(243,241,228,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	box-shadow: inset 0 0 5px rgba(0,0,0,.9), inset 0 2px 0 rgba(243,241,228,.5), inset 0 -1px 0 rgba(0,0,0,.5);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;*/
}

#access ul li:hover > ul {
	display: block;
}
/* ACCUEIl */
.home aside {
	float: left !important;
	width: 25% !important;
}

#content-accueil {
	float: left;
	margin: 3em 0 3em 3em;
}
/* =Content
-------------------------------------------------------------- */
.degrade {
padding-left: 1.5em;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMzEzMSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjFlNCIgc3RvcC1vcGFjaXR5PSIwLjQ0Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left, rgba(142,49,49,0.4) 0%, rgba(243,241,228,0.44) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(142,49,49,0.4)), color-stop(100%,rgba(243,241,228,0.44))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(142,49,49,0.4) 0%,rgba(243,241,228,0.44) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(142,49,49,0.4) 0%,rgba(243,241,228,0.44) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(142,49,49,0.4) 0%,rgba(243,241,228,0.44) 100%); /* IE10+ */
background: linear-gradient(left, rgba(142,49,49,0.4) 0%,rgba(243,241,228,0.44) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#668e3131', endColorstr='#70f3f1e4',GradientType=1 ); /* IE6-8 */
}

#linkcat-2 h1, #evenements h1, #social-widget-2 h1, .margin3em {
margin-top: 3em;
}

.home #linkcat-2 h1 {
	margin-top : 0.83em;
}

#categoryposts-2 h1, #linkcat-2 h1, #evenements h1, #social-widget-2 h1, #recent-posts-3 h1, #recent-posts-4 h1, #social-widget-3 h1, #text-2 h1{
font-size: 110%;
text-align: right;
padding-right: 1.5em;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjFlNCIgc3RvcC1vcGFjaXR5PSIwLjQ0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTMxMzEiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left, rgba(243,241,228,0.44) 0%, rgba(142,49,49,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(243,241,228,0.44)), color-stop(100%,rgba(142,49,49,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(243,241,228,0.44) 0%,rgba(142,49,49,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(243,241,228,0.44) 0%,rgba(142,49,49,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(243,241,228,0.44) 0%,rgba(142,49,49,0.4) 100%); /* IE10+ */
background: linear-gradient(left, rgba(243,241,228,0.44) 0%,rgba(142,49,49,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70f3f1e4', endColorstr='#668e3131',GradientType=1 ); /* IE6-8 */
}

#category-7 .entry-meta{
display: none;
}
.sticky {
}
#content footer {
padding-top: 1em;
	padding-left: 2.3em;
	font-size: 90%;
	clear: both;
	display: block;
}
.padding{
padding-left: 2em;
}
.entry-title {
font-size: 110%;
}
.entry-content p{
padding-left: 2.3em;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
	font-size: 80%;
	font-style: italic;
}
#nav-below {
font-size: 80%;
font-style: italic;
	margin: 3em 0 3em 2.3em;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* Design du format de date*/
#content article{
position: relative;
}
.entry-title{
padding-top: 15px;
margin-left: 50px;
}
.entry-date {
	position: absolute;
    top: 0; 
	display: block;
	float: right;
	width: 40px;
	border: 1px solid grey;
}
a .entry-date {
color: black;
} 
.entry-date span {
display: block;
text-align: center;
}
.jour_style, .mois_style{

}

.jour_style {
font-size: .8em;
}
.mois_style{
margin-top: -3px;
}
.annee_style{
background-color: rgba(142, 49, 49, 0.4);
	font-size: .7em;
	}
.sep {
display: none;
}
/* Design catégorie concerts à droite */
#categoryposts-2 ul{
font-size: .9em;
}
#categoryposts-2 p{
margin-bottom: -4px;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
aside ul li {
list-style-type: none;
font-size: 90%;
}
#wp-calendar{
width: 220px;
}
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}
#musiciens .gallery-thumb{
margin-right: 3em;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */
hgroup a img{
border: none;
}
a img {
	border: 1px solid grey;
	}
p img {
	margin-top: 1em;
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

h3.tohubohu{
padding-left: 2em;
margin-top: 3em;
}
p.tohubohu{
padding-top: 2em;
}
img.tohubohu{
float: left;
display: inline-block;
margin-right: 2em;
border: 1px solid grey;
}
#musiciens{
margin-left: 1.5em;
padding-top: 1em;
}
.img-gauche {
float: left;
display: inline-block;
margin-right: 2em;
}
.img-gauche-bas {
margin-top: 20px;
float: left;
display: inline-block;
margin-right: 2em;
}
.img-droite {
margin-top: -20px;
display: inline-block;
}
.img-droite-bas {
display: inline-block;
}
a.img-droite-bas:hover, a.img-droite:hover, a.img-gauche:hover, .img-gauche-bas:hover {
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
#musiciens{
margin-top: 3em;
}
#musiciens ul{
list-style-type: none;
margin-top: 3em;
}
#musiciens ul li{
background: url("images/bouton.png") no-repeat left top;
margin-left: -1.5em;
margin-top: 1em;
padding-top: -1em;
padding-left: 1.5em;
}
#disque{
font-size: 95%;
margin-top: 3em;
}
#disque p.small{
margin-left: 2em;
font-style: italic;
font-size: 80%;
}
#disque h3{
margin-left: 2em;
}
#disque img{
margin-top: 3em;
border: 1px solid grey;
}
#disque ul{
list-style-type: none;
}

#contact h3{
margin-top: 3em;
margin-left: 2em;
}
#copyright{
padding-top: 1em;
width: 960px;
display: block;
margin: 0 auto;
font-size: 70%;
text-align: center;
}

/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
	font-size: 80%;
}
article.comment footer div{
display: inline;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
	font-size: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

/* Social Buttons
-------------------------------------------------------------- */
.socialbuttons {
	float: left;
	margin-left:-580px;
	margin-top: -23px;
	width: 100px;
}

.socialbuttons li {
	list-style-type: none;
	float: right;
	padding-bottom: 15px;
}

.socialbuttons li a {
	background: url('images/socialbuttons.png');
	display: none;
	text-indent: -9999px;
	width: 60px;
	height: 27px;
}

.socialbuttons li a[title="RSS"]  {
	display: block;
	background-position: 0 0;
}
.socialbuttons li a[title="RSS"]:hover {
	background-position: -60px 0;
}

.socialbuttons li a[title="Twitter"] {
	display: block;
	background-position: 0 -27px;
}
.socialbuttons li a[title="Twitter"]:hover {
	background-position: -60px -27px;
}

.socialbuttons li a[title="Facebook"] {
	display: block;
	background-position: 0 -54px;
}
.socialbuttons li a[title="Facebook"]:hover {
	background-position: -60px -54px;
}

.socialbuttons li a[title="Xing"] {
	display: block;
	background-position: 0 -81px;
}
.socialbuttons li a[title="Xing"]:hover {
	background-position: -60px -81px;
}

.socialbuttons li a[title="Flickr"] {
	display: block;
	background-position: 0 -108px;
}
.socialbuttons li a[title="Flickr"]:hover {
	background-position: -60px -108px;
}

.socialbuttons li a[title="Google"] {
	display: block;
	background-position: 0 -135px;
}
.socialbuttons li a[title="Google"]:hover {
	background-position: -60px -135px;
}

.socialbuttons li a[title="YouTube"] {
	display: block;
	background-position: 0 -162px;
}
.socialbuttons li a[title="YouTube"]:hover {
	background-position: -60px -162px;
}

.socialbuttons li a[title="LinkedIn"] {
	display: block;
	background-position: 0 -189px;
}
.socialbuttons li a[title="LinkedIn"]:hover {
	background-position: -60px -189px;
}

.socialbuttons li a[title="500px"] {
	display: block;
	background-position: 0 -216px;
}
.socialbuttons li a[title="500px"]:hover {
	background-position: -60px -216px;
}
/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
