/* 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 
*/


h1 {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}



td.bg
{
	background-image: url(_images/back_grunge.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

td.bgfolio
{
	background-image: url(_images/back_grungefolio.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.footerlinkgris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #707279;
}


.bt { 
font-family: arial, helvetica, sans-serif;
font-size: 10px; 
display: block;
width: 60px;
height: 20px; 
}


a.linkfooter:link {
	color: #707279;
}

a.linkfooter:visited {
	color: #8b8d94;
}

a.linkfooter:visited:hover {
	color: #1a5188;
}

a.linkfooter:hover {
	color: #1a5188;
}





.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: #4ac7da;
}

.text10pxOrange {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #e0682d;
}





.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: #4ac7da;
}

.text11pxDarkPink {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #64102c;
}





.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: #4ac7da;
}

.text12pxDarkPink {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #64102c;
}





.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;
	font-weight: bold;
	color: #4ac7da;
}

.text14pxDarkPink {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #64102c;
}




.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;
	font-weight: bold;
	color: #4ac7da;
}

.text18pxDarkPink {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #64102c;
}



/* -------------------------------------------------
                    LINK CSS
---------------------------------------------------- */

a:hover {
	color: #d94e03;
}
a:visited {
	color: #9d9fa5;
}


a.linkPink:link {
	color: #a2214b;
	text-decoration: underline;
	
}
a.linkPink:visited {
	color: #666666;
	text-decoration: underline;
}

a.linkPink:hover {
	color: #64102c;
	text-decoration: underline;
}


a.linkwhite:link {
	color: #FFFFFF;
	text-decoration: underline;
	
}
a.linkwhite:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.linkwhite:hover {
	color: #d94e03;
	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 
-------------------------------------------------------------- */
.texta { 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 border: 1px solid #666666; 
}

.textb { 
 font-size: 10px; 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #FFFFFF; 
 width: 260px;
 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;
}

