#divcode {
    position: relative;
    float:left;
    width: 100%;
    clear:left;
    display:block;
	line-height : 20px;
	font-size:13px;
	padding : 10px 0 10px 0;
	background-color: #fff;
    background-image: none;
    -moz-box-shadow: 5px 5px 7px #696969;
    -webkit-box-shadow: 5px 5px 7px #696969;
    box-shadow: 5px 5px 7px #696969;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom : 20px;
}

#wb_FlexContForums {
	margin-bottom : 10px;
}

.blogbutton
{
visibility:hidden;
}
.blogthumb {
background-color:transparent !important;
border-width: 0 !important;
box-shadow: unset !important;

}

#articleconcerts .blogthumb {
	width : 33%;
	
}
#articleconcerts  .blogthumb::after {
	content : "   Echoes of Swing   ";
	color : blue;
	font-size: 10px;
}
#wb_echoesofsw::after {
	content : "   Echoes of Swing   ";
	color : #535353;
	font-size: 9px;
	line-height : 19px;
}
#articleconcerts .blogthumb img{
	width:90% !important;
}
#articleconcerts .blogitem
	{
	   font-size : 17px;
	}
#articleprovince .blogthumb {
	width : 30%;
	
}
#articleprovince  .blogthumb::after {
	content : "   Just Friends Quintet à Bayonne   ";
	color : blue;
	font-size: 10px;
}
#wb_justfriend::after {
	content : "   Just Friends Quintet à Bayonne  ";
	color : #535353;
	font-size: 9px;
	line-height : 19px;
}
#articleprovince .blogthumb img{
	width:90% !important;
}
#articleprovince .blogitem
	{
	   font-size : 17px;
	}

#articlerecherche .blogthumb {
	width : 30%;
	
	}
#articlerecherche .blogthumb img{
	width:90% !important;
}
#articlerecherche .blogitem
	{
	   font-size : 15px;
	}

#articlelivresnew .blogthumb {
	width : 20%;
	
	}
#articlelivresnew .blogthumb img{
	width:90% !important;
}
#articlelivresnew .blogitem
	{
	   font-size : 17px;
	}

#articleadherez .blogthumb {
	width : 30%;
	
}
#articleadherez .blogthumb img{
	width:90% !important;
}
#articleadherez .blogitem
	{
	   font-size : 17px;
	   padding-bottom: 0;
	}

#articleswingfm .blogthumb {
	width : 30%;
	
}
#articleswingfm .blogthumb img{
	width:90% !important;
}
#articleswingfm .blogitem
	{
	font-size : 17px;
	padding-bottom: 0;
}
	


.moisconcerts {
	text-align: left;
	font-size: 21px;
	width: 97%;
	margin:10px 0px 0px 2%; 
	color: #17375e;  
	background-color: transparent;
	border-style:none none solid none;
	border-width:2px;
	font-family : 'Open Sans';
}

.tdconcert1 {
	height:20px;
	width: 45%;
	max-width:430px;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px; 
	color: #393C40;
	/*color: #770404;*/
	vertical-align:top;
}
.tdconcert2 {
	width: 30%;
	max-width:290px;
	vertical-align:top;
	padding :0 1% 0 1%; 
}
.tdconcert2 a{
	text-decoration:none;
	color: #005291;
	font-family:Arial, Helvetica, sans serif;
	height:auto;
	
}
.tdconcert22 {
	min-height:15px;
	height:auto;
	text-align: justify;
	font-size: 13px; 
	color: #702305;
	margin:0px 0px 0px 3%;
	vertical-align:top;
	padding :1% 0 1% 0; 
}
.tdconcert3 {
	height:20px;
	width: 25%;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	color: black;
}
#tableconcerts {
	margin: 3px 0 0 4%;
	width: 95%;
	border-collapse : collapse;
	border : none;
}
#contboutons {
	position: relative;
	margin: 10px 0 0 25%;
	background-color: yellow;
	width: 600px;
	height: 30px;

}
#boutonmois {
	position: relative;
	display : inline-block;
	width: 160px;
	height: 25px;
	opacity: 0.80;
	background-color: #3370B7;
	border-radius : 0px;	
	margin: 10px 0 0 3%;
	text-align:center;
	color : #fff;
	overflow: visible;
	z-index:2;
	line-height:25px;
	font-size:14px;
}
/*#bouton_autreregion{
	position:relative;
	display : inline-block;
	right:0;
	width: 180px;
	height: 25px;
	opacity: 0.80;
	background-color: black;
	margin: 0 0 0 3%;
	text-align:center;
	color : #fff;
	overflow: visible;
	z-index:2;
	line-height:25px;
	font-size:14px;
}*/
a #boutonmois:hover {
	opacity: 0.99;
	color: #fff;
	text-decoration : none;
}


/*:target:before {    /* correction offset ancre à cause de la barre de menu du haut */
/*content:"";
display:block;
height:0px; /* fixed header height*/
/*margin:46px 0 0; /* negative fixed header height */
/*}*/

