/* 
    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 = bleu)
   - bleu     #c7e4ee
   - vert     
   - rose     
   - rouge    
   - orange   
   - jaune    #f7e19e
   - marron   
   - magenta  
*/

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

/*
  Les nuances
*/

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


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

/* Orange (CMS) */
.portail_bloc_cms .portail_content_bloc {
  background-color: inherit;
}
