/**
 * Font sizes
 */
.font11pt { font-size: 11px;}
.font12pt { font-size: 12px; }
.font13pt { font-size: 13px; }
.font14pt { font-size: 14px; }
.font15pt { font-size: 15px; }
.font16pt { font-size: 16px; }
.font17pt { font-size: 17px; }
.font18pt { font-size: 18px; }
.font19pt { font-size: 19px; }
.font20pt { font-size: 20px; }
.font26pt { font-size: 26px; }

/**
 * Font colors and caps
 */
a.blue, 
.blue { color:#2785CF; }
.caps { text-transform:uppercase; }
.deepblue, 
.deepblue * { color: #0B599B !important; }
.eurogreen { color:#72a336; }
.green { color: green; }
.grey { color:#767676; }
.gris { color: #c8c8c8; }
.lire_aussi { color: #0B599B; font-weight: bold; }
.nocolor { color: inherit; }
.noir { color: #000000; }
.orange { color: #ff6600; }
.prune, 
.prune * { color: #450032 !important; }
.red,
.redjo { color: red; }
.white { color: #ffffff; }
.yellow { color: yellow; }


/**
 * Grids fix
 */
.clearer { clear: both; line-height: 0px; }

.mn-databox {
  border:2px solid #E6E6E6;
  margin-bottom:10px;
  margin-top:10px;
  padding:10px;
}