#divrecherchecd {
	position:relative;
	text-align:right;
	left: 0px;
	top: 0px;
	margin:0;
	padding:0 1% 0 1%;
	width: 98%;
	height: 50px;
	background-color: transparent;
	display: flex;
	align-items : center;
	-webkit-align-items : center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	
	
}
#divrecherchecd  form{
	right: 1%;
	top: 0px;	
	/*margin:0 auto 0 auto;*/
	width:260px;
	padding:0;
	height : 30px;
	
}
/*#divrecherchecd  form{
	right: 1%;
	top: 0px;	
	/*margin:0 auto 0 auto;*/
	/*width:60%;
	padding:0;
}*/
#recherchecd {
	margin:0px;
	padding: 0 0 4px 8px;
	width: 200px;
	height: 30px;
	margin-left: 5%;
	border: 1px #000 solid;
	background-color: #FFFFFF;
	background-image: none;
	color: #696969;
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#recherchecd:focus
{
   border-color: #66AFE9;
   -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#loupe {
	display:inline-block;
	position:relative;
	vertical-align:middle;
	width:30px;
}

#divnbrecherchecd {
	position:relative;
	color:black;
	font-size:12px;
	left: 0px;
	top: 0px;
	margin:0;
	padding:0;
	width: auto;
	height: 16px;
	background-color: transparent;
	display: flex;
	display: -webkit-flex;
	text-align:right;
	float:right;
}
#wb_MaterialIcon1
{
   background-color: transparent;
   background-image: none;
   margin: 2px 1% 2px 3%;
   /*margin : 0;*/
   border: 0px #245580 solid;
   text-align: right;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
   display: inline-block;
   vertical-align:middle;
   width:30px;
   height:30px;
   float:right;
   z-index:3;
   
   
}
#wb_MaterialIcon1 a
{
   width:30px;
   height:30px;
}
#wb_MaterialIcon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}

#MaterialIcon1 i
{
   color: #000000;
   display: inline-block;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_MaterialIcon1:hover i
{
   color: #337AB7;
}
#wb_MaterialIcon1-livre
{
  position :relative;
   display: inline-block;
   margin : auto 0 auto 0;
   height: 35px;
   line-height : 30px;
   font-size: 30px;
   width : 10%; 
   background-color: transparent;
   text-align: center;
   color: #000;
   font-family :"Open Sans";
   
   
}
#wb_MaterialIcon1-livre:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}

#MaterialIcon1-livre i
{
   color: #000000;
   font-size: 30px;
   line-height: 30px;
   vertical-align: middle;
   width: 30px;
}
#wb_MaterialIcon1-livre:hover i
{
   color: #337AB7;
}
.precherche_concert {
	margin: 20px 0  0px 10%;
	font-size: 15px;
	background-color: transparent;
	color: #17375e;
	text-align:left;
	
}
.tabrecherche_concert {
	margin: 20px auto 20px auto;
	background-color: transparent;
	width: 98%;
	border-style: none;
	border-width: 2px;
	border-color:red;
	border-collapse:collapse;
}
/*#premligne:nth-child(even){
  background-color:#f5f5f5;
  
}
#deuxligne:nth-child(even){
  background-color:#f5f5f5;
  
}*/

.tdrecherche-concert1 {
	width: 25%;
	height:20px;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	color: #232323;
	vertical-align: top;
	border-style: none;
	border-width: 1;
	border-color:red;
	padding:8px 0 0 0.6%;

}
.tdrecherche-concert2 {
	color: black;
	width: 25%;
	height: 20px;
	vertical-align: top;
	padding: 8px 0 0 0.6%;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	border-style: none;
	border-width: 1;
	border-color:green;
}
.tdrecherche-concert3 {
	width: 50%;
	vertical-align: top;
	padding: 8px 0 0 2%;
	color:darkred; 
	text-align: left;
	font-size: 14px;
	margin:0px 0px 0px 0px;
	border-style: none;
	border-width: 1px;
	border-color:yellow;
}
.tdrecherche-concert4 {
	width: 100%;
	vertical-align: top; 
	text-align: left;
	margin:0px 0px 0px 0px;
	border-style: none;
	border-width: 1px;
	padding: 0 0 0 20%;
	font-size: 13px;
	color:#696969;
	border-color:blue;
}
#divtableregion {
	position: relative;
    display: inline-block;
	text-align:right;
    width: 50%;
	text-align: justify;
	font-size: 13px;
	margin: auto 0 auto 0px;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	height : 30px;
	
}

#region {
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction : row;
	-webkit-flex-direction : row;
	justify-content: space-around;
	-webkit-justify-content: pace-around;
	height:50px;
	margin : 0 0 20px 0;
	width:100%;
	border: 0px #000 solid;
	background-color: transparent;
	background-image: none;
	color: #696969;
	font-family: "Open Sans";
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	
   
  
   /*position:absolute;
   left:62px;
   top:93px;
   width:146px;
   
   z-index:3;*/
}
.styled-select {
	width: 330px;
	height:30px;
	background: url("images/flechecombobox10.png") no-repeat right transparent;
	/*background-size: 10px 10px;*/
    overflow: hidden;
	display:inline-block;
	border-radius: 2px;
	border : #c9c9c9 1px solid;
	border-radius: 5px;
	text-align: center;
	
	
	

}

.styled-select select{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   width:330px;
   background: transparent;
   color: #464646;
   position:relative;
   height:30px;
   text-align: center;
   border : none;
   font-weight: bold;
   /*padding : 0 0 0 3px;*/
   }
   
.styled-select .selectcat{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   width:330px;
   background: transparent;
   color: #025594;
   text-align: center;
   position:relative;
   height:30px;
   font-weight: normal;
   font-size: 22px;
   padding : 0 10px 0 10px;
   }
   
 
