@charset "ISO-8859-15";
/* ---------------------- =layout ---------------------- */
* {
  margin: 0;
  padding: 0;
}

.out,
h3.legendFix,
h5.legendFix,
h1.legendFix {
  position: absolute;
  left: -999em !important;
}

a img {
  border: none;
}

ul {
  list-style: none;
}

#typContr ul {
  margin: 0 0 1.5em 0;
}

/* ---------- =Styles Utilitaires ---------- */
/* Alignement */
#ce-main .left {
  text-align: left;
}

#ce-main .center {
  text-align: center;
}

#ce-main .right {
  text-align: right;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

/* Colonnage */
/* 2 colonnes égales */
.col2-2 {
  width: 48%;
}

/* 2 colonnes 30/70 */
.col30-70_1-2 {
  width: 26%;
}

.col30-70_2-2 {
  width: 69%;
}

/* couleurs de texte */
.bleu {
  color: #175aa2;
  /* RVB : 23-90-162 */
}

.bleu-clair {
  color: #4990c3;
  /* RVB : 73-144-195 */
}

.bleu-fonce {
  color: #192972;
  /*RVB : 25-41-114*/
}

.orange {
  color: #ed7600;
  /*RVB : 237-118-0*/
}

/* taille de police */
/* taille fixée en valeur absolue car la taille de la police sur la balise body est fixé à 76% */
.tt9 {
  font-size: 9px;
}

.tt10 {
  font-size: 10px;
}

.tt11 {
  font-size: 11px;
}

.tt12 {
  font-size: 12px;
}

.tt14 {
  font-size: 14px;
}

.tt16 {
  font-size: 16px;
}

.tt18 {
  font-size: 18px;
}

.cap {
  text-transform: capitalize;
}

.uppercap {
  text-transform: uppercase;
}

.lowercap {
  text-transform: lowercase;
}

.cond {
  letter-spacing: -0.06em;
}

.marg5 {
  margin: 5px;
}

.margTop5 {
  margin-top: 5px;
}

.marg10 {
  margin: 10px;
}

.margTop10 {
  margin-top: 10px;
}

.marg15 {
  margin: 15px;
}

.margTop15 {
  margin-top: 15px;
}

.clearMe, .clearboth {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#inlinedb, .inlinedb, .invisible {
  display: none;
}

.inline {
  display: inline;
}

/* Type contrat */
.tyc_right {
	float:right;
}