
/* attribut général de tout le formulaire */
.css_forms{
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border: 0px solid #00FF00;
}

.css_forms .title {
	width:650px;
	border-bottom:1px solid #e0d058;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
  font-weight:bold;
  color:#4d3d20;/*#800000*/
}

.css_forms .titlecontent {
  color:#4d3d20;/*#800000*/
  padding-left:10px;
  padding-top:2px;
  padding-bottom:2px;
  background-color:rgb(238,230,168);
}

/* Largeur de la zone du texte de la question */
.css_forms .questiontext {
	width:150px;
	text-align: right;
	vertical-align: top;
	padding-top:3px;
	border: 0px solid #FF0000; 
}

.css_forms .contentareasingleline {
text-align:left;
}

.css_forms .radioButton {
  background-color: #FBF9EB;
  border:0px;
}

.css_forms .span-total{
  color:#4d3d20;;
  padding-right:35px;
  text-align:right;
}


.css_forms .rouge {
  color: #AD1818;
  font-weight:bold;
}

.css_forms .details {
  display:none;
}

.css_forms .centrer {
  text-align:center;
}

/* largeur de la zone de l'image "obligatoire" */
.css_forms .required {
	width:15px;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	vertical-align: top;
	border: 0px solid #00FF00; 
}
/* Largeur de la zone de la question */
.css_forms .questionarea {
	border: 0px solid #0000FF; 
}


/* Attribut général des tables */
.css_forms table {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	border: 0px solid #550022; 
}

.css_forms td {
	text-align:left;
}

/* Attributs général des liens de type AHREF */
.css_forms a{
	text-decoration: none;
	position: static;
}
.css_forms a:hover{
	text-decoration: none;
}

.css_forms .ErrMsg {
	visibility: visible;
	display: block;
	font-family: Arial;
	color:#FF0033;
	text-align:right;
}
.css_forms .NoErrMsg {
	visibility: hidden;
	display: none;
}

.css_forms hr{
	width:600;
	height:1px;
	display:block;
	margin-top: 7px;
 	color: #DECE55;
	background-color: #DECE55;
	border: 0px;
}

/* Attributs général des controles de type texte */
.css_forms input, 
.css_forms select,
.css_forms textarea {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
}

.css_forms textarea {
  width:250px;
  height:80px;
}

/* Override la bordure et le font (pour les controles checkbox */
.css_forms .noborder {
	border: 0px;
	background-color: #FFFFFF;
}


.css_forms .over { 	
	background-color:#aaaaaa; text-align: center; font-weight: bold; border: 1px dotted #FFFFFF;
}
.css_forms .none { 
	background-color:#FAFAFA; text-align: center; font-weight: bold; border: 1px dotted #aaaaaa;
}




.css_forms .BOX     	{ width:600px; padding: 3px;  border: 0px solid #AAAA00; }
.css_forms .BOX_REQ 	{ width:600px; padding: 3px;	border: 1px solid #FF0033; }


/* Zone de saisie pour 2 digits (Saisie du jour et du mois) */
.css_forms .edt_2digit     				{width: 20px; }

/* Zone de saisie pour 4 digits (saisie de année ou NPA) */
.css_forms .edt_4digit     				{width: 35px; }

/* Zone de saisie pour la localité ( largeur totale - NPA) */
.css_forms .edt_rest4digit 				{width: 161px; }

/* Zone de saisie pour 6 digits (BiOMill et Spirig) */
.css_forms .edt_6digit 						{width: 45px; }

/* Zone de saisie pour 7 digits (saisie du numéro de police) */
.css_forms .edt_7digit 						{width: 55px; }

/* Zone de saisie pour 10 digits */
.css_forms .edt_10digit 					{width: 90px; }

/* Zone de saisie pour 18 digits */
.css_forms .edt_18digit 					{width: 130px; }

/* Zone de saisie pour 7 digits (saisie du numéro de police) */
.css_forms .edt_simpletext     			{width: 220px; }

.css_forms .edt_multiline 					{width: 200px;	height: 60px; }
.css_forms .edt_commentmultiline 		{width: 200px;	height:100px; }




/** DEBUT ** Cartouche pour la partie employeur **/
.css_forms .headercompany
{
	background-color:F0F4FF;
	width:550px;
}

.css_forms .headercompanyLeft{
	width:240px;
	height:50px;
	padding:3px;
	padding-left:15px;
	font-weight: bold;
	background-color:F0F4FF;
	vertical-align: top;
}
.css_forms .headercompanyMiddle{
	width:90px;
	height:18px;
	padding:3px;
	text-align: right;
	background-color:F0F4FF;
}
.css_forms .headercompanyRight{
	width:170px;
	padding:3px;
	background-color:F0F4FF;
}
.css_forms .headercompanyContact{
	width:100%;
	padding:3px;
	padding-left:15px;	
	background-color:F0F4FF;
}

.css_forms .EmployTextData{
	font-weight: bold;
}

/**  FIN  ** Cartouche pour la partie employeur **/


/* styles pour les zones de login */
.css_forms .login_questiontext {
	width:150px;
	text-align: right;
	vertical-align: top;
	padding-top:3px;
	border: 0px solid #aa5500; 
}

/* Largeur de la zone de la question */
.css_forms .login_questionarea {
	width:135px;
	border: 0px solid #005533; 
}

.css_forms .login_sendarea {
	width:295px;
	text-align: right;
	border: 0px solid #005533; 
}

.css_forms input[disabled='disabled'] {
  background:white;
  color:black;
  cursor:default;
}