.styled-select:hover{
   border-color: #66AFE9;
   -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}


#bouton_autreregion:hover {
	opacity: 0.9;
}

.txtregion {
   position :relative;
   display: inline-block;
   margin : auto 0 auto 0;
   height: 30px;
   line-height : 30px;
   font-size: 20px;
   width : 47%; 
   background-color: transparent;
   text-align: right;
   color: #025594;
   font-family :"Open Sans";
}

.pararegion {
	text-align: left;
	font-size: 20px;
	margin:10px 1% 0px 1%; 
	color: #17375e;  
	background-color: transparent;
	border-style:none none solid none;
	border-width:2px;
}
.paradate {
	text-align: left;
	font-size: 18px;
	margin:10px 0px 0px 2%;
	color: maroon;  
	background-color: transparent;
}
.tabprovince {
	margin: 10px 3% 0 3%;
	width: 95%;
	border-style: none none none none;
	border-width: 1px;
	border-collapse :collapse
}
.tdprovince1 {
	width: 180px;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px; 
	color: black;
	vertical-align: top;
	border-style: none;
	border-width: 0;
	padding:0 0 0 10px;
}

.tdprovince2 {
	width: 480px;
	height: 20px;
	vertical-align: top;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	border-style: none;
	border-width: 0;
	color:#393C40;
	/*color:#a44040;*/
}

.tdprovince3 {
	width: 320px;
	vertical-align: top;
	padding: 0 0 0 5px;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	border-style: none;
	border-width: 0;
	
}
.tdprovince4 {
	border-style: none;
	border-width: 0;
	vertical-align: top;padding: 0 0 0 25px;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px;
	
}
.divlivrenew-livre {
	position: relative;
	background-color: white;
	border-style: none;	
	width:90%; 
	top: 0px;
	left: 0px; 
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0% 0% 1% 0%;
	z-index: 1;
	font-size: 14px;
	font-family : "Open Sans" ;
	line-height : 1.3;
	color : #232323;
}
.divlivrenew-livre  p {
	
	text-align:justify;
	margin: 0px 0px 0px 0px;
	
}
.divlivrenew-livre a {
	color: #1b49cf;
	text-decoration: underline;
}

.divlivrenew-livre  a:hover{
	color: #1b49cf;
	text-decoration: underline;
}
.divlivrenew-bul {
	position: relative;
	background-color: white;
	border-style: none;
	text-align:justify;
	width:90%; 
	top: 0px;
	left: 0px; 
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0% 0% 1% 0%;
	z-index: 1;
	font-size: 14px;
	font-family : "Open Sans" ;
	line-height : 1.3;
	color : #232323;
}
.divlivrenew-bul  p {
	
	text-align:justify;
	margin: 0px 0px 0px 0px;
	
}
.divlivrenew-bul a {
	color: #1b49cf;
	text-decoration: underline
}

.divlivrenew-livre  a:hover{
	color: #1b49cf;
	text-decoration: underline;
}
#tabledeslivres {
	margin:0px 0px 0 0px;
	border-collapse :collapse;
	border : 0px #565656 none;
	width:100%;
	padding: 0% 0% 1% 0%;
	-moz-box-shadow: 5px 5px 7px #696969;
   -webkit-box-shadow: 5px 5px 7px #696969;
   box-shadow: 5px 5px 7px #696969;
	/*white-space:nowrap;
	overflow: scroll;*/
}

.tdlivres {
	color: black; 
	font-size: 14px; 
	margin: 0px 0px 0px 0px;
	width:70%;	 
}

.tdlivresphoto {
text-align: center;
width: 30%; 
/*min-width: 80px;*/
padding: 5px 0px 5px 0px;
height:auto;

}
.tdlivresphoto img{
width: 80%;
 
padding: 0px 0px 0px 0px;
}

.tdlivresphotojds {
text-align: center;
width: 35%; 
/*min-width: 80px;*/
padding: 5px 0px 5px 0px;
height:auto;

}
.tdlivresphotojds img{
width: 90%;
 
padding: 0px 0px 0px 0px;
}
#newdivforum
{
   background-color: #D3D3D3;
   background-image: none;
}

#newdivforum
{
   /*position: relative;*/
   
   text-align: left;
   float: left;
   display: block;
   width: 650px;
   height: 35px;
   float: left;
   margin-left: 5%;
   z-index: 10;
    
}
#newdivforummini
{
   background-color: transparent;
   background-image: none;
}

