/***********************/
/**   Page glossaire  **/
/***********************/

.word {
  width:50%;
  float:left;
}

.word a {
  color:#FF6702;
}

.lettre {
  clear:both;
}

/******************************************
//** Page de formulaire de demande de devis
/*******************************************/

.page_devis_assurance_pret form input.texte {
    border: 1px #8A9E7E solid;
    padding: 2px;
}

.page_devis_assurance_pret .libelle {
    width : 200px;
}

.fd-form-top {
  background: url('../img/fd-top-g.png') no-repeat;
  height: 10px;
  line-height: 6px;
  font-size: 6px;
}
.fd-form-top2 {
  background: url('../img/fd-top-d.png') no-repeat 100% 0%;
  height: 10px;
  line-height: 6px;
  font-size: 6px;
}

.fd-form-bottom {
  background: url('../img/fd-bottom-g.png') no-repeat 0% 100%;
  height: 10px;
  line-height: 6px;
  font-size: 6px;
}
.fd-form-bottom2 {
  background: url('../img/fd-bottom-d.png') no-repeat 100% 100%;
  height: 10px;
  line-height: 6px;
  font-size: 6px;
}
.fd-form-contenu {
  border-left: 1px #ff6600 solid;
  border-right: 1px #ff6600 solid;
  padding: 0 6px;
}
.margin0 {
  margin: 0;
}

/*************************************************
 Pages CMS
*************************************************/

.tableau_simple {
   border-style:solid;
   border-width:1px;
   border-collapse:collapse;
   padding:0;
   width: 100%;
}

.tableau_simple td {
   border-style:solid;
   border-width:1px;
   vertical-align:middle;
   text-align:center;
   padding:0;
}

.contenu-text {
  padding: 0;
}
.contenu-text a:link, .contenu-text a:visited {
  color: #333333;
}
.contenu-text a:hover, .contenu-text a:active {
  color: #ff6600;
}
.contenu-text li {
  list-style-type: none;
  padding-left: 16px;
  background: url('../img/puce.png') no-repeat 6px 5px;
}
.contenu-titre1 {
  color: #ff6600;
  font-weight: bold;
  font-size: 1.1em;
}
.contenu-titre2 {
  color: #72bd1e;
  font-weight: bold;
}
.contenu-fond-gris {
  background: #ececec;
}
.contenu-fond-orange {
  background: #ff6600;
  color: #ffffff;
}

/*************** Page Contact ************************/


#contactColDroite p.encartDemDevis {
text-align:center; padding:5px; background-color:#5D9918; color:white; font-size:15px;
border-style:solid;
border-width:1px;
color : #777777;
}

#contactColDroite p.encartDemDevis a {
color:white;
text-decoration:underline;
}

#contactColDroite p.encartDemDevis a:hover {
text-decoration:none;
}
