                                /* FORMULAIRE*/

/*********/
/* TITRE */
/*********/



table.form_titre{
 background-color: #ffffff;
 width: 100%;
 
}

.form_hg_titre{
  background: url(images/form_hg_titre.gif) no-repeat;
  width: 3px;
  height:26px;
}
.form_hd_titre{
  background: url(images/form_hd_titre.gif) no-repeat;
  width: 3px;
  height:26px;
}
.form_bg_titre, .form_bg_titre_action{

  background: url(images/form_bg_titre.gif) repeat-x;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  height:26px;
  text-align: center;
  
}
.form_bg_titre_action{
  cursor: pointer !important; cursor: hand;
}


/***********/
/* CONTENU */
/***********/

table.form_contenu{
 background-color: #ffffff;
 width: 100%;
 border-top: 0px solid #000000;
 border-bottom: 0px solid #000000;
 border-left: 1px solid #A6D4E8;
 border-right: 1px solid #A6D4E8;
 
}

/*************************/
/* TELECHARGEMENT DE DOC */
/*************************/
table.form_dldoc{
 background-color: #ffffff;
 width: 100%;
}
.form_bg_dldoc{

 width: auto;
 background: url(images/form_bg_dldoc.gif) repeat-x;
 height:42px;
 color: #000000;
 font-weight: bold;
 font-size: 14px; 
 text-align: center;
}

/**************/
/* PARAGRAPHE */
/**************/

table.form_para{
 background-color: #ffffff;
 width: 100%;
 margin: 0 0 10px 0;
}

/*
.form_para_titre
{

 width: auto;
 background: url(images/para_bg.gif) repeat-x;
 height:31px;
 color: #000000;
 font-weight: bold;
 font-size: 13px; 
 text-align: center;
 padding: 0 0 5px 0;
}
*/

.form_para_titre
{
 width: auto;
 background: url(images/para_bg_orange_v2.gif) repeat-x;
 height:31px;
 color: #23698B;
 font-weight: bold;
 text-align: center;
 padding: 2px 0 0 0;
 font-size:12px;
}

 
/************/
/* QUESTION */
/************/
table.form_question{
 background-color: #ffffff;
 width: 100%;
}

.ligne{
	background-color: #ffffff;
	height : 22px;
	text-align: left;
	padding: 1px 5px 1px 5px;
}
.ligne_bis{
	background-color: #E9F0F3;
	height : 22px;
	text-align: left;
	padding: 1px 5px 1px 5px;
}
.ligne_ter{
	background-color: #D5E1EB;
	height : 22px;
	text-align: left;
	padding: 5px 5px 5px 10px;
}


#ajaxContener table.calque_contenu_1 td,
#ajaxContener table.calque_contenu_2 td,
#ajaxContener table.calque_contenu_3 td,
#ajaxContener table.calque_contenu_4 td{
	background-color: #ffffff;
}

#ajaxContener table.calque_contenu_1 .TR_ligne_bis td,
#ajaxContener table.calque_contenu_2 .TR_ligne_bis td,
#ajaxContener table.calque_contenu_3 .TR_ligne_bis td,
#ajaxContener table.calque_contenu_4 .TR_ligne_bis td{
	background-color: #E9F0F3;
}

.TR_ligne td{
	background-color: #ffffff;
	height : 22px;
	text-align: left;
	color:#005179;
	font-weight: bold;
}
.TR_ligne_bis td{
	background-color: #E9F0F3;
	height : 22px;
	text-align: left;
	color:#005179;
	font-weight: bold;
}

.TR_ligne_bis2 td{
	background-color: #EEEEEE;
	height : 22px;
	text-align: left;
	color:#005179;
	font-weight: bold;
}


.ligne_valide{
 background-color: #ffffff;
 height : 22px;
 text-align: center;
}

.ligne_valide_bis{
 background-color: #E9F0F3;
 height : 22px;
 text-align: center;
}


.libelle_question{

 background: url(images/puce_bleu.gif) no-repeat;
 background-position: 7px 4px;
 padding: 0 0 0 21px;
 color:#005179;
 font-weight: bold;
 font-size: 11px; 
 text-align: left;
}
.libelle_question_info{
 
 color:#005179;
 font-weight: normal;
 font-size: 11px; 
 text-align: left;
}


