/* STANDARD CSS de Ôla! Communications inc.
   Créé par: Karine St-Onge
   Tous droits réservés
   Version: 1.05
   Date de révision: 03/13/2006 
*/

td.bg_splash
{
	background-image: url(_images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

td.div_horizontal
{
	background-image: url(_images/div_horizontal.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

td.div_vertical
{
	background-image: url(_images/div_vertical.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

table.bg_home
{
	background-image: url(_images/bg_fade-top.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #3c9428;
}



.text10px {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333
}

.text10pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
}

.text10pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #3c9428;
}

.text10pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #666666;
}




.text11px {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #333333
}

.text11pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
}

.text11pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #3c9428;
}

.text11pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #666666;
}




.text12px {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #333333
}

.text12pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

.text12pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #3c9428;
}

.text12pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #666666;
}



.text14px {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #333333
}

.text14pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text14pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #3c9428;
	font-weight: bold;
}
.text14pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}






.text18px {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #333333
}

.text16pxOrange {
	font-family: verdana, arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #f46c2a
}

.text18pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.text18pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #3c9428;
	font-weight: bold;
}

.text18pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}



/* -------------------------------------------------
                    LINK CSS
---------------------------------------------------- */

a:link {
	color: #0033CC;
}
a:hover {
	color: #3399ff;
}
a:visited {
	color: #660099;
}


a.linkwhite:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a.linkwhite:visited {
	color: #FFE5A7;
	text-decoration: underline;
}

a.linkwhite:hover {
	color: #FFCE6E;
	text-decoration: underline;
}



a.linkJaune:link {
	color: #ffd85e;
	text-decoration: underline;
	
}
a.linkJaune:visited {
	color: #feedb8;
	text-decoration: underline;
}

a.linkJaune:hover {
	color: #ffffff;
	text-decoration: underline;
}


a.linkOcre:link {
	color: #785b10;
	text-decoration: none;
	
}
a.linkOcre:visited {
	color: #5e5c3f;
	text-decoration: none;
}

a.linkOcre:hover {
	color: #c4a232;
	text-decoration: none;
}





/* -----------------------------------------------------------
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; 
 background-color: #ffffff; 
 width: 175px;
	border: 1px solid #666666; 
}
.textb { 
 font-size: 11px; 
 background-color: #ffffff; 
	border: 1px solid #666666; 
}

.bta { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;