.checkbox {
	background: url(./background_checkbox.png) no-repeat;
	height: 19px;
	width: 19px;
	padding: 0;
	display: block;
	float:left;
	cursor:pointer;
}

.checkbox2 ,.checkbox3{
	background: url(./background_checkbox-Copie.png) no-repeat;
	background-position:0px 0px;
	height: 14px;
	width: 15px;
	padding: 0px;
	display: block;
	float:left;
	cursor:pointer;
	margin-top: 0px;
}

.ReunionsInscription .checkbox{
	margin-left:-3px;
}
.ReunionsInscription .checkbox3{
	margin-left:-3px;
}
.radio {
	background: url(./background_radio.png) no-repeat;
	height: 19px;
	width: 19px;
	background-color: #f6f6f6;
	padding: 0;
	display: block;
	float:left;
}
.groupeRadio {
	
	padding:6px;
	width:302px;
}
.groupeCheckbox {
	
	padding:6px;
	width:298px;
}
.select,.selectdouble,.selecttriple {
	position: absolute;
	width: 370px;
	height: 23px;
	padding: 5px 20px 5px 10px;
	color: #727272;
	font-size: 16px;
	background: url(./background_select.png) no-repeat;
/*	font-family: 'source_sans_proregular';*/

    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px 5px 15px;
    background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	-moz-transition: border 0.2s ease;
	-webkit-transition: border 0.2s ease;/* WebKit */
	-o-transition: border 0.2s ease; /* Opera */
	transition: border 0.2s ease; /* Standard */

}
.select.disabled,.selectdouble.disabled,.selecttriple.disabled {
	background: url(./background_select_disabled.png) no-repeat;
	height:45px;
}
.mesCoordonnees .tableChamps .groupeRadio .td2 {
	width:500px;
}
.mesCoordonnees .tableChamps .groupeRadio .td1  {
	background-color:#f2f2f2;
	width:50px;
	padding-top:1px;
/*	font-family: Verdana;*/
	font-size: 11px;
	cursor:pointer;
	text-align:left;
	color: #535353;
}
.mesCoordonnees .tableChamps .groupeRadio .td2 {
	background-color:#f2f2f2;
	width:60px;
	padding-top:1px;
/*	font-family: Verdana;*/
	font-size: 11px;
	cursor:pointer;
	text-align:left;
	color: #535353;
}