/* 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 
*/

BODY {
	background-image:  url(_images/background.gif);
	background-repeat: repeat;
	background-position: top left;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333
}

td.contentDiv
{
	background-image:  url(_images/content_div.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top left;
	width: 43px;
	height: 400px;
}

td.contentBG
{
	background-color: #f9fbfc;
}

td.homeBG
{
	background-color: #E0E4E7;
	text-align: center;
	height: 394px;
}

td.smBG
{
	background-image:  url(_images/nav/sm_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 18px;
}

TD {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333
}

LI {
	display : list-item;
	list-style-image :  url(_images/arrow.jpg);
	list-style-position: inside;
}

h1 {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #586B7B;
	font-weight: bold;
	margin:0px;
	padding:0px;
}

.text10px {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #333333
}

.text10pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
}

.text10pxBlue {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #586B7B;
}

.text10pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #565656;
}

/*BOLD*/

.text10pxBoldGrey {
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	font-size: 10px;
	color: #565656;
}


.text11px {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #333333
}

.text11pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
}

.text11pxBlue {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #586B7B;
}

.text11pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #565656;
}




.text12px {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #333333
}

.text12pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

.text12pxBlue {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #586B7B;
}

.text12pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #565656;
}



.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;
}

.text14pxBlue {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #586B7B;
	font-weight: bold;
}
.text14pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #565656;
	font-weight: bold;
}



.text18px {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #333333
}

.text18pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.text18pxBlue {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #586B7B;
	font-weight: bold;
}

.text18pxGrey {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #565656;
	font-weight: bold;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
}


/* -------------------------------------------------
                    LINK CSS
---------------------------------------------------- */

a:link {
	color: #3B4751;
}
a:hover {
	color: #616A74;
}
a:visited {
	color: #3B4751;
}


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.linkblue:link {
	color: #586B7B;
	text-decoration: underline;
	
}
a.linkblue:visited {
	color: #586B7B;
	text-decoration: underline;
}

a.linkblue:hover {
	color: #84929F;
	text-decoration: underline;
}


a.subMenu:link {
	color: #414D64;
	font-size: 11px;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration: none;
	
}
a.subMenu:visited {
	color: #414D64;
	font-size: 11px;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration: none;
}

a.subMenu:hover {
	color: #4E6172;
	font-size: 11px;
	font-variant: small-caps;
	font-weight:bold;
	text-decoration: underline;
}

a.subMenu:active {
	color: #180944;
	font-size: 11px;
	font-variant: small-caps;
	font-weight:bold;
	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 
-------------------------------------------------------------- */
.goNewsButton { 
 background-image:  url(_images/home/purple_go.jpg);
 width:36px;
 height:10px;
 border: 0px;
}

.goButton { 
 background-image:  url(_images/home/home_go.gif);
 width:29px;
 height:20px;
 border: 0px;
}

.texta { 
 font-size: 10px; 
 background-color: #ffffff; 
 width: 172px;
	border: 1px solid #666666; 
}
.textb { 
 font-size: 11px; 
 background-color: #ffffff; 
	border: 1px solid #666666; 
}

.texthome { 
 font-size: 9px; 
  width: 102px;
 background-color: #ffffff; 
	border: 1px solid #666666; 
}

.bta { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 }
 
 #quotes {
 	margin:auto;
	padding:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:150px;
	text-align:right;
	float:left;
 }