/* -------------------------- */
/* --------- COMMUN --------- */
/* -------------------------- */
.clear {
  clear: both;
}
.vert {
  color: #8bbb14;
}
.mauve {
  color: #91007b;
}
.gras {
  font-weight: bold;
}



/* -------------------------- */

#bulles {
  width: 1200px;
  margin: 30px auto 0 auto;
}
#logo {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 10px;
}
#newsletter {
  position: absolute;
  top: 20px;
  right: 25px;
}
#newsletter p {
  float: left;
  display: inline;
}
#newsletter p#label-news {
  margin-right: 5px;
  margin-top: 2px;
  color: #2d0026;
}
#newsletter p#input-text-news input {
  border: 1px solid #90127d;
  padding: 1px 0;
  text-indent: 2px;
  width: 200px;
  color: #b7b7b7;
}
#reduc-fiscal {
  color: #6b6b6b;
}

/* liScroll style declarations */
.tickercontainer { /* the outer div with the black border */
  background: #f5f5f5; 
  width: 100%; 
  height: 20px; 
  margin: 0; 
  padding: 0;
  overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 4px;
  width: 100%;
  overflow: hidden;
}
ul.newsticker { /* that's your list */
  position: relative;
  left: 750px;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  color: #6c6c6c;
}
ul.newsticker a {
  white-space: nowrap;
  color: inherit;
  text-decoration: underline;
}
ul.newsticker span {
  color: inherit;
}
/* // liScroll style declarations */

#def-cercle {
  margin-left: 15px;
}
#solidarite-don {
  margin-left: 15px;
  padding-top: 10px;
}
#video-home {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 15px;
}
#niveaux-home {
  float: left;
  display: inline;
  margin-top: 20px;
  background: url(../images/bg-niveaux.jpg) 0 0 no-repeat;
  width: 345px;
  height: 181px;
}
#titre-niveaux {
  margin-left: 20px;
  padding-top: 10px;
}
#onglet-niveaux {
  clear: both;
  float: left;
  display: inline;
  margin-top: 9px;
  margin-left: 6px;
}
#onglet-niveaux li {
  float: left;
  display: inline;
  margin-right: 10px;
}
#onglet-niveaux li a {
  display: block;
  width: 93px;
  height: 23px;
  background: url(../images/bg-onglet-off.gif) bottom left no-repeat;
  text-align: center;
}
#onglet-niveaux li.actif a, #onglet-niveaux li a:hover {
  background: url(../images/bg-onglet-on.gif) 0 0 no-repeat;
}
#onglet-niveaux li.actif a span, #onglet-niveaux li a:hover span {
  display: block;
  padding-top: 5px;
}
#onglet-niveaux li a span {
  display: block;
  padding-top: 8px;
}
.txt-niveau {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.titre-niveau {
  height: 20px;
}
.detail-niveau {
  padding-top: 6px;
  color: #989898;
  font-size: 12px;
  margin: 0 25px;
}
.savoir-plus-niveau {
  text-align: right;
  margin-right: 20px;
  padding-top: 7px;
}
.savoir-plus-niveau a {
  display: block;
  float: right;
  text-align: center;
  text-indent: 8px;
  background: url(../images/bg-lien-savoir-plus.gif) 0 0 no-repeat;
  width: 111px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  font-size: 11px;
}
#encart-2, #encart-3 {
  display: none;
}
#avantages {
  float: right;
  display: inline;
  margin-right: 15px;
  margin-top: 25px;
  width: 270px; 
}

