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

body {
	float:center;
	margin:0px;
}
ul {
	list-style-type: round;
	font-size: 12px;
}
p {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

.text8px {
	font-family: verdana, arial, helvetica;
	font-size: 8px;
}

.text10px {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
}

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

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

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

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

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





.text11px {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

.text11pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

.text11pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #046338;
}

.text11pxBeige {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #ABAD8A;
}

.text11pxRed {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #920000;
}

.text11pxError {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FF0000;
}




.text12px {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}

.text12pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
}

.text12pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #046338;
}

.text12pxBeige {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #ABAD8A;
}

.text12pxRed {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #920000;
}

.text12pxError {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #FF0000;
}





.text14px {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
}

.text14pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #FFFFFF;
}

.text14pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #046338;
}

.text14pxBeige {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #ABAD8A;
}

.text14pxRed {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #920000;
}

.text14pxError {
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	color: #FF0000;
}





.text18px {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #FFF;
}

.text18pxWhite {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #FFFFFF;
}

.text18pxWhite2 {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #FFFFFF;
}


.text18pxGreen {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #046338;
}

.text18pxBeige {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #ABAD8A;
}

.text18pxRed {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #920000;
}

.text18pxError {
	font-family: verdana, arial, helvetica;
	font-size: 18px;
	color: #FF0000;
}


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

a {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}

a.text18pxWhite2 {
	color: #ffffff;
	text-decoration: none;
	text-shadow: #000000 2px 2px 2px;
	filter: DropShadow(OffX=2, OffY=2, color=#000000);
}

a.text18pxWhite2:hover {
	color: #ffffff;
	text-decoration: none;
}

a.text18pxBlack2 {
	color: #046338;
	text-decoration: none;
	}

a.text18pxBlack2:hover {
	color: #558712;
	text-decoration: none;
}

a.leftnav {
	color: #003366;
	text-decoration: none;
}

a.leftnav:hover {
	color: #006600;
	text-decoration: underline;
}


a.linkBlue: {
	color: #003366;
	text-decoration: none;
}

a.linkBlue:hover {
	color: #006600;
	text-decoration: underline;
}

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

a.linkwhite:hover {
	color: #F1BB46;
	text-decoration: underline;
}

a.printpage:link {
	color: #0033CC;
}
a.printpage:hover {
	color: #993300;
}
a.printpage:visited {
	color: #0033CC;
}


/* -------------------------------------------------
                CELLBORDER LINE FX 
---------------------------------------------------- */
table {
	border-collapse:collapse;
}

.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-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
  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; 
 background-color: #F7F7F7; 
 width: 175px;
	border: 1px solid #666666; 
}

.textb { 
 font-size: 10px; 
 background-color: #F7F7F7; 
 width: 250px;
	border: 1px solid #666666; 
}

.textc { 
 	font-size: 10px; 
 	background-color: #F7F7F7; 
	border: 1px solid #666666; 
}

.bta { 
 font-size: 10px;
}

option.one {
	background-color: #F5F5F5;
}
option.two {
	background-color: #E5E5E5;
}

/* -----------------------------------------------------------
							CALENDAR
--------------------------------------------------------------*/

a.linkCalendar:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkCalendar:visited {
	color: #04633C;
	text-decoration: underline;
}

a.linkCalendar:hover {
	color: #04633C;
	text-decoration: underline;
}
a.linkCalendarSelected:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkCalendarSelected:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.linkCalendarSelected:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* Global table properties for calendar */
table.calendar {
	border: 0px solid #BBBBBB;
}
/* Colum for Week */
td.calendarWeekCol {
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	color: #000000;
}
/* Row where year is displayed */
td.calendarYear {
	background-color: #046338;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #FFFFFF;
}
/* Row where month is displayed */
td.calendarMonth {
	background-color: #009543;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
}
/* Row where weekdays are displayed */
td.calendarWeek {
	background-color: #009543;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #E4FF8C;
}
/* Border color for outside */
td.calendarGrayBorders {
	border: 1px solid #EEEEEE;
}
/* Color for selected day / week */
td.calendarSelDay {
	background-color: #046338;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #E4FF8C;	
	font-weight: bold;
}
/* Color for all other days */
td.calendarDays {
	background-color: #88BC80;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
}
/* Color for cells without days */
td.calendarEmpty {
	background-color: #88BC80;
}
/* Color for cells withut day... but bottom row */
td.calendarEmptyWithBottom {
	background-color: #88BC80;
	border-bottom: solid;
	border-right: none;
	border-left: none;
	border-width: 1px;
	border-color: #CCCCCC;
	border-size: 1px;
}
/* CSS for month drop down ...*/
select.calendar {	
	font-size: 10px; 
 	background-color: #F7F7F7; 
	border: 1px solid #666666; 
}