#newdivforummini
{
   /*position: relative;*/
   
   text-align: left;
   float: left;
   width: 200px;
   height: 35px;
   float: left;
   margin-left: 5%;
   z-index: 10;
   display:none;
   
}
#suiv
{
   
   width: auto;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
   vertical-align:middle;
   text-align:center;
}
#suiv_text
{
   position: relative;
   display: inline-block;
   left: 0px;
   top: 6px;
   width: auto;
   height: 20px;
   line-height: 15px;
   overflow: hidden;
   text-align: center;
   vertical-align:middle;
}
#prec
{
   width: auto;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
   text-align:center;
}
#prec_text
{
   position: relative;
   left: 0px;
   top: 6px;
   width: auto;
   height: 24px;
   overflow: hidden;
   text-align: center;
}
#page
{
   display: inline-block;
   position: relative;
   text-align: left;
   width: 240px;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
   vertical-align:middle;
   
}
#page_text
{
   position: relative;
   left: 0px;
   top: 6px;
   width: auto;
   height: 24px;
   margin : auto;
   overflow: hidden;
   text-align: center;
}
#der
{
   display: inline-block;
   position: relative;
   text-align: left;
   width: 27px;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
}
#der_text
{
   position: relative;
   left: 0px;
   top: 6px;
   width: auto;
   height: 24px;
   overflow: hidden;
   text-align: center;
}
#prem
{
   /*position: relative;*/
   display:inline-block;
   position:relative;
   text-align: left;
   width: 27px;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
}
#prem_text
{
   position: relative;
   left: 1px;
   top: 6px;
   width: 25px;
   height: 17px;
   overflow: hidden;
   text-align: center;
   vertical-align:middle;
}


#wb_prem
{
   /*position: absolute;
   position: relative;*/
   /*left: 0px;
   top: 4px;*/
   display: inline-block;
   position: relative;
   text-align: left;
   width: 29px;
   height: 26px;
   z-index: 9;
   vertical-align:middle;
}


#wb_suiv
{
   display: inline-block;
   position: relative;
   text-align: left;
   /*left: 355px;
   top: 4px;*/
   width: 72px;
   height: 26px;
   z-index: 5;
   margin-left:1.5%;
   vertical-align:middle;
}
#wb_page
{
   
   display: inline-block;
   position: relative;
   text-align: left;
   /*left: 137px;
   top: 4px;*/
   width: 240px;
   height: 26px;
   z-index: 7;
   margin-left:1.5%;
   vertical-align:middle;
}
#wb_prec
{
   display: inline-block;
   position: relative;
   text-align: left;
   /*left: 37px;
   top: 4px;*/
   width: 76px;
   height: 26px;
   z-index: 6;
   margin-left:1.5%;
   vertical-align:middle;
}
#wb_der
{
   display: inline-block;
   position: relative;
   text-align: left;
   /*left: 454px;
   top: 4px;*/
   width: 29px;
   height: 26px;
   z-index: 8;
   margin-left:1.5%;
   vertical-align:middle;
}


#wb_premm
{
   /*position: absolute;
   position: relative;*/
   /*left: 0px;
   top: 4px;*/
   display: inline-block;
   position: relative;
   text-align: left;
   width: auto;
   height: 26px;
   z-index: 9;
   vertical-align:middle;
}


#wb_suivm
{
   display: inline-block;
   position: relative;
   text-align: center;
   /*left: 355px;
   top: 4px;*/
   width: auto;
   height: 26px;
   z-index: 5;
   margin-left:1.5%;
   vertical-align:middle;
  
}
#wb_pagem
{
   
   display: inline-block;
   position: relative;
   text-align: left;
   /*left: 137px;
   top: 4px;*/
   width: auto;
   height: 26px;
   z-index: 7;
   margin-left:1.5%;
   vertical-align:middle;
}
#wb_precm
{
   display: inline-block;
   position: relative;
   text-align: left;
   /*left: 37px;
   top: 4px;*/
   width: auto;
   height: 26px;
   z-index: 6;
   margin-left:1.5%;
   vertical-align:middle;
}
#wb_derm
{
   display: inline-block;
   position: relative;
   text-align: left;
   /*left: 454px;
   top: 4px;*/
   width: 20px;
   height: 26px;
   z-index: 8;
   margin-left:1.5%;
   vertical-align:middle;
}

#suivm
{
   
   width: 20px;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
   vertical-align:middle;
   text-align:center;
}
#suiv_textm
{
   position: relative;
   display: inline-block;
   left: 0px;
   top: 6px;
   width: auto;
   height: 20px;
   line-height: 15px;
   overflow: hidden;
   text-align: center;
   vertical-align:middle;
}
#precm
{
   width: 20px;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
   text-align:center;
}
#prec_textm
{
   position: relative;
   left: 0px;
   top: 6px;
   width: 20px;
   height: 24px;
   overflow: hidden;
   text-align: center;
}
#pagem
{
   display: inline-block;
   position: relative;
   text-align: left;
   width: 65px;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
   vertical-align:middle;
   
}
#page_textm
{
   position: relative;
   left: 0px;
   top: 6px;
   width: 65px;
   height: 24px;
   margin : auto;
   overflow: hidden;
   text-align: center;
}
#derm
{
   display: inline-block;
   position: relative;
   text-align: left;
   width: 20px;
   height: 24px;
   background-color: #FDFDFD;
   background-image: none;
   border: 1px #808080 solid;
}
#der_textm
{
   position: relative;
   left: 0px;
   top: 6px;
   width: 20px;
   height: 24px;
   overflow: hidden;
   text-align: center;
}
#premm
{
   /*position: relative;*/
   display:inline-block;
   position:relative;
   text-align: left;
   width:20px;
   height: 24px;
   background-color: #fff;
   background-image: none;
   border: 1px #808080 solid;
}
#prem_textm
{
   position: relative;
   left: 0px;
   top: 6px;
   width: auto;
   height: 17px;
   overflow: hidden;
   text-align: center;
   vertical-align:middle;
}