#titre-avantages{
	margin-bottom:2px;
}
#content-avantages {
  float: left;
  width: 250px;
  height: 120px;
  overflow: auto;
  margin-top: 10px;
  padding-bottom: 10px;
  color: #8f8f8f;
}
#content-avantages p {
  font-size: 11px;
}
#content-avantages span {
  font-size: 100%;
}
#savoir-plus-avantages {
  clear: both;
  text-align: right;
  margin-right: 5px;
  padding-top: 10px;
}
#savoir-plus-avantages a {
  display: block;
  float: right;
  text-align: center;
  text-indent: 8px;
  background: url(../images/bg-savoir-plus-avantages.gif) 0 0 no-repeat;
  width: 121px;
  height: 23px;
  line-height: 22px;
  color: #616161;
  font-size: 11px;
}
#content-cote {
  float: left;
  width: 221px;
  min-height: 226px;
  border-left: 1px solid #8bbb13;
  border-right: 1px solid #8bbb13;
  background: #fefefe url(../images/bg-cote.gif) bottom left repeat-x;
  padding-bottom: 15px;
}
#photo-cote {
  float: left;
  display: inline;
  width: 60px;
  margin-left: 15px;
  margin-top: 15px;
}
#details-nom-cote {
  float: left;
  display: inline;
  margin-left: 5px;
  margin-top: 13px;
  width: 135px;
}
#nom-cote {
  color: #343434;
}
#poste-cote {
  color: #8bbb13;
}
#txt-detail-cote {
  clear: both;
  float: left;
  display: inline;
  margin-top: -5px;
  margin-left: 15px;
  width: 175px;
  line-height: 16px;
  color: #3f3f3f;
}
.lien-cote {
  clear: both;
  width: 221px;
  height: 46px;
  line-height: 46px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #8bbb13;
  border-right: 1px solid #8bbb13;
  background: #e0e0e0;
}
.lien-cote a {
  display: block;
  margin-top: 12px;
  margin-left: 40px;
  background: url(../images/puce-mauve.gif) 0 3px no-repeat;
  padding-left: 15px;
  width: 150px;
  line-height: 14px;
  color: #ac0593;
}
#anime-partenaires {
  clear: both;
  float: left;
  width: 100%;
  height: 103px;
  background: url(../images/partenaires.gif) 0 0 no-repeat;
  margin-bottom: 20px;
}
/* liScroll style declarations */
#anime-partenaires .tickercontainer { /* the outer div with the black border */
  background: none; 
  width: 100%; 
  height: 103px; 
  float:left;
}
#anime-partenaires .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 9px;
  top: 0px;
  width: 201px;
  
}
#anime-partenaires ul.newsticker { /* that's your list */
  margin-left: 9px;
  margin-top: 25px;
  left: 204px;
  white-space: nowrap;
}
#anime-partenaires ul.newsticker li {
}
#anime-partenaires ul.newsticker a {
  
  white-space: nowrap;
  color: inherit;
  text-decoration: underline;
  margin: 0 15px;
}
#anime-partenaires ul.newsticker span {
  color: inherit;
}
/* // liScroll style declarations */
#ombre-right {
  text-align: center;
  padding-top: 10px;
}
#header-footer {
  float: left;
  width: 100%;
  height: 31px;
  line-height: 31px;
  background: url(../images/bg-footer.gif) 0 0 no-repeat;
}
.entete-footer {
  float: left;
  display: inline;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
#footer-associes {
  margin-left: 40px;
}
#footer-cercle {
  margin-left: 200px;
}
#footer-association {
  margin-left: 150px;
}
#content-footer {
  clear: both;
  float: left;
  width: 919px;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  background: #e0e0e0;
}
.liste-footer {
  float: left;
  display: inline;
  margin-top: 15px;
  line-height: 17px;
}
.liste-footer li {
  background: url(../images/puce-footer.gif) left center no-repeat;
  padding-left: 11px;
}
.liste-footer li a {
  color: #979797;
}
#liste-associes {
  margin-left: 37px;
  width: 286px;
}
#liste-cercle {
  width: 265px;
}
#bottom-footer {
  clear: both;
}
#smenu-interieur {
  margin-top: 20px;
  color: #8a0175;
}
#smenu-interieur a {
  color: #433f40;
  padding: 0 10px;
  margin: 0 5px;
}
#smenu-interieur a:hover, #smenu-interieur a.actif {
  color: #fff;
  background: #92097d;
  text-decoration: none;
}
h2.titre-rubrique {
  clear: both;
  font-size: 16px;
  color: #94017e;
  padding: 35px 0 20px 0;
}
#visu-lutte-leucemie {
  float: left;
  display: inline;
  width: 185px;
}
.detail-texte-qui {
  float: left;
  display: inline;
  margin-left: 20px;
  width: 455px;
  text-align: justify;
  font-size: 11px;
}
.detail-texte-qui p {
  font-size: inherit;
  padding-bottom: 15px;
  line-height: 17px;
  color: #433e3e;
}
.detail-texte-qui p span {
  color: #8bbb14;
  font-size: inherit;
  font-weight: bold;
  font-size: 1.2em;
}
#bulles-missions {
  float: left;
  display: inline;
  position: relative;
  margin-left: -43px;
}
#text-bulles-missions {
  float: left;
  display: inline;
  margin-left: 15px;
  width: 300px;
}
.encart-text-bulles p {
  font-size: 11px;
  color: #433e3e;
}
.encart-text-bulles .titre {
  font-size: 12px;
  color: #8bbb14;
  font-weight: bold;
}
#informer {
  margin-top: 30px;
}
#soutenir {
  margin-left: 30px;
  margin-top: 100px;
}
#apporter {
  margin-top: 110px;
}
#bt-decouvrez-newsletter {
  clear: both;
  text-align: right;
}
#left-raison {
  clear: both;
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 40px;
}
#right-raison {
  float: right;
  display: inline;
  width: 400px;
  margin-top: 40px;
  margin-right: 10px;
  text-align: justify;
  font-size: 11px;
  line-height: 17px;
  color: #433e3e;
}
#right-raison p {
  font-size: 100%;
  padding-bottom: 25px;
}
#right-raison span {
  font-size: 1.1em;
  font-weight: bold;
  color: #8bbb14;
}
#contribuer-au-combat {
  padding-top: 10px;
  font-size: 12px;
  color: #3f3f3f;
}
#right-recommandez {
  float: right;
  display: inline;
  margin-right: 30px;
  width: 220px;
  margin-top: 20px;
}
#left-recommandez {
  float: left;
  display: inline;
  width: 320px;
}