.libelle_rubrique{
 padding: 0 0 0 5px;
 color:#000000;
 font-weight: bold;
 font-size: 11px; 
 text-align: left;
}

.libelle_sousquestion
{
 padding: 0px;;
 color:#005179;
 font-size: 11px;
 font-weight: bold;
 text-align: left;
}

.libelle_sousquestion ul, .libelle_sousquestion li {
  padding: 0px;
  margin: 0 0 0 20px  ;
}


td.libelle_cat
{
 background-color: #418BAF;
 color:#ffffff;
 font-weight: bold; 
 font-size: 11px; 
 text-align: center;
 padding:2px;
}

td.libelle_tableau
{
 color:#000000;
 font-weight: bold; 
 font-size: 11px; 
 text-align: center;
 padding:2px;
}


.bouton , .bouton_xs, .bouton_s, .bouton_xl {
	cursor: pointer !important; cursor: hand;			
	vertical-align: middle;
	height: 19px;
	text-align: center;
	color:#005179;
	font-size: 11px;
	font-weight: bold;
}
#content_inner .bouton ,#content_inner .bouton_xl , #content_inner .bouton_xs, #content_inner .bouton_s, #content_inner .bouton_seul {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.bouton {
  background: url(images/bouton.gif) no-repeat;
  width: 214px;
  padding : 2px 0 0 0;
}

.bouton_xl {
  background: url(images/bouton_xl.gif) no-repeat;
  width: 300px;
  padding : 2px 0 0 0;
}


.bouton_xs {
  background: url(images/bouton_xs.jpg) no-repeat;
  /*background-position: top left;*/
  border : 0px;
  width: 30px;
  height : 17px;
  margin: 0px;
  padding : 0px;
  
}

.bouton_s {
  background: url(images/bouton_s.gif) no-repeat;
  width: 109px;
  border : 0px;
  padding : 2px 0 0 0;
}

.bouton_seul_xl, .bouton_seul, .bouton_seul_xs {
	cursor: pointer !important;	
	cursor: hand;
	vertical-align: middle;
	width: 100%;
	height: 19px;
	text-align: center;
	padding : 2px 0 0 0;
	color:#005179;
	font-size: 11px;
	font-weight: bold;
}

.bouton_seul_xl {
background: url(images/bouton_xl.gif);
background-repeat:no-repeat;
background-position: top center;
}
.bouton_seul {
background: url(images/bouton.gif);	
background-repeat:no-repeat;
background-position: top center;
}
.bouton_seul_xs {
background: url(images/bouton_xs.jpg);	
background-repeat:no-repeat;
background-position: top center;
}

.bouton_seul_hover, .bouton_seul_xl_hover {
      filter:alpha(opacity=60);
      -moz-opacity:0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6;
}

.bouton:hover,.bouton_xl:hover, .bouton_seul:hover ,.bouton_xs:hover,.bouton_s:hover{
	  filter:alpha(opacity=60);
      -moz-opacity:0.6;
      -khtml-opacity: 0.6;
      opacity: 0.6;
}

/***********/
/* REPONSE */
/***********/

.libelle_reponse, .libelle_sousreponse{


 color:#000000;
 font-size: 11px;
 font-weight: bold;
 text-align: left;
}
.libelle_reponse_info{
 
 color:#005179;
 font-weight: bold;
 font-size: 11px; 
 text-align: left;
}

.libelle_sousreponse ul, .libelle_sousreponse li {
  padding: 0px;
  margin: 1px 5px  ;
}




input {
 color: #000000;
 font-size: 11px;
 padding : 0px;
 margin  : 0px;
 font-weight: normal;
 
}
.style_reedition
{
	text-align:center;
}

textarea{
 color: #000000;
 font-size: 11px;
 font-weight: normal;
}
select{
 color: #000000;
 font-size: 11px;
 font-weight: normal;
}

.aide{
vertical-align: middle;
position:relative;
cursor: help;
}
.aide img.picnull {
background: url(images/picto_info.gif) no-repeat;
width: 15px;
height: 15px;
}
/***********************/
/* libelle information */
/***********************/ 
div .libelle_texteinformation
{
 padding: 0px;;
 color:#005179;
 font-size: 11px;
 text-align: justify;
}