.textCalendar { 
 	font-size: 10px; 
 	background-color: #F7F7F7; 
	border: 1px solid #666666; 
}

#table {
	width: 443px;
	float: left;
	height: 100px;
	margin-bottom: 10px;
}

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669900;
	line-height: 13px;
	margin-left: 14px;
	margin-top: 16px;
}

#title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669900;
	line-height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#player {
	float: right;
	height: 20px;
	width: 200px;
	margin-top: 20px;
}

.text10px2 {
	font-family: verdana, arial, helvetica;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
}

body {font-family:Arial;}
div,form,img,ol,dl,dt,dd,label {margin: 0; padding: 0; border: 0;}
table,td,tr,th{font-size:12px;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}
img{border:0;}

/*-------------------------------------------------------*/ 

.features { width:499px; border:1px solid #DEDEDE; background:#F8F8F8;}
	.features_left { display:inline; float:left; width:239px; margin:10px 0 0 0px; border:1px solid #000000; text-align: center; background:#f3f2ef;}
	.features_right { display:inline; float:right; width:239px; margin:10px 0 0 0px; border:1px solid #000000; text-align: center; background:#f3f2ef;}
	.features_centre {
	display:inline;
	float:left;
	width:499px;
	text-align: center;
	background:#eaebe2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
}
.features_centre_e {
	display:inline;
	float:left;
	width:499px;
	text-align: center;
	background:#eaebe2;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

 
.ifocus {
	width:499px;
	height:244px;
	background:#eaebe2;
	margin-right: auto;
	margin-left: auto;
}
	.ifocus_pic { display:inline; position:relative; float:left; width:380px; height:225px; overflow:hidden; margin:10px 0 0 10px; }
		.contentlist { position:absolute;left:0;top:0; }
		.contentlist li { width:380px; height:225px; overflow:hidden; display:none; list-style-type:none; margin: 0; padding: 0; border: 0;}
		.contentlist ul { margin: 0; padding: 0; border: 0;}
		.contentlist img { width:380px; height:225px;}
	.btnlist { display:inline; float:right; width:91px; margin:9px 9px 0 0;}
		.btnlist li { width:91px; height:57px; cursor:pointer; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); list-style-type:none; margin: 0; padding: 0; border: 0;}
		.btnlist ul { margin: 0; padding: 0; border: 0;}
		.btnlist img { width:75px; height:45px; margin:7px 0 0 11px; }
		.btnlist .current { background: url(../images/ifocus_btn_bg.gif) no-repeat; opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }
	.ifocus_opdiv { position:absolute; left:0; bottom:0; width:420px; height:45px; background:#000; opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50); }
	 .textlist { position:absolute; left:8px; right:8px; bottom:8px; color:#FFF; }
	 .textlist a { color:#FEF400; text-decoration:none}
		.textlist li { display:none; list-style-type:none; margin: 0; padding: 0; border: 0;}
		.textlist ul { margin: 0; padding: 0; border: 0;}
		
.sidebar {
	float:right;
	position:relative;
	overflow:hidden;
	width: 220px;
	background-color: #eaebe2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	color: #000;
}
.sidebar h4 {
	font-size: 18px;
	padding-bottom: 0px;
	margin: 0px;
}
.sidebar ul {
	font-size: 12px;
	line-height: 20px;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.sidebar h5 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.sidebar p {
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}

.smalltext {
	font-size: 8px;
	text-align: center;
	padding-bottom: 8px;
	padding-right: 100px;
	padding-left: 100px;
}
.spotlighttext p {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.spotlighttext ul {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: circle;
	margin: 0px;
}
.spotlighttext ol {
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 15px;
	list-style-position: outside;
	margin: 0px;
}

.spotlighttext strong {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -20px;
	padding-left: 0px;
	margin: 0px;
}#wrapper {display: none;
}
#footer {display: none;
}