#divmessagerecherche
{
   position: relative;
   left: 0px;
   top: 0px;
   width: 95%;
   min-height: 18px;
   height : auto;
   padding : 0 5% 0 0;   
   font-size:13px;
   line-height: 18px;
   overflow: hidden;
   text-align: right;
   color: #2F4F4F;
   font-family : "Open Sans";
}
/*#wb_FlexBoxdernieresimg{

	-moz-box-shadow: 4px 4px 7px #4F4F4F;
   -webkit-box-shadow: 4px 4px 7px #4F4F4F;
   box-shadow: 4px 4px 7px #4F4F4F;
}

 #layoutbultitre{

	-webkit-box-shadow: 5px -3px 7px #696969;
	-moz-box-shadow: 5px -3px 7px #696969;
	box-shadow: 5px -3px 7px #696969;
}
#flexboxbul1 {
	-moz-box-shadow: 5px 5px 7px #696969;
	-webkit-box-shadow: 5px 5px 7px #696969;
	box-shadow: 5px 0px 7px #696969;


}*/
#wb_textetitrebul {
		height: auto;
	}

#divconcertsindex {
	z-index:5;
	background-color:white;
	padding: 0% 0% 0% 0%;
	height:auto;
	width : 100%;
	margin : 0 auto 0 auto;
	font-family: "Open Sans";
	/*line-height: 1.1875;*/
	font-size:16px;
	color:#3c3c3c;
	background-image: none;
 
}
#divconcertsindex p {
	margin : 0;
}
#divforumindex {
	z-index:5;
	background-color:white;
	padding: 0% 0% 0% 0%;
	height:auto;
	width : 100%;
	margin : 0 auto 0 auto;
	font-family: "Open Sans";
	/*line-height: 1.1875;*/
	font-size:16px;
	color:#3c3c3c;
	background-image: none;
 
}
#divforumindex p {
	margin : 0;
}
.forumindex1 {
	font-size:13px;
	margin: 5px 0 0 3px;
	color:#393C40;
}

.forumindex1  a{
	text-decoration: none;
	color:#393C40;
}
.forumindex1 :hover{
	text-decoration: none;
	color:#393C40;
}

#wb_textderparutions {
	margin-left : 2% !important;
}

.a_pageconcert {
	text-decoration:underline;
	color: #025594;
	font-family : "Open Sans" , Arial, Helvetica, sans serif;
	
}
.a_pageconcert:hover{
	text-decoration: underline;
	color: #025594;
}
.a_pageconcert:visited{
	color: #025594;
}
#textconcertindex_date {
	font-size:10pt;
	margin:2px 0 0 4%!important;
	color:darkred;
	font-size:10pt;
	color:black;
}
#textconcertindex_orch{
	font-size:10pt;
	margin: 5px 0 0 7% !important;
	color:darkred;
	font-size:10pt;
	color:black;
}
#textconcertindex_lieu{
	font-size:10pt;
	margin:  0 0 2px 10%!important;
	color:darkred;
	font-size:10pt;
	color:black;
}
#flexboxslideshow {
	padding-top : 3.7% !important;
	padding-bottom: 7.0% !important;
}
#divconcertsemaine {
	position: relative;
	z-index:5;
	background-color:white;
	height:auto;
	/*width : 100%;*/
	margin : 0 auto 0 auto;
	font-family: "Open Sans";
	/*line-height: 1.1875;*/
	font-size:16px;
	color:#3c3c3c;
	background-image: none;
	padding: 20px;
 
}
#divconcertsemaine p{
	margin : 7px 0 0 0;
}
.tabsemaine {
	margin: 10px 3% 0 3%;
	width: 92%;
	border-style: none;
	border-width: 0px;
	border-collapse :collapse;
	/*display:none;*/
}
.tdsemaine1 {
	width: 30%;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px; 
	color: black;
	vertical-align: top;
	border-style: none;
	border-width: 0px;
	padding:0 0 0 10px;
}
.tdsemaine2 {
	width: 40%;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px; 
	color: black;
	vertical-align: top;
	border-style: none;
	border-width: 0;
	padding:0 0 0 10px;
}
.tdsemaine3 {
	width: 30%;
	text-align: left;
	font-size: 13px;
	margin:0px 0px 0px 0px; 
	color: black;
	vertical-align: top;
	border-style: none;
	border-width: 0;
	padding:0 0 0 10px;
}

#divcontdebprix {
	width: 100% !important;
}
.tdnumbul {
	vertical-align:bottom;
	color:#000;
	text-align: left;
	vertical-align:middle;
	padding: 0px 0 0 5%;
	margin:  0 ;
	border-style: none;
	font-size: 22px;
	height : 40px;
	background-color:transparent;
}
#wb_imgpro_spec {
	padding-left : 8px;
	
}
#imgpro_spec {
	width: 85%;
	height : auto;
}
#wb_imgjdscouv {
	border : 5px #80003B  solid ;
	
}
#flextitrewidgetadh{
		width :100%;
	}
#FlexBoxdernieresimg, #flextitrewidgetasso, #flextitrewidgetconc, #flextitrewidgetadh, #flextitrewidgetactu, #flextitrewidgetcd, #flextitrewidgetlivre, #flextitrewidgetswfm, #flextitrewidgetfb, #flextitrewidgetvideo, #flextitrewidgetfesti {
	height: 50px;

}

