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


*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	/*width: 100%;
	background-image : url(img/bg-site.jpg);
	background-repeat: no-repeat;
	background-color: #000000;*/
	
	background: url(img/bg-site.jpg) no-repeat center fixed; 
	-webkit-background-size: cover;
	background-size: cover;
	
	font-family: 'Gudea', Arial, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-top: 0px;
}

#Recherche {
	height: 30px;
	background-color: #adadae;
	border: 1px solid #959596;
	color: #453d24;
	border-radius: 4px;
	padding-left: 2px;
}

#searchbox {
	width : 100%;
	height : 35px;
	background-color: #1a1a1a;
	border-bottom: 1px solid #a89256;
}

#listBand {
	border : none;
	background-color: #2f2f2f;
	border: 1px solid #3f3f3f;
	height: 22px;
	padding-left: 5px;
	color: #9da9a5;
	float: right;
}

#searchbox-content{
	width: 948px;
	margin-left: auto;
	margin-right: auto;
}

#searchbox-form{
	padding-top: 8px;
	float : left;
	width: 560px;
}

#searchbox-menu{
	padding-top: 10px;
	float : right;
}

#searchbox-menu a {
	color: #9da9a5;
	text-decoration: none;
}

#searchbox-menu a:hover {
	color: #a89256;
	text-decoration: none;
}

#inputSearchBox{
	border : none;
	background-color: #2f2f2f;
	border: 1px solid #3f3f3f;
	height: 20px;
	padding-left: 5px;
	color: #9da9a5;
}

#submitSearchBox {
	width: 20px;
	text-align: center;
	height: 20px;
}

#c-right {
	background-image: url(img/bg-content.jpg);
	background-repeat: no-repeat;
	background-color: #5e5d62;
	border-left: 1px solid black;
	border-right: 1px solid black;
	min-height: 950px;
	padding-top:1px; 
	padding-bottom:1px;
}

#superglobal{
	position : relative;
	min-height: 100%;
	margin-top: none;
}

#logo {
	width: 400px;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#menu {
	height: 40px;
	width: 840px;
	color: #DDD2B1;
	/*border: 1px solid #6A5E44;*/
	margin: 100px auto 0 auto;
}

#menu  ul {
	margin: 0px; 
	padding: 0px;
}

#menu ul li { 
	float: left; 
	list-style: none; 
	line-height: 40px; 
}

.ul-sans-puce {
	margin-bottom: 10px;
}

.ul-sans-puce li { 
	list-style: none;
	padding-left: 10px;	
}

.ul-sans-puce li  a{ 
	text-decoration: none;
	color: #453D24;
}

.ul-sans-puce li  a:hover{ 
	color: #7E6E3E;
	text-decoration: underline;
}

#menu ul li a { 
	background:url(img/menu.png) no-repeat; 
	display:block; 
	height:40px; 
	text-align:center; 
}

#menu ul li a:hover { 
	text-decoration:none; 
}

#menu ul li.a a { width:168px; background-position:0px 0px; }
#menu ul li.b a { width:168px; background-position:-168px 0px; }
#menu ul li.c a { width:168px; background-position:-336px 0px; }
#menu ul li.d a { width:168px; background-position:-504px 0px; }
#menu ul li.e a { width:168px; background-position:-672px 0px; }

#menu ul li.a a:hover { width:168px; background-position:0px -40px; }
#menu ul li.b a:hover { width:168px; background-position:-168px -40px; }
#menu ul li.c a:hover { width:168px; background-position:-336px -40px; }
#menu ul li.d a:hover { width:168px; background-position:-504px -40px; }
#menu ul li.e a:hover { width:168px; background-position:-672px -40px; }

/*#menu ul li.a a { width:113px; background-position:0px 0px; }
#menu ul li.b a { width:168px; background-position:-113px 0px; }
#menu ul li.c a { width:199px; background-position:-281px 0px; }
#menu ul li.d a { width:123px; background-position:-480px 0px; }
#menu ul li.e a { width:237px; background-position:-603px 0px; }

#menu ul li.a a:hover { width:113px; background-position:0px -40px; }
#menu ul li.b a:hover { width:168px; background-position:-113px -40px; }
#menu ul li.c a:hover { width:199px; background-position:-281px -40px; }
#menu ul li.d a:hover { width:123px; background-position:-480px -40px; }
#menu ul li.e a:hover { width:237px; background-position:-603px -40px; }*/

#c-global {
	width: 950px;
	margin: 0 auto 0 auto;
	padding-bottom: 0px;
}

#content-top {
	height: 20px;
	width: 823px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	color: #453D24;
}

#content {
	background-image: url(img/bg-content.png);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	width: 823px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #453D24;
	padding-bottom: 10px;
	border-radius: 4px;
}

#content-left-menu {	
	background-image: url(img/menu-content.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}

