#eqr_editblock { display : none ; position: relative ; padding: 0 ;  z-index: 1 ; border : solid 0px #00f ; }

#eqr_notetemplate { display: none ; z-index: 1 }
#eqr_notetemplate_edit { display: none ; z-index: 1 }
#eqr_replytemplate { display: none ; z-index: 1 }
#eqr_replytemplate_edit { display: none ; z-index: 1 }


.eqr_itemvalidation{
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

* html .eqr_itemvalidation{
	width: 100%;
}

.eqr_relative{
	position: relative;
}

.eqr_leftcontent{
	position: relative;
	width: 60%;
	text-align: center;
	min-height: 460px;
}

* html .eqr_leftcontent{
	height: 460px;
}

.eqr_preview_container{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 40%;
	overflow: hidden;
}

* html .eqr_preview_container{
	height: expression(parseInt(this.parentNode.offsetHeight) - 14 + "px");
	right: 10px;
}

.eqr_preview{
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	right: 5px;
	bottom: 0px;
	top: 0px;
}

* html .eqr_preview{
	position: relative;
	height: expression(parseInt(this.parentNode.parentNode.parentNode.parentNode.parentNode.offsetHeight) - 30 + "px");
	overflow-x: hidden;
}

.eqr_membercontent{
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-right: 2px;
	min-width: 120px;
}

* html .eqr_membercontent{
	width: expression(this.parentNode.parentNode.parentNode.offsetWidth < 125? '120px' : this.parentNode.parentNode.parentNode.offsetWidth-5);
	height: 324px;
	height: expression(this.parentNode.parentNode.parentNode.offsetHeight-5);
}

* html .eqr_membercontentedit{
	height: expression(this.parentNode.parentNode.parentNode.offsetHeight-77);
}

.eqr_membercontentedit{
	bottom: 22px;
	top: 58px;
}

.eqr_buttons{
	border-bottom: solid 2px #666666;
	margin-bottom: 12px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

* html .eqr_buttons{
	padding-bottom: 3px;
}

*:first-child+html .eqr_buttons{
	padding-bottom: 3px;
}

.eqr_buttonsleft{
	display: none;
	position: absolute;
	border: none;
	margin: 0px;
	z-index: 2;
	top: 12px;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #BBBBBB;
	-webkit-box-shadow: 3px 3px 5px #000000;
	-moz-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
}

.eqr_multiplefield a:hover{
	cursor: default;
	text-decoration: none;
}

.eqr_multiplefield a{
	overflow: auto;
}

.eqr_multiplecontain a:hover{
	cursor: pointer;
	text-decoration: underline;
}

.eqr_note{
	padding: 10px ;
	padding-top: 0px;
	color: #98989A;
}

.eqr_note .notecontent{
	padding: 0px;
}

.eqr_itemnote{
	color: #000000;
}

.eqr_itemnote .notecontent{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.eqr_listitem{
	clear: both;
	position: relative;
	padding: 0px;
	padding-bottom: 10px;
	max-height: 400px;
	color: #444444;
	opacity: 1;
	overflow: auto;
}

.eqr_field{
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: auto;
	clear: both; /*IE6*/
}

.eqr_editfield{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 10px;
	border: 1px solid #98989A;
	width: 100%;
}

.eqr_inputPadding{
	padding: 1px;
}

.eqr_inputPadding1{
	padding: 1px 12px 1px 1px;
}

* html .eqr_inputPadding1{
	padding: 1px;	
}

*:first-child+html .eqr_inputPadding1{
	padding: 1px;
}

.eqr_inputPadding2{
	padding: 1px 24px 1px 1px;
}

* html .eqr_inputPadding2{
	padding: 1px;
}

*:first-child+html .eqr_inputPadding2{
	padding: 1px;
}

.eqr_spacerfloat{
	clear: both;
}

.eqr_containfield{
	float: left;	
}

* html .eqr_containfield{
	display: inline;
}

.eqr_containfield_forename{
	width: 44%;
	margin: 0px 0px 0px 1%;
	float: right;
}

.eqr_containfield_lastname{
	width: 54%;
	margin: 0px 1% 0px 0px;
}

* html .eqr_containfield_forename{
	width: 40%;
}

* html .eqr_containfield_lastname{
	width: 50%;
}

*:first-child+html .eqr_containfield_forename{
	width: 40%;
}

*:first-child+html .eqr_containfield_lastname{
	width: 50%;
}

.eqr_renderfield{
	margin: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
}

* html .eqr_renderfield{
	width: 100%;
}

.eqr_containfield_surname{
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.eqr_containfield_date{
	width: 69%;
}

* html .eqr_containfield_date{
	width: 45%;
}

*:first-child+html .eqr_containfield_date{
	width: 55%;
}

.eqr_containfield_posteequipe{
	width: 50%;
}

* html .eqr_containfield_posteequipe{
	width: 35%;
}

*:first-child+html .eqr_containfield_posteequipe{
	width: 40%;
}

.eqr_containfield_numerojoueur{
	width: 2em;
}

.eqr_containfield_poidsjoueur, .eqr_containfield_taillejoueur{
	width: 4em;
}

.eqr_containfield_specifjoueur, .eqr_containfield_parcoursjoueur{
	width: 60%;
}

* html .eqr_containfield_specifjoueur, * html .eqr_containfield_parcoursjoueur{
	width: 42%;
}

*:first-child+html .eqr_containfield_specifjoueur, *:first-child+html .eqr_containfield_parcoursjoueur{
	width: 50%;
}

.eqr_intimg{
	background: no-repeat url('../images/int.png') right;
}

.eqr_containfield_type{
	width: 30%;
	margin: 0px 0px 1px 0px;
	color: #5B5B5D;
}

.eqr_surname{
	color: #5B5B5D;
}

.eqr_poste, .eqr_specif{
	margin-top: 10px;
}

.eqr_poste .eqr_containfield_type{
	width: 50%;
}

* html .eqr_poste .eqr_containfield_type{
	width: 40%;
}

*:first-child+html .eqr_poste .eqr_containfield_type{
	width: 46%;
}

.eqr_numero .eqr_containfield_type{
	width: 5em;
}

* html .eqr_numero .eqr_containfield_type{
	width: 7em;
}

*:first-child+html .eqr_numero .eqr_containfield_type{
	width: 6em;
}

.eqr_poids .eqr_containfield_type, .eqr_taille .eqr_containfield_type{
	width: 5em;
}

.eqr_specif .eqr_containfield_type, .eqr_parcours .eqr_containfield_type{
	width: 40%;
}

* html .eqr_specif .eqr_containfield_type, * html .eqr_parcours .eqr_containfield_type{
	width: 35%;
}

*:first-child+html .eqr_specif .eqr_containfield_type, *:first-child+html .eqr_parcours .eqr_containfield_type{
	width: 36%;
}

.eqr_itemname{
	float: left;
	padding: 2px 0px;
	font-size: 11px;
	height: 12px;
	width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
}

* html .eqr_itemname{
	margin: 0px -2px;
}

*:first-child+html .eqr_itemname{
	width: 19%;
}

.eqr_itemname_container{
	position: relative;
	padding: 2px 2px 2px 6px;
	overflow: auto;
}

.eqr_itemname_container:hover{
	cursor: pointer;
}

* html .eqr_itemname_container{
	width: inherit;
	height: 16px;
	clear: both;
}

*:first-child+html .eqr_itemname_container{
	width: inherit;
	height: 16px;
	clear: both;
	overflow: hidden;
}


.eqr_selectedItem{
	background-color: #3370CE;
	color: #FFFFFF;
}

.eqr_lastname, .eqr_forename{
	font-size: 14px;
	font-weight: bold;
}

.eqr_surname{
	font-style: italic;
}

.eqr_name, .eqr_surname, .eqr_birthday, .eqr_profession{
	overflow: hidden;
}

/** html eqr_surname{
	width: 100px;
	background-color: #000000;
}*/

* html .eqr_containfield_surname{
	width: 80%;
}

* html .eqr_containfield_surname input{
	width: 95%;
}

*:first-child+html .eqr_containfield_surname{
	padding-right: 4px;
	width: 100%;
}

*:first-child+html .eqr_containfield_surname input{
	width: 90%;
}

*:first-child+html .eqr_name{
	width: 90%;
}

* html .eqr_name{
	width: 90%;
}

.eqr_type{
	text-align: left;
}

.eqr_multiplefield{
	padding-bottom: 4px;
}

*:first-child+html .eqr_editionfield{
	overflow: visible;
}

.eqr_imgequip{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.eqr_imgequip img{
	/*cursor: pointer;*/
	border: solid 2px #FFFFFF;
}

.eqr_imgcol{
	width: 98%;
	margin: 10px 0px;
}

* html .eqr_imgcol{
	width: 88%;
}

*:first-child+html .eqr_imgcol{
	width: 88%;
}

.eqr_email a{
	color:#3370CE;
}
.eqr_address a{
	color:#000000;
}

.eqr_imgperso img{
	border: solid 2px #5B5B5D;
	width: 100%;
}

.eqr_imgequip img{
	width: 100%;
}

.eqr_intitule{
	position: relative;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 6px;
	overflow: auto;
	clear: both; /*IE*/
}

.eqr_colorpick{
	width: 160px;
	height: 182px;
	background-image: url('../images/colorpick.png');
	background-position: center;
	background-repeat: no-repeat;
}

.eqr_colorresult{
	width: 144px;
	height: 15px;
	position: absolute;
	left: 8px;
	top: 159px;
	background-color: #FFFFFF;
	z-index:-1;
}

.eqr_link{
	float: left;
	display: block;
	margin: 2px 5px;
	text-align: center;
	font-size: 9px;
}

* html .eqr_link{
	margin: 2px 4px;
}

*:first-child+html .eqr_link{
	margin: 2px 4px;
}

* html .eqr_membadd{
	width: 36px;
}

*:first-child+html .eqr_membadd{
	width: 36px;
}

* html .eqr_editmemb, * html .eqr_delmemb{
	width: 78px;
}

*:first-child+html .eqr_editmemb, *:first-child+html .eqr_delmemb{
	width: 78px;
}

* html .eqr_imgadd, * html .eqr_imgmodif, * html .eqr_imgdelete{
	width: 80px;
}

*:first-child+html .eqr_imgadd, *:first-child+html .eqr_imgmodif, *:first-child+html .eqr_imgdelete{
	width: 80px;
}

* html .eqr_settings{
	width: 60px;
}

*:first-child+html .eqr_settings{
	width: 60px;
}

* html .eqr_imgmembadd, * html .eqr_imgmembmodif, * html .eqr_imgmembimport, * html .eqr_imgmembdelete{
	width: 41px;
}

*:first-child+html .eqr_imgmembadd, *:first-child+html .eqr_imgmembmodif, *:first-child+html .eqr_imgmembimport, *:first-child+html .eqr_imgmembdelete{
	width: 41px;
}

.eqr_link div{
	height: 24px;
	width: 24px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	background-position: top left;
	background-repeat: no-repeat;
}

.eqr_link:hover{
	cursor: pointer;
}

.eqr_membadd div{
	background-image: url('../images/addmember.png');
}

.eqr_membadd:hover div{
	background-position: -24px left;
}

.eqr_imgmemb div{
	background-image: url('../images/memberphoto.png');
}

.eqr_imgmemb:hover div{
	background-position: -24px left;
}

.eqr_imgmembimport div{
	background-image: url('../images/importmember.png');
}

.eqr_imgmembimport:hover div{
	background-position: -24px left;
}

.eqr_imgmembdelete div{
	background-image: url('../images/deleteimgmember.png');
}

.eqr_imgmembdelete:hover div{
	background-position: -24px left;
}

.eqr_imgadd div, .eqr_imgmodif div{
	background-image: url('../images/imgequip.png');
}

.eqr_imgdelete div{
	background-image: url('../images/deleteimgequip.png');
}

.eqr_imgadd:hover div, .eqr_imgmodif:hover div, .eqr_imgdelete:hover div{
	background-position: -24px left;
}

.eqr_settings div{
	background-image: url('../images/reglages.png');
}

.eqr_settings:hover div{
	background-position: -24px left;
}

.eqr_delmemb div{
	background-image: url('../images/deletemember.png');
}

.eqr_delmemb:hover div{
	background-position: -24px left;
}

.eqr_editmemb div{
	background-image: url('../images/editmember.png');
}

.eqr_editmemb:hover div{
	background-position: -24px left;
}

.eqr_dragcol{
	width: 12px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

.eqr_dragbutton{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -6px;
	background-image: url('../images/DragButton.png');
	background-position: center;
	background-repeat: no-repeat;
}

.eqr_nomequipe{
	font-size: 18px;
	font-weight: bold;
	margin: 14px 0px;
}

.eqr_editfield_nomequipe{
	width: 80%;
	color: #444444;
	text-align: center;
	margin: 0px 10%;
}

.eqr_description{
	font-size: 14px;
	margin: 4px 0px;
}

.eqr_editfield_description{
	width: 90%;
	color: #444444;
	text-align: center;
	margin: 0px;
}

.eqr_border_top{
	position: relative;
	margin-right: 12px;
}


* html .eqr_border_top{
	margin-right: 16px;
	height: 12px;
}

.eqr_border_tl{
	background-image: url('../images/coin_tl.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.eqr_border_tr{
	background-image: url('../images/coin_tr.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.eqr_border_tm{
	margin: 0px 12px;
	border-top: solid 1px #BBBBBB;
	background: #FFFFFF;
	height: 11px;
}

* html .eqr_border_tm{
	margin-right: 10px;
}

.eqr_border_bottom{
	position: relative;
	padding: 0px;
}

* html .eqr_border_bm{
	margin-right: 10px;
	margin-left: 12px;
}

.eqr_border_bl{
	background-image: url('../images/coin_bl.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

* html .eqr_border_bl{
	bottom: 10px;
}

* html .eqr_border_br{
	bottom: 10px;
}

.eqr_border_br{
	background-image: url('../images/coin_br.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.eqr_border_bm{
	margin: 0px 12px;
	background: #FFFFFF;
	border-bottom: solid 1px #BBBBBB;
	height: 11px;
}

* html .eqr_border_bm{
	height: 10px;
}

.eqr_border_left{
	padding-left: 12px;
	background: #FFFFFF;
	border-left: solid 1px #BBBBBB;
}

* html .eqr_border_left{
	padding-left: 11px;
	height: 0px;
}

* html .eqr_border_right{
	height: 0px;
}

.eqr_border_right{
	padding-right: 12px;
	background: #FFFFFF;
	border-right: solid 1px #BBBBBB;
}


.eqr_border2_top{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	min-width: 30px;
}

.eqr_border2_tl{
	background-image: url('../images/coin_b_tl.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.eqr_border2_tr{
	background-image: url('../images/coin_b_tr.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.eqr_border2_tm{
	margin: 0px 15px;
	background-image: url('../images/coin_b_t.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 15px;
}

.eqr_border2_bottom{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 15px;
	padding: 0px;
}

.eqr_border2_bl{
	background-image: url('../images/coin_b_bl.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	left: -15px;
}

.eqr_border2_br{
	background-image: url('../images/coin_b_br.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	right: -15px;
}

.eqr_border2_bm{
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0px;
	margin: 0px 0px;
	background-image: url('../images/coin_b_b.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 15px;
}

.eqr_border2_left{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 15px;
	top: 0px;
	padding-left: 15px;
	background-image: url('../images/coin_b_l.png');
	background-position: left;
	background-repeat: repeat-y;
}

.eqr_border2_right{
	position: absolute;
	left: 15px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	background-image: url('../images/coin_b_r.png');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}


* html .eqr_border2_top{
	position: relative;
	margin-right: 8px;
	height: 15px;
}

* html .eqr_border2_tl{
	background-image: url('../images/coin_b_tl.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

* html .eqr_border2_tr{
	background-image: url('../images/coin_b_tr.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}

* html .eqr_border2_tm{
	margin: 0px 15px;
	background-image: url('../images/coin_b_t.png');
	background-position: top;
	background-repeat: repeat-x;
	height: 14px;
	margin-right: 10px;
}

* html .eqr_border2_bottom{
	position: relative;
	padding: 0px;
	margin-top: -15px;
}

* html .eqr_border2_bl{
	background-image: url('../images/coin_b_bl.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

* html .eqr_border2_br{
	background-image: url('../images/coin_b_br.png');
	background-position: center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

* html .eqr_border2_bm{
	position: static;
	margin: 0px 15px;
	background-image: url('../images/coin_b_b.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 13px;
	margin-right: 10px;
	margin-left: 12px;
}

* html .eqr_border2_left{
	position: static;
	background-image: url('../images/coin_b_l.png');
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 14px;
	height: 0px;
}

* html .eqr_border2_right{
	position: static;
	height: 0px;
	padding-right: 15px;
	background-image: url('../images/coin_b_r.png');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

.eqr_validation{
	text-align: center;
	position:relative;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: -14px;*/
	width: 150px;
	height: 28px;
	background-color: transparent;
/*	opacity: 0.85;*/
	padding-top: 4px;
	margin-top: 12px;
/*	border: 1px solid #BBBBBB;*/
/*	border-top: 0px;*/
/*	-webkit-border-bottom-right-radius:  12px 12px;
	-webkit-border-bottom-left-radius:  12px 12px;
	border-bottom-right-radius:  12px 12px;
	border-bottom-left-radius:  12px 12px;
	-webkit-border-top-right-radius:  12px 12px;
	-webkit-border-top-left-radius:  12px 12px;
	border-top-right-radius:  12px 12px;
	border-top-left-radius:  12px 12px;*/
}

.eqr_importcontainer{
	z-index: 2;
	background-color: #FFFFFF;
}

.eqr_importline{
	margin-left: 12px;
	margin-right: 12px;
	padding: 2px 12px;
	text-align: center;
	font-size: 12px;
}

.eqr_importline:hover{
	cursor: pointer;
	background-color: #3370CE;
	color: #FFFFFF;
}
