
.jtab {
	width : 140px;
}
/*
#TB_window {
	width : 800px !important;
	height : 400px !important;
	margin-left : -400px;
}

#TB_ajaxContent[style] {
	width : 1000px !important;
	height : 400px !important;
}*/
/*
@CHARSET "ISO-8859-1";

#btnAffPos {
	margin-left:37px;
}

.btnPosNb {
	margin-left:58px;
	}

.btnPosNb button {
	margin-right : 93px;
	}
	
body {
  background: white;
  color:#000;
  font-family: helvetica, arial, sans-serif;
}

#header {
  width: 1030px;
  clear: both;
  padding:0 10px;
  margin-bottom:10px;
  color: #FEFAFA;
}

#header h1 {
  color: black;
}

#content {
	margin: 20px;
	padding:20px;
	width: 800px;
	height: 240px;
	background-color: #F0F0F0 ;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;  
}

.jtab {
	float:left;
}
	
#chordC, #chord {
	width:100%;
	height:120px;
}

#bouton1 {
	width:100%;
}

#btnPosNb12 {
	width:100%;	
}

.chordContainer {
	height:120px;
	width:155px;
	float:left;
}

.interface {
	margin:10px;
}

#choixPosAccord {
	width: 100%;
	height: 120px;
	float: left;
	
	border-style:dashed;
	border-width:1px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
}

#premierAcc {
	float: left;
	margin-right: 50px;
}

#accSup {
	float:right;
}

#suiteAccords {
	width: 100%;
	height: 200px;
	max-height: 400px;
	background-color: #F0F0F0 ;
	background-color: #F0F0F0 ;
	
	-webkit-border-radius: 50px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 50px;
	-moz-border-radius-topright: 0;
	border-radius: 50px;
	border-top-right-radius: 0; 
	
	
}

.listeAccords {
	width: 152px;
	height:160px;
	background-color: white ;
	margin : 0x 5px 5px 5px;
	border-style:dashed;
	border-width:2px;
	
	float:left;
	
	margin: 5px;
	
	-webkit-border-radius: 50px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 50px;
	-moz-border-radius-topright: 0;
	border-radius: 50px;
	border-top-right-radius: 0;

}

#accord1 {
	border-color:red;
	border-width:2px;

}

  .close_box{
    background:red;
    color:#fff;
    padding:3px 5px;
    display:inline;
    right:15px;
	float:right;
    border-radius:3px;
    cursor:pointer;
	width:9px;
  }
  
  #plus {
	text-align : center;
	margin-top: 47px;
	font-weight:bold;
	font-size:500%;
	 
  }
  
  #plusAccord{
	cursor: pointer;
	
	width: 152px;
	height:160px;
	background-color: white ;
	margin : 0x 5px 5px 5px;
	border-style:dashed;
	border-width:2px;
	
	float:left;
	
	margin: 5px;
	
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
  }/*