#wb_BulletedList1 {
   padding : 0 15px 10px 15px;
   margin: 0 10px 0px 10px;
   border-width : 0 0 1px 0; 
   border-color : #cccccc;
   /*width: calc(100% - 20px);*/
   width: auto !important;
}
#wb_BulletedList1 .item{
   margin-left : 15px;
   line-height : 1.1875 !important;
}

#wb_BulletedList1 .item p{
   line-height : 1.1875 !important;
}
#wb_BulletedList1 .bullet{
   /*width: auto;
   font-size : 16px;
   width : 10px;*/
}


/*   MEDIAS ONLY  -------------------------------------------------------------------------------------------!!!!!!!!!!!!!!!!!!!!!! */

@media screen and (max-width: 1198px)  {
	#articleconcerts .blogthumb {
	width : 28% !important;
	}
	#divconcertsindex {
	width : 100%;
	}
	#textconcertindex_date {
	margin:2px 0 0 10%!important;
	}
	#textconcertindex_orch{
		margin: 5px 0 0 15% !important;
	}
	#textconcertindex_lieu{
		margin:  0 0 2px 20%!important;
	}
	#cont-debut {
		width:100%;
	}
	/*#l2_conc_semaine .col-2 {
		display : block !important;
	}*/

}
@media screen and (max-width: 980px)  {
	#articleconcerts .blogthumb {
	width : 32%;
	}
	
	#articleconcerts .blogitem
	{
	   font-size : 15px;
	}
	
	#articleprovince .blogthumb {
	width : 32%;
	}
	
	#articleprovince .blogitem
	{
	   font-size : 15px;
	}
	
	#articlerecherche .blogthumb {
	width : 32%;
	}
	
	#articlerecherche .blogitem
	{
	   font-size : 15px;
	}
	
	#articlelivresnew .blogthumb {
	width : 18%;
	}
	
	#articlelivresnew .blogitem
	{
	   font-size : 15px;
	}
	
	#wb_textmenu1 {
	font-size: 18px;
	}
	
	
	/* Correction bug taille menu **************************************** */
	
	/*#wb_ResponsiveMenu1 {
    width: 690px;    
	}*/
	
	
	.tdrecherche-concert1 {
	font-size: 12px;
	}
	.tdrecherche-concert2{
	font-size: 12px;
	}
	.tdrecherche-concert3 {
	font-size: 13px;
	}
	.tdrecherche-concert4{
	font-size: 12px;
	}
	.precherche_concert {
	font-size: 14px;
	}
	/*#recherchecd {
	height: 20px;	
	line-height:20px;
	font-size:12px;
	}*/
	#wb_MaterialIcon1 {
	/*display:none;*/
	}
	/*#wb_MaterialIcon1 i{
	font-size : 20px;
	}
	#MaterialIcon1 {
		height: 20px;
		width : auto;
	}
	#MaterialIcon1 i{
   color: #000000;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 20px;
	}*/
	/*#loupe {
	height: 20px;
	width:20px;
	}*/
	/*#bouton_autreregion{
	width: 140px;
	height: 20px;
	line-height:20px;
	font-size:12px;
	}
	#recherchecd {
	width:100px;
	}*/
	.tdprovince1 {
	font-size: 12px;
	}

	.tdprovince2 {
	font-size: 12px;
	}
	.tdprovince3 {
	font-size: 12px;	
	}
	.tdprovince4 {
	font-size: 12px;
	}
	.pararegion {
	font-size: 18px;
	}
	.paradate {
	font-size: 16px;
	}
	#wb_Text1, {
	margin : 0 3% 0 3% !important;
	}
	
	#cont-debut {
		width:100%;
	}
	#imgpro_spec {
	width: 90%;
	height : auto;
}
	
	
}
	

@media screen and (max-width: 850px)  {
	
	#cont-debut {
		width:100%;
	}
	.txtregion {
		width: 32%;
		font-size: 18px;
   }
	
	
}


