/***** DEBUT EN TETE CHARTE  ******/
#s5_outer_wrapper {
	background:transparent url(../img/lassociation-logo-fond.png) no-repeat top center;
}
#titre{ /* Phrase accroche à coté logo   */
  padding: 44px 0 0 300px;
  font-size: 150%;
  font-weight: 900;
}
/***** FIN EN TETE CHARTE  ******/

/***** DEBUT FORMULES (infos, liste, blog, ...)  ******/
#mainbody ul.check1 li,
#mainbody li.check1 { /* img avec fond différent */
	background: url(../img/bullet-1.png) no-repeat 0 0;
}
#mainbody ul.check2 li,
#mainbody li.check2 { /* img avec fond différent */
	background: url(../img/bullet-3.png) 0 0 no-repeat;
	font-weight: 600;
	font-size: 1.4em;
}
#mainbody .titre-offre  { /* Mise en forme titre */
	font-size: 1.2em ;
	font-weight: 800;
}
/************** FIN FORMULES   ********************/

/************* DEBUT TABLEAU TARIFS ****************/
.ok_tab_comp{  /* Ok compris */
	background: url(../img/ok.gif) no-repeat center;
}
.tab-comp-pack-pre table { /*
  border:30px solid #0064A1;
  border-collapse:collapse;
  width:100%;
  margin: auto;              */

}
.tab-comp-pack-pre tbody {  /*
  background-color:#FFFFFF;
  border:10px solid #0064A1;  */
}
.tab-comp-pack-pre thead th{ /* En tête tableau, ajout oblig.! th pour IE6 */
	font-family: Arial;
	border: 10px #0064A1;
	padding: 5px;
	background-color: #FAFAF0;
	font-size: 110%;
	border-style: groove;
	/* width: auto;  ajout oblig.! pour compenser attribut .tab-comp-pack-pre th */
}
.tab-comp-pack-pre td {
  border:1px solid #0064A1;
  padding:2px 4px 2px 6px;
  text-align:left;
}
.tab-comp-pack-pre .prem-col { /* ajout oblig.! pour avoir largeur de tous les tab. identiques */
	width: 520px;
}
.tab-comp-pack-pre .deux-col { /* ajout oblig.! pour voir l'image */
	width: 60px;
}
.tab-comp-pack-pre .mise-valeur-txt { /* Mise en valeur texte */
  font-size: large;
  /*font-stretch: narrower;*/
  font-weight: bold;
  text-align: center;
  color: #0064A1;
}
.ss_titre_tab_comp{   /*
	text-align: center;
	font-weight: 300;
	margin: 2px;        */
}
/************ FIN TABLEAU TARIFS  ********************/