/* 
    Document   : decorateur
    Created on : 17 nov. 2009, 18:06:07
    Author     : Anthony Nivet <anivet@connectikup.com>
    Description:
        Style pour le contenu d'un bloc
*/

/*
  Style par défaut

  Couleurs: (default = blanc)
   - bleu     
   - vert     
   - rose     
   - rouge    
   - orange   
   - jaune    
   - marron   
   - magenta  
*/

/*
  Section du contenu du bloc (sous le titre)
  Couleur cadre : #939598 (gris)
*/
.portail_content_bloc {
  border: none;
}

/*
  Les nuances
*/

/* Default */
.portail_default .portail_content_bloc {
  background-color: #fff;
}

/* Bleu */
.portail_bleu .portail_content_bloc {
  background-color: #fff;
}
/* Vert */
.portail_vert .portail_content_bloc {
  background-color: #fff;
}
/* Rose */
.portail_rose .portail_content_bloc {
  background-color: #fff;
}
/* Rouge */
.portail_rouge .portail_content_bloc {
  background-color: #fff;
}
/* Orange */
.portail_orange .portail_content_bloc {
  background-color: #fff;
}
/* Jaune */
.portail_jaune .portail_content_bloc {
  background-color: #fff;
}
/* Marron */
.portail_marron .portail_content_bloc {
  background-color: #fff;
}
/* Magenta */
.portail_magenta .portail_content_bloc,
.portail_majenta .portail_content_bloc {
  background-color: #fff;
}