/* ------------------------------ */
/* --------- FORMULAIRE --------- */
/* ------------------------------ */
.formulaire {
  float: left;
  width: 100%;
}
.formulaire li {
  clear: both;
  float: left;
  width: 100%;
  padding: 3px 0;
}
.formulaire label {
  font-size: 12px;
}
.formulaire label.label-titre, .formulaire label.label-titre2 {
  display: block;
  float: left;
}

.formulaire label.label-titre .error {
	/*border:solid black 1px;*/
  color:red;
}

.formulaire label.label-titre2 .error {
	/*border:solid black 1px;*/
  color:red;
}

.formulaire input.input-text {
  border: 1px solid #c0bcbc;
  padding: 1px 0;
  text-indent: 2px;
  font-size: 12px;
  color: #3f3f3f;
}
#form-recommandez li.titre-form {
  color: #93017d;
  font-size: 14px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 15px;
}
#form-recommandez label {
  color: #878383;
}
#form-recommandez label.label-titre {
  width: 85px;
  font-size: 12px;
  color: #93017d;
}

#form-recommandez label.error {
  color: red;
}

#form-recommandez input.input-civilie {
  margin-right: 2px;
  margin-left: 10px;
}
#form-recommandez input.input-text {
  width: 180px;
  margin-left: 10px;
}
#form-contact {
  margin-top: 40px;
  width: 300px;
}
#form-contact label.label-titre {
  color: #93017d;
  width: 100px;
  font-size: 12px;
}

#form-contact label.error {
  color:red;
  /*border:solid black 1px;*/
}



#form-contact label.label-titre2 {
  font-size: 12px;
  color: #93017d;
}

#form-contact label.error{
	color:red;
}

#form-contact input.input-civilie {
  margin-right: 2px;
  margin-left: 10px;
}
#form-contact input.input-text {
  width: 180px;
  margin-left: 10px;
}
#form-contact textarea {
  border: 1px solid #c0bcbc;
  padding: 2px 5px;
  width: 400px;
  height: 200px;
  font-size: 11px;
  color: #3f3f3f;
  line-height: 20px;
}
/* ------------------------------ */
/* --------- FORMULAIRE --------- */
/* ------------------------------ */

#txt-message {
  clear: both;
  padding-top: 20px;
  font-size: 0.9em;
  color: #3f3f3f;
  width: 480px;
}

#txt-message span {
  font-size: 12px;
  color: #93017d;
}

#txt-message span.error {
  color:red;
}

#txt-message.error{
  color:red;
}

