/* 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;
	color: #333333
}

.text10pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #FFFFFF;
}

.text10pxYellow {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #ffd75e;
}




.text11px {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #333333
}

.text11pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
}

.text11pxYellow {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #ffd75e;
}
.text11pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #519112;
}




.text12px {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #333333
}

.text12pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

.text12pxYellow {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #ffd75e;
}

.text12pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #519112;
}




.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;
}

.text14pxYellow {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffd75e;
}

.text14pxVert {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #519112;
}




.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;
}

.text18pxYellow {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #ffd75e;
}
/* -------------------------------------------------
                    LINK CSS
---------------------------------------------------- */

a:link {
	color: #0033CC;
}
a:hover {
	color: #A93400;
}
a:visited {
	color: #330066;
}


a.linkBlue:link {
	color: #006163;
	text-decoration: underline;
	
}
a.linkBlue:visited {
	color: #00aaac;
	text-decoration: underline;
}

a.linkBlue:hover {
	color: #666666;
	text-decoration: underline;
}


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.linkFooter:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a.linkFooter:visited {
	color: #ffee99;
	text-decoration: underline;
}

a.linkFooter:hover {
	color: #ffa900;
	text-decoration: underline;
}



a.linkSubNav:link {
	color: #26698c;
	text-decoration: none;
	
}
a.linkSubNav:visited {
	color: #424242;
	text-decoration: none;
}

a.linkSubNav:hover {
	color: #0b3951;
	text-decoration: none;
}



a.linkNavy:link {
	color: #0b3951;
	text-decoration: underline;
	
}
a.linkNavy:visited {
	color: #424242;
	text-decoration: underline;
}

a.linkNavy:hover {
	color: #0b3951;
	text-decoration: underline;
}





/* -----------------------------------------------------------
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 
-------------------------------------------------------------- */


.field { 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 border: 1px solid #666666; 
}

.bta { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 
 }
option.one {
	background-color: #FFFFFF;
}
option.two {
	background-color: #F4F4F4;
}