/**************/
/* FORM TARIF */
/**************/

table.form_grilletarif{
 background-color: #CBDCE4;
 width: 100%;
}

/* TH */
table.form_grilletarif th{
 background-color: #407995;
}
th.entete_tarif{
  background: url(images/puce_blanche.gif) no-repeat;
  background-position: 7px;
  padding: 5px 5px 5px 21px;
  color: #ffffff;
  text-align: left;
  font-size : 12px;
  font-Weight: bold;
}
th.entete_tarif_small,th.entete_tarif_small a{
  background-color: #407995;
  color: #ffffff;
  text-align: center;
  font-size : 11px;
  font-Weight: normal;
  padding: 2px;
  
}
th.entete_tarif_small a{
  text-decoration: underline;
}
th.entete_tarif_small a:hover{
  font-style: italic;
  color: #F7AF1B;
}

/* TD */

td.texte_grilletarif, td.texte_grilletarif_bis,
td.texte_grilletarif2, td.texte_grilletarif2_bis{
 color: #000000;
 font-size : 11px;
 font-Weight: normal; 
}
td.texte_grilletarif, td.texte_grilletarif_bis{
 text-align: left;
 padding: 8px 15px 8px 15px;
}
td.texte_grilletarif2, td.texte_grilletarif2_bis{
 text-align: center;
 padding: 3px 0px 3px 0px;
}

td.texte_grilletarif_bis,td.texte_grilletarif2_bis{
 background-color: #DAF4FF;
}
td.texte_grilletarif,td.texte_grilletarif2{
 background-color: #ffffff;
}

td.texte_franchise{
 text-align: left;
 background-color: #ffffff;
 color: #005179; 
 font-size : 11px;
 font-Weight: normal;
 padding: 0px 5px 0px 5px;
}
td.texte_franchise_bis{
 text-align: left;
 background-color: #DAF4FF;
 color: #005179; 
 font-size : 11px;
 font-Weight: normal;
 padding: 0px 5px 0px 5px;
}

td.tarif{
 background-color: #ffffff;
 text-align: center;
}
td.tarif_bis{
 background-color: #DAF4FF;
 text-align: center;
}
td.tarif a,td.tarif_bis a{
 color: #005179; 
 
 font-size : 11px;
 font-Weight: normal;
 text-decoration: underline;
}
td.tarif a:hover,td.tarif_bis a:hover{
color: #F7AF1B;
}

/* formule VIP3 */
.nom_formule,.nom_formule2,.nom_formule_desc{
 background-color: #ffffff;
 color: #000000;
 font-size : 11px;
 font-Weight: normal; 
 text-align: center;
 padding:2px;
 
}
td.nom_formule{
  cursor: pointer !important; cursor: hand;
  font-Weight: bold; 
}
td.nom_formule2{
  font-Weight: bold;
}

table.formule_vip3{
background-color: #ffffff;
width: 100%;
}

.ajout_enleve{
  color: #ffffff;
  font-Weight: normal;
  text-decoration: none;
}
a.ajout_enleve{
  font-Weight: bold;
}
a.ajout_enleve:hover{
  text-decoration: underline;
}


/************/
/* BAS FORM */
/************/
table.form_bas{
 background-color: #ffffff;
 width: 100%;
 
}

.form_g_bas{
  background: url(images/form_g_bas.gif) no-repeat;
  width: 3px;
  height:26px;
}
.form_d_bas{
  background: url(images/form_d_bas.gif) no-repeat;
  width: 3px;
  height:26px;
}
.form_bg_bas{

  background: url(images/form_bg_bas.gif) repeat-x;
  width: auto;
  color: #ffffff;
  font-weight: bold;
 
  text-decoration: none;
  height:26px;
  text-align: center;  
  padding: 0px ;
}
.form_bg_bas a{

  background: url(images/form_bg_bas.gif) repeat-x;
  width: auto;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  height:26px;
  text-align: right;  
  padding: 0 5px 0 0;
}
.form_bg_bas a:hover{
  text-decoration: underline;
}

/* tarif export button */
.tarif_table_fiche
{
	width:45%;
}