#label-objet {
  float: left;
  display: inline;
  margin-top: 10px;
  width: 85px;
}
#label-objet label {
  font-size: 12px;
  color: #93017d;
}
#input-object {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-top: 10px;
}
#input-object input {
  border: 1px solid #c0bcbc;
  padding: 1px 0;
  text-indent: 2px;
  font-size: 12px;
  color: #3f3f3f;
  width: 180px;
}
#rest-of-form {
  clear: both;
  float: left;
  display: inline;
  margin-left: 95px;
  margin-top: 5px;
}
#textarea-recommandez textarea {
  border: 1px solid #c0bcbc;
  padding: 2px 5px;
  width: 400px;
  height: 200px;
  font-size: 11px;
  color: #3f3f3f;
  line-height: 20px;
}
#capcha {
  padding-top: 10px;
}
#txt-capcha {
  font-size: 0.9em;
  color: #3f3f3f;
  padding-top: 3px;
}
#input-capcha {
  padding-top: 5px;
}
#input-capcha input {
border: 1px solid #c0bcbc;
  padding: 1px 0;
  text-indent: 2px;
  font-size: 12px;
  color: #93017d;
  width: 180px;  
}
#mention-capcha {
  padding-top: 5px;
  font-size: 0.9em;
  color: #3f3f3f;
  white-space: nowrap;
}
#bt-envoyer-recommandez {
  padding-top: 15px;
  text-align: right;
}
#bt-envoyer-contact {
  padding-top: 15px;
  margin-left: 250px;
}
#champs-obligatoires {
  clear: both;
  padding-top: 10px;
  color: #3f3f3f;
}
#mentions-form {
  clear: both;
  width: 550px;
  padding-top: 15px;
  font-size: 0.9em;
  color: #3f3f3f;
}
#content-naissance {
  position: relative;
  margin-top: 50px;
  margin-left: 40px;
  padding-bottom: 10px;
}
#guillemet-ouverture {
  position: absolute;
  top: 0;
  left: 0;
}
#guillemet-fermeture {
  position: absolute;
  bottom: 0;
  right: 0;
}
#text-naissance {
  margin: 0 25px;
  text-align: justify;
}
#text-naissance p {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 11px;
  color: #433e3e;
  line-height: 17px;
}
#text-naissance span {
  font-size: 100%;
}
#text-naissance span.plus-gros {
  font-size: 12px;
}
#photo-naissance {
  clear: both;
  float: left;
  display: inline;
  margin-left: 100px;
  margin-top: 40px;
}
#signature-naissance {
  float: right;
  display: inline;
  margin-top: 30px;
  margin-right: 80px;
  font-size: 12px;
  color: #95017f;
  font-family: Verdana;
}
#decouvrez-newsletter-naissance {
  clear: both;
  position: absolute;
  bottom: 15px;
  right: 0;
}
.intro-projets {
  padding-top: 25px;
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
}
#photo-engagement {
  float: left;
  display: inline;
  margin-left: 20px;
}
#right-engagements {
  float: left;
  display: inline;
  margin-left: 35px;
  margin-top: 15px;
  width: 350px;
}
#right-engagements p {
  padding-bottom: 40px;
}
#right-engagements p, #right-engagements span {
  font-size: 11px;
}
.tx-engagement {
  clear: both;
}
.tx-engagement p {
  font-size: 11px;
  padding-bottom: 15px;
  text-align: justify;
  color: #3f3f3f;
  line-height: 16px;
}
#bt-projets {
  clear: both;
  text-align: center;
  padding: 20px 0;
}
#bt-projets a {
  margin: 0 50px;
}
.intro-ressources {
  margin-right: 70px;
  padding-top: 15px;
  font-size: 11px;
  text-align: justify;
  line-height: 18px;
}
.detail-ressources {
  clear: both;
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
  background: url(../images/puce.gif) 0 3px no-repeat;
  padding-left: 20px;
}
.detail-ressources a {
  font-size: 100%;
  text-decoration: underline;
}
.detail-ressources-decale {
  clear: both;
  margin-top: 10px;
  margin-left: 45px;
  font-size: 11px;
  line-height: 16px;
}
.mention {
  margin-left: 20px;
  margin-top: 10px;
  color: #8f8f8f;
  font-size: 10px;
}
.liste-projets ul {
  float: left;
  display: inline;
  margin: 10px 0 0 50px;
  list-style-type: disc;
  width: 250px;
}
.liste-projets ul li {
  font-size: 11px;
  line-height: 20px; 
}
#left-contact {
  float: left;
  display: inline;
  position: relative;
  width: 650px;
}
#visu-contact {
  position: absolute;
  top: 70px;
  right: 55px;
}
#intro-newsletter {
  margin-right: 150px;
  padding-top: 10px;
  font-size: 12px;
  color: #3f3f3f;
}
#left-newsletter {
  float: left;
  display: inline;
  position: relative;
  width: 292px;
}
#champs-obligatoire-newsletter {
  text-align: right;
  color: #3e3e3e;
}
#bt-envoyer-newsletter {
  padding-top: 15px;
  text-align: right;
}
h2.titre-rubrique2 {
  clear: both;
  font-size: 16px;
  color: #94017e;
  padding: 35px 0 20px 0;
}
.titre-lettre-information {
  color: #3f3f3f;
  font-size: 12px;
  font-weight: bold;
}
#visu-lettre-info {
  float: left;
  display: inline;
  margin-top: 20px;
}
#liste-lettres-info {
  float: left;
  display: inline;
  margin-left: 100px;
  margin-top: 35px;
  font-size: 12px;
  color: #3f3f3f;
}
#liste-lettres-info p {
  font-size: 100%;
  color: inherit;
}
#select-liste {
  padding-top: 10px;
}
#select-liste select {
  width: 130px;
}
#select-liste a {
  margin-left: 15px;
  background: url(../images/picto-disquette.gif) left center no-repeat;
  padding: 2px 0 2px 20px;
  color: #870073;
  font-size: 11px;
  text-decoration: underline;
}
#lien-lettre-info {
  clear: both;
  padding-top: 20px;
  padding-bottom: 50px;
}
#lien-lettre-info a {
  background: url(../images/picto-disquette.gif) left center no-repeat;
  padding: 2px 0 2px 20px;
  color: #870073;
  font-size: 12px;
  text-decoration: underline;
}
.encart-projets {
  float: left;
  border: 1px solid #8cbb15;
  background: #fff;
  margin-top: 10px;
  padding: 0 20px 10px 20px;
  text-align: justify;
}
#si-souhaitez-rejoindre {
  padding: 15px 0;
  font-size: 12px;
  color: #3f3f3f;
}
#liste-temoignages {
  clear: both;
  float: left;
  display: inline;
  width: 600px;
  margin-top: 30px;
  margin-left: 50px;
  overflow: hidden;
}
#liste-temoignages .titre {
  padding-bottom: 20px;
}
#encart-temoignages {
  float: left;
  width: 100%;
  overflow: hidden;
}
#scroll-temoignages {
  float: left;
  width: 100%;
  height: 500px;
  overflow: auto;
  position: relative;
  position: relative;
}
.temoignage {
  clear: both;
  float: left;
  width: 560px;
  margin-top: 20px;
}
.photo-temoignage {
  float: left;
  width: 110px;
}
.details-temoignage {
  float: left;
  display: inline;
  position: relative;
  margin-left: 10px;
  width: 440px;
}
/*.logo-temoignage {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #b245a0;
}*/
.logo-temoignage {
	float: right;
	text-align:right;
  margin: -20px 0 5px 10px;
}
.logo-temoignage img{
	/*border: 1px solid #b245a0;*/
}