#content-left-menu a{	
	color: #DCDCDC;
	text-decoration: none;
}

#content-left-menu a:hover{	
	color: #B5B5B5;
	text-decoration: underline;
}

#footer {
	position: absolute;
	margin-top: 0px;
	background-color: #1a1a1a;
	border-top: 2px solid #453D24;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #9da9a5;
}

#footer a {
	text-decoration: none;
	color: #DDD2B1;
}

#footer a:hover {
	text-decoration: underline;
}

/* divers site */
.c-update {
	margin-bottom: 25px;
}

#content a{
	text-decoration: underline;
	color: #453D24;
}

#content a:hover{
	color: #7E6E3E;
	text-decoration: underline;
}

#content h3 {
	padding-top: 5px;
	margin-bottom: 5px;
	color: #685523;
	font-family:"Webfont", Times, serif; 
	font-size:1.5em; 
	text-shadow:1px 1px rgba(255,255,255,0.3); 
	clear:both; 
	margin-bottom:8px
}

#content h2 {
	padding-top: 5px;
	margin-bottom: 5px;
	color: #685523;
	font-family:"Webfont", Times, serif; 
	font-size:1.2em; 
	text-shadow:1px 1px rgba(255,255,255,0.3); 
	clear:both; 
	margin-bottom:8px
}

.texte ul {
	margin-left: 25px;
}

.d-b1 {
	float: left;
	width: 411px;
}

.d-b2 {
	float: right;
	width: 411px;
}

.d-c1 {
	float: left;
	width: 205px;
}

.d-c2 {
	float: right;
	width: 205px;
}

.d-c3 {
	float: left;
	width: 205px;
}

.d-c4 {
	float: right;
	width: 205px;
}

.encore {
	color: #666666;
}
label
{
	display: block;
	width: 150px;
	float: left;
}

input.quiz{
	border: 1px solid grey;
	padding: 2px;
	height: 20px;
	border-radius: 5px;
}

input.quizBtn{
	padding: 5px;
}

.quizGauche{
	float: left;
}

.quizDroit {
	margin-top: 5px;
	width: 280px;
	float: right;
	margin-right: 5px;
}

.center {
	text-align: center;
}

input.btn-view {
	padding: 2px;
	padding-right: 4px;
	padding-left: 4px;
	background-image : url(img/bg-no-boot.png);
	background-repeat: repeat;*/
	background-color: blue;
	border: 1px solid #999999;
	border-radius: 2px;
	color: #453D24;
}

input.btn-view:hover {
	color: #7E6E3E;
	cursor: pointer;
}

#content .btn-view a {
	text-decoration: none;
	text-align: right;
	right: 0px;
}

.img-groupe {
	margin : 5px;
	box-shadow: 8px 8px 12px #aaa;
	background-color: #868686;
	padding : 4px;
	border: 1px solid #575757;
}

.img-groupe:hover {
	background-color: #cecece;
}


.nom-groupe {
	padding-left : 5px;
}

#listeGroupe {
	color: #4e4e4e;
	text-align: center;
}

#listeGroupe a {
	color: #453d24;
	text-decoration : none;
}

#listeGroupe a:hover {
	color: #a89256;
	text-decoration : none;
}

#newsetlist {
	background-color : #989899;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 16px;
	padding-bottom: 12px;
}

.lignesetlist{
	display:block;
	background-color: #a8a8a9;
	line-height: 25px;
	margin-top: -14px;
	padding-left: 5px;
	border-bottom: 1px solid #b1b1b2;
	color: #4c4c4c;
}

.lignesetlist:hover{
	background-color: #cbcbcc;
}

.ligneinfo {
	font-weight:bold;
	color: 4c4c4c;
	display: inline-block;
    width: 60px;
	height: 20px;
}

#blocksetlist {
}

#blockinfodetail {
	background-color: #bebebf;
	padding: 5px;
	border-radius: 5px;
}

.audio_reader {
	width: 80%;
}

#newb_info_setlist {
	width: 100%;
}
    
#newb_info_setlist_gauche{
	float: left;
	width: 200px;
}
/*
nwb_content_info
*/

#newb_info_setlist_droit{
	float: right;
}

/*
nwb_content_source_lineage
nwb_content_setlist 
*/
		
.nwb_content_info_title {
	font-weight: bold;
}

#blk_info_setlist {
	/*height: 500px;*/
	width: 100%;
}

#blk_info_setlist_gauche {
	float: right;
	height: 100%;
	width: 55%;
	padding-left: 10px;
}

.blk_info_setlist_gauche_sub, .blk_info_setlist_droit_sub {
	padding-left: 10px;
}

#p_info_source_lineage {
	padding-left: 10px;
	padding-right: 10px;
}

#blk_info_setlist_droit {
	float: left;
	height: 100%;
	width: 40%;
}

.title_info {
	font-weight: bold;
	width: 80px;
}