@media screen and (max-width: 780px)  {

	#textconcertindex_date {
	margin:2px 0 0 2%!important;
	}
	#textconcertindex_orch{
		margin: 5px 0 0 4% !important;
	}
	#textconcertindex_lieu{
		margin:  0 0 2px 6%!important;
	}
	
	#articleconcerts .blogitem
	{
	   font-size : 13px;
	}
	
	#articlerecherche .blogitem
	{
	   font-size : 13px;
	}
	
	
	#articleprovince .blogitem
	{
	   font-size : 13px;
	}
	
	#articlelivresnew .blogitem
	{
	   font-size : 13px;
	}
	
	#wb_textmenu1 {
	font-size: 16px;
}
	
	.tdconcert1 {
	font-size: 11px;
	}
	.tdconcert2 a {
	font-size: 11px;
	}
	.tdconcert22 {
	font-size: 11px;
	padding : 3% 0 3% 0; 
	}
	.tdconcert3 {
	font-size: 11px;
	}
	#boutonmois {
	width: 100px;
	height: 25px;
	margin: 6px 0 0 3%;
	line-height:25px;
	font-size:11px;
	}
	.tdrecherche-concert1 {
	font-size: 11px;
	}
	.tdrecherche-concert2{
	font-size: 11px;
	}
	.tdrecherche-concert3 {
	font-size: 12px;
	}
	.tdrecherche-concert4{
	font-size: 11px;
	}
	.precherche_concert {
	font-size: 12px;
	}
	/*#recherchecd {
	height: 20px;	
	line-height:20px;
	font-size:12px;
	}
	#wb_MaterialIcon1 {
	display:none;
	}
	#loupe {
	height: 20px;
	width:20px;
	}*/
	/*#bouton_autreregion{
	width: 140px;
	height: 20px;
	line-height:20px;
	font-size:12px;
	}
	#recherchecd {
	width:100px;
	}*/
	.tdprovince1,.tdprovince2, .tdprovince3, .tdprovince4  {
	font-size: 11px;
	}
	.pararegion {
	font-size: 16px;
	}
	.paradate {
	font-size: 14px;
	}
	.styled-select {
	width: 280px;
	
	}
	.styled-select select{
	width:280px;
	font-size: 9px;
	}
	.styled-select .selectcat{
	width:280px;
	font-size: 15px;
	}
	#region {
		flex-direction: column;
		-webkit-flex-direction: column;
		align-items: center;
		justify-content: center;
	}
   .txtregion {
		font-size: 12px;
		text-align:center;
		width: 70%;
	   /*display: none;*/
	   }
   #divtableregion {
    width: 310px;
	text-align:center;
	}
	#wb_bouton_autreregion{
	/*width: 220px;
	margin-left : auto;
	margin-right : auto;*/
	}
	#bouton_autreregion {
	/*width: 220px;
	margin-left : auto;
	margin-right : auto;*/
	}
	#bouton_autreregion_text{
	font-size: 10px;
	/*width: 220px;
	margin-left : auto;
	margin-right : auto;*/
	}
	#flexboxbul1 {
	-webkit-flex-direction: column;
	flex-direction: column;
	}
	#wb_bouton-mail {
		margin-top :8px;
	}
	.divlivrenew-bul {
		font-size: 13px;		
	}
	#wb_textebul {
		font-size: 13px;
		margin-top: 8px;
	}
	/*#wb_textetitrebul {
		font-size: 13px;
	}*/
	#wb_MaterialIcon1-livre
	{
	/*display: none;*/
	padding : 5px 0 5px 0;
	}
	#wb_MaterialIcon1-livre i
	{
	font-size:20px;
	}
	#wb_imgpro_spec {
	padding-left : 0px;
	
	}
	
	#tabledeslivres tr > *{
        display: block;
    }
    .tdlivresphoto {
		width:100%;
	
	}
	.tdlivresphoto img {
		width:40%;
		max-width : 300px;
	
	}
	.tdlivresphotojds {
		width:100%;
	
	}
	.tdlivresphotojds img {
		width:90%;
		max-width : 300px;
	
	}
	.tdlivres {
		width:99.2% !important;
		overflow:hidden;
	
	}
	.divlivrenew-bul {
		padding-top : 8px;
		margin : auto auto auto auto;
		font-size : 15px;
		
	}
	.tdnumbul {
		text-align: center;
	}
}

@media screen and (max-width: 710px)  {

	#newdivforummini
	{
	   display:block;
	}
	#newdivforum
	{
	   display:none;
	}

}

@media screen and (max-width: 600px)  {

	/*#newdivforummini
	{
	   display:block;
	}
	#newdivforum
	{
	   display:none;
	}*/
	
	#couvbul, #wb_couvbul {
		width :100px !important;
		height : 152px !important;
	}
	#divconcertsindex {
		width : 100%;
	}
	#textconcertindex_date {
		margin:2px 0 0 4%!important;
	}
	#textconcertindex_orch{
		margin: 5px 0 0 7% !important;
	}
	#textconcertindex_lieu{
		margin:  0 0 2px 10%!important;
	}
	#articleconcerts .blogthumb {
	margin-top: 10px;
	width : 50% !important;
	}
	#articleconcerts .blogthumb img{
		width:100% !important;
	}
	#articleconcerts .blogitem
	{
	   font-size : 13px;
	}
	.tdnumbul {
		font-size: 19px;
		line-height :25px;
	}
	

}