.nom-temoignage {
  font-size: 11px;
  color: #94017d;
  font-weight: bold;
}
.societe-temoignage {
  color: #8bbb13;
}
.txt-temoignage {
  font-size: 11px;
  color: #3e3c3e;
  padding-top: 20px;
  line-height: 14px;
  text-align: justify;
}
.lire-suite-temoignage {
  text-align: right;
  padding-top: 5px;
}
.lire-suite-temoignage a {
  color: #94017e;
  text-decoration: underline;
}
#text-avantages-right {
  clear: both;
  background: url(../images/bg-avantages-right.gif) bottom left no-repeat;
  width: 223px;
  min-height: 174px;
}
#text-avantages-right p.txt {
  margin-left: 20px;
  padding-top: 25px;
  width: 180px;
  font-size: 11px;
  color: #3f3f3f;
  line-height: 16px;
}
#text-avantages-right p.txt span {
  font-size: 100%;
  font-weight: bold;
}
#bottom-avantages-right {
  clear: both;
  width: 223px;
  height: 11px;
  background: url(../images/bottom-avantages-right.gif) 0 0 no-repeat;
}
.plus-avantages-right {
  clear: both;
  text-align: right;
  padding-top: 15px;
  margin-right: 15px;
}
#parrainage-right {
  clear: both;
  float: left;
  width: 223px;
  height: 233px;
  margin-top: 30px;
  margin-bottom: 45px;
  background: url(../images/bg-parrainage-right.gif) 0 0 no-repeat;
}
#parrainage-right .entete {
  padding-top: 43px;
  margin-left: 15px;
  font-size: 16px;
  color: #93017d;
  font-weight: bold;
}
#parrainage-right .txt {
  padding-top: 30px;
  margin-left: 15px;
  font-size: 11px;
  color: #3f3f3f;
  line-height: 16px;
  width: 180px;
  text-align: left;
}
#text-bulles-rejoindre {
  float: left;
  display: inline;
  margin-left: 15px;
  width: 430px;
  text-align: justify;
  color: #433e3e;
}
.encart-text-rejoindre {
  margin-top: 35px;
}
.encart-text-rejoindre p {
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 8px;
}
.encart-text-rejoindre span {
  font-size: 100%;
}
.encart-text-rejoindre .titre {
  font-size: 12px;
  font-weight: bold;
  color: #94017d;
  padding-bottom: 10px;
}
#encart-parrainage-bronze {
  margin-top: 0;
}
#intro-avantages {
  font-size: 11px;
  color: #433e3e;
  margin-right: 100px;
  text-align: justify;
}
#intro-avantages span {
  font-size: 100%;
}
#liste-avantages {
  margin-top: 20px;
  margin-right: 100px;
  text-align: justify;
}
#liste-avantages li {
  background: url(../images/puce.gif) 0 2px no-repeat;
  padding-left: 20px;
  font-size: 11px;
  color: #433e3e;
  padding-bottom: 15px;
}
#vous-souhaitez-rejoindre {
  padding-top: 15px;
  text-align: center;
}
#cliquez-ici {
  padding-top: 10px;
  text-align: center;
}
#lien-imprimer {
  float: left;
  display: inline;
  margin-top: 15px;
}
#lien-imprimer a {
  background: url(../images/picto-imprimante.gif) left center no-repeat;
  padding: 2px 0 2px 25px;
  color: #94017d;
  font-size: 11px;
}
#lien-telecharger-conditions {
  float: left;
  display: inline;
  margin-top: 15px;
}
#lien-telecharger-conditions a {
  background: url(../images/picto-disquette.gif) left center no-repeat;
  padding: 2px 0 2px 25px;
  color: #94017d;
  font-size: 11px;
}
#lien-telecharger-rejoindre {
  float: left;
  display: inline;
  margin-top: 15px;
  margin-right: 70px;
}
#lien-telecharger-rejoindre a {
  background: url(../images/picto-disquette.gif) left center no-repeat;
  padding: 2px 0 2px 25px;
  color: #94017d;
  font-size: 11px;
}
#mention-rejoignez {
  clear: both;
  padding-top: 30px;
  color: #433e3e;
  margin-right: 200px;
}
#flash-brochure {
  padding: 20px 0;
  margin-left: -43px;
}
.txt-cga {
  color: #3f3f3f;
  font-size: 11px;
  line-height: 16px;
  text-align: justify;
  margin-right: 60px;
}
.intro-cga {
  padding-top: 20px;
}
h2.titre-cga {
  clear: both;
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
  color: #8bbb13;
}
.points-cga {
  margin: 15px 60px 0 20px;
  text-align: justify;
}
.points-cga li {
  font-size: 11px;
  background: url(../images/puce.gif) 0 2px no-repeat;
  padding-left: 20px;
  padding-bottom: 15px;
}
#content-cga {
  height: 570px;
  margin-bottom: 15px;
}
.titre-page-cga {
  margin-bottom: 15px;
}
#titre-brochure {
  padding-bottom: 30px;
}
#txt-avantages {
  margin-top: 10px;
}
#txt-ref-nat {
  position: absolute;
  top: 1px;
  left: 5px;
  color: #3f3f3f;
}

#ref-footer {
  width: 990px; /* Spécifier la largeur du site, afin de le centrer */
  margin: 0 auto;
  padding-top: 20px;
  text-align: left;
}
#ref-footer * {
  font-size: 11px;
  color: #979797;
}
#ref-footer p {
  padding-bottom: 15px;
  margin: 0 45px 0 30px;
  text-align: justify;
}
#ref-footer h1, #ref-footer h2, #ref-footer h3 {
  margin: 0 30px;
}
#ref-footer a {
  text-decoration: underline;
}
/*
#ref-footer {
  clear: both;
  margin-top: 60px;
}
#ref-footer * {
  font-size: 11px;
  color: #979797;
}
#ref-footer p {
  padding-bottom: 15px;
}
#ref-footer a {
  text-decoration: underline;
}*/

.error {
  color:red;
}
#logo-c2b {
  clear: both;
  text-align: right;
  padding-top: 10px;
}
#logo-c2b a {
  font-size: 12px;
  margin-right: 8px;
  color: #3b3a3a;
}