.tarif_button {
	height:20px;
	background: url(images/tarif_fiche_button_bg.gif) repeat-x;
	border:1px solid #6D7A82;
	font-size: 12px;
	text-align:center;
	display:block;
	white-space:nowrap;
}

.tarif_button a {
	color:#7B102A;
}

.tarif_button a:hover {
	color:#000000;
}

.tarif_button img {
	float:left;
	padding:2px;
	border:0px;
	padding-left:5px;
	padding-right:5px;
}

.tarif_button div {
	padding-top:3px;
	float:left;
	white-space:nowrap;
	cursor: pointer !important; 
	cursor: hand;
}

.tarif_button_fiche {
	width:140px;
	cursor: pointer !important; 
	cursor: hand;
}

.tarif_button_fiche2 {
	width:170px;
	cursor: pointer !important; 
	cursor: hand;
}

.tarif_button_pdf {
	width:240px;
	cursor: pointer !important; 
	cursor: hand;
}

.infoRIB {
	padding:5px;
	font-size:13px;
}

.font10 *
{
	font-size:10px;
}

.bloc_para, .bloc_para td {
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
}


.bloc_para ul.num {
	list-style:decimal;
}


.bloc_para ul.lift {
	padding-left:20px;
	padding-right:20px;
	margin-top:0px;
}
.bloc_para ul.lift li {
	font-size:12px;
	padding-top:3px;
}

.bloc_para b {
	color : #005179;
}

.bloc_para a {
	color:#000000;
}
.bloc_para a:hover {
	color: #05517B;
}

.bloc_para  .bouton_xs {
	margin-bottom:5px;
	margin-left:5px;
}

.bloc_para i, .bloc_para td i {
	font-size:11px;
}


div.option_spe_formule
{
margin-top: -8px;
width:100%;
}

.option_spe_formule table
{
width:98%;
background-color:#77A2B7;
}

.option_spe_formule th
{
text-align:left;
background-color:#CFEFFD;
height: 25px;
vertical-align:middle;
}
.option_spe_formule td
{
padding: 5px 10px;
background-color:#FFFFFF;
/*color:#447F9D;*/
color:#005179;
font-weight:bold;
font-size:11px;
}

.option_spe_formule_coche
{
float:right;
position: absolute;
margin: -13px 0 0 526px;
margin: -18px 0 0 532px !forie;

}


/*********** partenaires *************/
.table_partenaire td {
	text-align:center;
	padding-top:10px;
}
.table_partenaire {
	margin-top:10px;
	margin-bottom:20px;
}
/* SINISTRE */
.CasC TD {
	background-color: #E9F0F3;
	padding-left: 5px;
	padding-right: 5px;
}
.CasC TD.hrTd{
	background-color: #FFFFFF;
}
.CasC TD.hrTd HR {
	/*padding:0px;
	margin:0px;
	border:0px;
	border-top:1px solid #A6D4E8;
	height:1px;*/
	display:none;
}
.CasCDiv {
	font-weight:bold;
	margin:10px;
}
.CasC TD.CasCDivTD {
	background-color:#407995;
	color:#FFFFFF;
}

.YourCas {
	font-weight:bold;
	margin-bottom:10px;
}


.DesMiddle {
	text-align:center;
}
.DesRight {
	text-align:right;
}
.DesRLeft {
	text-align:left;
}
.DesCar {
	text-align:left;
	padding:10px;
}

/************** date ****************/

.dateJJ, .dateMM, .dateYYYY, .dateHH, .dateMN {
	border:1px solid #23698B;
}
.dateJJ, .dateMM, .dateHH, .dateMN {
	width:15px;
}
.dateYYYY {
	width:30px;
}

/************* search ***************/
.sortFleche {
	width:8px;
	height:8px;
	border:none;
	margin-left:5px;
}
.sortUp {
	background: url(images/fleche_up.gif) repeat-x;

}

.sortDown {
	background: url(images/fleche_down.gif) repeat-x;
}

.ban_anim{
width: 100%;
text-align: center;
padding: 10px;
}

/*************************/
/* BORDURE TD SPECIFIQUE */
/*************************/

.bordure_formule
{
border-bottom: #DAF4FF 1px solid;
}

.bordure_tarif
{
border-left: #DAF4FF 1px solid;
border-bottom: #DAF4FF 1px solid;
}



