/* STANDARD CSS de Ôla! Communications inc.
   Créé par: Carl Durocher
   Tous droits réservés
   Version: 1.05
   Date de révision: 11/08/2003 
*/


text10px {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}

.text10pxNavy {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #1D394D;
}

.text10pxJaune {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #E7B43B;
}

.text10pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #548C2E;
}

.text10pxGris {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666666;
}

.text10pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
}






.text11px {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

.text11pxNavy {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #1D394D;
}

.text11pxJaune {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #E7B43B;
}

.text11pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #548C2E;
}

.text11pxGris {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #666666;
}

.text11pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
}






.text12px {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

.text12pxNavy {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #1D394D;
}

.text12pxJaune {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #E7B43B;
}

.text12pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #548C2E;
}

.text12pxGris {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #666666;
}



.text14px {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
}

.text14pxNavy {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #1D394D;
}

.text14pxJaune {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #E7B43B;
}

.text14pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #548C2E;
}

.text14pxGris {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #666666;
}





.text18px {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
}

.text18pxNavy {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #1D394D;
}

.text18pxJaune {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #E7B43B;
}

.text18pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #548C2E;
}

.text18pxGris {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #666666;
}

/* -------------------------------------------------
                    LINK CSS
---------------------------------------------------- */

a:link {
	color: #0033CC;
}
a:hover {
	color: #993300;
}
a:visited {
	color: #663399;
}



a.linkwhite:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a.linkwhite:visited {
	color: #FFE5A7;
	text-decoration: underline;
}

a.linkwhite:hover {
	color: #E7B43B;
	text-decoration: underline;
}


a.linkHistorypath:link {
	color: #0033CC;
	text-decoration: none;
	
}
a.linkHistorypath:visited {
	color: #993300;
	text-decoration: none;
}

a.linkHistorypath:hover {
	color: #663399;
	text-decoration: none;
}



/* -------------------------------------------------
                CELLBORDER LINE FX 
---------------------------------------------------- */

.cellBorderDottedLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.cellBorderSolidLine {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #53B322;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;	
}

.cellBorderSolidLineSquare {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 	
}

.cellBorderDottedLineSquare {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;	
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;	
}

.highlight {   
	background-color: #FFFF00;
}

/* -----------------------------------------------------------
Pour empêcher un image background d'une cellule de ce répéter
--------------------------------------------------------------
 	background-repeat: no-repeat;
	background-repeat: repeat-x; (Seulement à l'horizontal)
 	background-repeat: repeat-y; (Seulement à la vertical) 
*/



/* -----------------------------------------------------------
Pour modifier le look du "SCROLLBAR" de Internet Explorer 
--------------------------------------------------------------
* {	
	scrollbar-face-color: #EEEEEE;
	scrollbar-shadow-color: #003366;
	scrollbar-highlight-color: #003366;
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #EEEEEE;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #000000;	
     }
*/



/* -----------------------------------------------------------
                  FIELD 
-------------------------------------------------------------- */
.texta { 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 width: 150px;
	border: 1px solid #666666; 
}

.textb { 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 width: 175px;
	border: 1px solid #666666; 
}

.textc { 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 width: 75px;
	border: 1px solid #666666; 
}

.textd { 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 width: 100px;
	border: 1px solid #666666; 
}
.texte { 
 font-size: 9px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 width: 70px;
	border: 1px solid #666666; 
}
.textf { 
 font-size: 9px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 width: 25px;
	border: 1px solid #666666; 
}

.bta { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;