@media screen and (max-width: 450px)  {
	
	#textconcertindex_date {
	margin:2px 0 0 4%!important;
	}
	#textconcertindex_orch{
		margin: 5px 0 0 7% !important;
	}
	#textconcertindex_lieu{
		margin:  0 0 2px 10%!important;
	}
	
	
	#articleconcerts .blogthumb {
	margin-top: 10px;
	width : 50%;
	}
	
	#articleconcerts .blogitem
	{
	   font-size : 13px;
	}
	#articleprovince .blogthumb {
	width : 40%;
	}
	
	#articleprovince .blogitem
	{
	   font-size : 13px;
	}
	
	#articlerecherche .blogthumb {
	margin-top: 10px;
	width : 50%;
	}
	
	#articlerecherche .blogitem
	{
	   font-size : 13px;
	}
	
	#articlelivresnew .blogthumb {
	margin-top: 10px;
	width : 50%;
	}
	
	#articlelivresnew .blogitem
	{
	   font-size : 13px;
	}
	
	
	#wb_textmenu1 {
	font-size: 14px;
	}
	
	.tdconcert1 {
	font-size: 10px;
	}
	.tdconcert2 a {
	font-size: 9px;
	}
	.tdconcert22 {
	font-size: 9px;
	}
	.tdconcert3 {
	font-size: 10px;
	}
	#articleconcerts  .blogthumb::after {
	content : "   Echoes of Swing   ";
	color : blue;
	font-size: 8px;
	}
	#articleswingfm .blogthumb {
	width:40% !important;
	}
	#articleswingfm .blogthumb img{
	width:100% !important;
	}
	
	#boutonmois {
	width: 90px;
	height: 20px;
	margin: 6px 0 0 3%;
	line-height:20px;
	font-size:9px;
	}
    .tdrecherche-concert1 {
	font-size: 10px;
	}
	.tdrecherche-concert2{
	font-size: 10px;
	}
	.tdrecherche-concert3 {
	font-size: 11px;
	}
	.tdrecherche-concert4{
	font-size: 10px;
	}
	.precherche_concert {
	font-size: 11px;
	}
	/*#recherchecd {
	height: 20px;	
	line-height:20px;
	font-size:12px;
	}
	/*#wb_MaterialIcon1 {
	display:none;
	}
	#loupe {
	height: 20px;
	width:20px;
	}*/
	#bouton_autreregion{
	width: 140px;
	height: 20px;
	line-height:20px;
	font-size:12px;
	}
	/*#recherchecd {
	width:100px;
	}*/
	.tdprovince1,.tdprovince2, .tdprovince3, .tdprovince4  {
	font-size: 10px;
	}
	.tdsemaine1,.tdsemaine2, .tdsemaine3 {
	font-size: 10px;
	}
	.pararegion {
	font-size: 13px;
	}
	.paradate {
	font-size: 12px;
	}
	.tdlivresphoto {
	display: none
	}
	.tdlivresphotojds {
	display: none
	}
	
	#imgforum, #wb_imgforum {
		width : 120px !important;
		height : auto !important;
	}
	/*#wb_titrewidgetlivres{
		font-size : 27px !important;
		padding-right:30px;
	}*/
	

    
	
}
@media screen and (max-width: 400px)  {
	#fbcontboutsactuforum {
		height : 120px !important;	
	}
}

@media screen and (max-width: 380px)  {

	#recherchecd {
		width: 150px;
}

	#fbcontboutsactuforum {
		height : 120px !important;	
	}
	/*#wb_titrewidgetspec {
		font-size : 20px !important;
		padding-right:40px;
	}*/
	
	#iconecalendrier{
		width : 35px !important;
		height : 35px !important;
	}
	/*#wb_titrewidgetdiapos{
		font-size : 20px !important;
		padding-right:40px;
	}*/
	
	#appareilphotos{
		width : 35px !important;
		height : 35px !important;
	}
	/*#wb_titrewidgetadh{
		font-size : 20px !important;
		padding-right:30px;
	}
	
	#handshake{
		width : 50px !important;
		
	}*/
	/*#wb_titrewidgetsfm{
		font-size : 20px !important;
		padding-right:80px;
	}
	*/
	#flextitrewidgetadh{
		width :100%;
		/*padding :0 0 0 10px !important;*/
	}
	#wb_flextitrewidgetbul {
		width :100%;
	}
	#icoradio{
		width : 30px !important;
		
	}
	/*#wb_titrewidgetclub{
		font-size : 20px !important;
		padding-right:80px;
	}*/
	
	#icoasso{
		width : 30px !important;
		height : 30px !important;
		
	}
	/*#wb_titrewidgetforum{
		font-size : 20px !important;
		padding-right:30px;
	}
	
	#wb_iconeforum, #iconeforum{
		width : 20px !important;
		height : 20px !important;
	}
	#iconeforum  i{
		font-size : 20px;
	}
	#wb_titrewidgetcd{
		font-size : 20px !important;
		padding-right:40px;
	}*/
	
	#icocdindex{
		width : 30px !important;
		height : 30px !important;
		
	}
	/*#wb_titrewidgetlivres{
		font-size : 20px !important;
		padding-right:20px;
	}*/
	
	#iconelivre{
		width : 20px !important;
		height : 20px !important;
		
	}
	#iconelivre i{
		font-size : 22px !important;
		
	}
	#articleconcerts .blogthumb {
	width : 50% !important;
	
	}

	#articleconcerts .blogthumb img{
		width:90% !important;
	}
	.tdsemaine1,.tdsemaine2, .tdsemaine3 {
	font-size: 9px;
	}
	.tdnumbul {
		font-size: 17px;
		line-height :23px;
	}
	#wb_imgpro_spec {
	padding-left : 0px;
	
	}
	#FlexBoxdernieresimg, #flextitrewidgetasso, #flextitrewidgetconc, #flextitrewidgetadh, #flextitrewidgetactu, #flextitrewidgetcd, #flextitrewidgetlivre, #flextitrewidgetswfm {
	height: 40px;

	}
	
}
@media screen and (max-width: 372px)  {
	#divconcertsemaine {
		padding: 0px;
	}
	#divconcertsemaine p{
		margin : 7px 0 0 6px;
	}

}

@media only screen and (max-width: 750px) {
  .conttablef td img {
    float: none !important;
  }
  .conttablef td {
    position: relative;
    padding-left: 0%;
    padding-top: 5px;
    white-space: normal;
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
  }
  .conttablef table, .conttablef thead, .conttablef tbody, .conttablef th, .conttablef td, .conttablef tr {
	display: block;
	height : auto !important
  }
  .conttablef td {
	margin-top : 20px;
  }
  
}

@media screen and (max-width: 659px) and (min-width: 375px) {
	#wb_Text30, #wb_Text31 {
		width: 365px !important;
		height: 23px !important;
	}
}