/*
	Registration Form
*/

.regform{
	overflow: auto;
}

.registration_form{
	background-color: #E7E7E7;
}

.formul_reg_inactive {
	background-color: #E7E7E7;
}

.formul_reg_active {
	background-color: White;
}

.register_ident_active{
	background: #FFE6CC;
	width: 100%;
	color: #23217C;
}

.register_ident_inactive{
	background: #EEEEEE;
	width: 100%;
	color: Silver;
}

.register_data_active{
	background: #FFFFB5;
	width: 100%;
	color: #23217C;
}

.register_data_inactive{
	background: #EEEEEE;
	width: 100%;
	color: Silver;
}

.register_registration_active{
	background: #FFFFDD;
	width: 100%;
	color: #23217C;
}

.register_registration_inactive{
	background: #EEEEEE;
	width: 100%;
	color: Silver;
}

div.regtitle_active {
	color: Red;
}

div.regtitle_inactive {
	color: Silver;
}

table.clsAction table.spip {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;	
}

table.clsAction table.spip tr td{
	font-weight:normal;
	text-align: center;	
}

table.clsAction table.spip tr.row_first td{
	font-weight:bolder;
	color:#005386;
	background-color: #FFE6CC;
}

.regform_legende {
	text-align:right;
	margin-right: 5px;
}

.regform_saisie {
	text-align:left;
}

.more_infos{
	width: 680px;
}
/***************************************
   =cluetipClass: 'registration' 
-------------------------------------- */

.cluetip-registration {
  /*background-color: #d9d9c2;*/
  background-color: #FFE6CC;
  border-style:groove;
  border-color:#666666;
  border-width:thin;
}
.cluetip-registration #cluetip-outer {
  position: relative;
  margin: 0;
  /*background-color: #d9d9c2;*/
  background-color: #FFE6CC;
}
.cluetip-registration h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  /*background-color: #87876a;
  color: #fff;*/
  background-color: #FFCC99;
  color: #005386;
}
.cluetip-registration #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-registration #cluetip-inner {
  padding: 10px;
}
.cluetip-registration div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-registration .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-registration .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-registration .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-registration .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

