﻿body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}



.h3Welcome {
	line-height: 15px;
}

h3, .h3Size, .big, .fontSize140 
{
	font-size: 13.5pt;
}
h1, .h1Size, .fontSize160 
{
	font-size: 15.0pt;
}

h2, .h2Size, .fontSize150 
{
	font-size: 14.0pt;
}

h4, .h4Size, .fontSize130 
{
	font-size: 13.0pt;
}
h5, .h5Size, .fontSize120 
{
	font-size: 11.5pt;
}
.fontSize115 {
	font-size: 11.0pt;
}
h6, .h6Size, .fontSize110, h1.headline, h2.headline, h3.headline, h4.headline, h5.headline, h6.headline {
	font-size: 10.5pt;
}

a,  a:active, a:link ,a:focus
{
    font-size: 12px;
    color: #49574b;
    font-weight: bold;
    text-decoration:underline;
    cursor: auto;
}
 a:hover
{
    font-size: 12px;
    color: #660000;
    font-weight: bold;
    text-decoration:underline;
    cursor: auto;
}


 a:visited 
{
    font-size: 12px;
    color: #6A006A;
    font-weight: bold;
    text-decoration:none;
    cursor: auto;
}
a.whats_new
{
    font-size: 11px;
    color: #49574b;
    
    text-decoration:none;
    cursor: auto;
}
a.whats_new:hover
{
    font-size: 11px;
    color: #49574b;
    
    text-decoration:underline;
    cursor: auto;
}
a.whats_new:visited
{
    font-size: 11px;
    color: #888888;   
    text-decoration:none;
    cursor: auto;
}
a.next_previous
{
 color: #ffffff;
 background-color: transparent; 
    
}
a.next_previous:hover
{
 color: #cccccc;
 background-color: transparent; 
 
}
 a.welcome:hover
{
 color: #cccccc;
 font-size: 13.0pt;
 background-color: transparent;     
}


 a.welcome
{
 color: #660000;
 font-size: 13.0pt;
 background-color: transparent; 
}

/* TEXT UTILITY CSS BEGINS | DEBUT DU CSS D'UTILITE DE TEXTE */
.noWrap {
	white-space: nowrap;
}
.doubleLineSpace {
	line-height: 24.0pt;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.black {
	color: #000000;
	background-color: transparent;
}
.white {
	color: #FFFFFF;
	background-color: transparent;
}
.red {
	color: #660000;
	background-color: transparent;
}
.blue {
	color: #0000FF;
	background-color: transparent;
}
.green {
	color: #54644d;
	background-color: transparent;
}
.grey {
	color: #999999;
	background-color: transparent;
}
.deepyellow {
	color: #FFCC33;
	background-color: transparent;
}
.blackBG {
	background-color: #000000;
}
.whiteBG {
	background-color: #FFFFFF;
}
.redBG {
	background-color: #660000;
}
.blueBG {
	background-color: #0000FF;
}
.greenBG {
	background-color: #54644d;
}
.greenBG2{
  background-color: #659A41;
}
.lightgreyBG {
	background-color: #CCCCCC;
}
.redBG {
	background-color: #660000;
}
.lightgreyBGBOLD {
	background-color: #CCCCCC;
	font-weight:bold;
}

.deepyellowBG {
	background-color: #FFCC33;
}	
div.boxtxt{
  border-style: solid;
  border-width: 1px;
  border-color: #CB2128;
	padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
