body {
	background-image: url(Media/OAC_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.smallwhite {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.MedWhite {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.Vert10 {
	color: #497205;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #669900;
}
a:visited {
	color: #669900;
}
a:hover {
	color: #336600;
	

}
a:active {
	color: #669900;
}

.std_link a:link {
	color: #003366;
}
.std_link a:visited {
	color: #003366;
}
.std_link a:hover {
	color: #006699;
}
.std_link a:active {
	color: #003399;
}

.menu_link a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color: #FFFFFF;
	text-decoration: none;
}
.menu_link a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color: #003333;
	text-decoration:underline;
}
.menu_link a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;	
	color: #FFFFFF;
	text-decoration: none;
}
/*----====================== CHROME MENU =======================----*/
/*----======== Adapted and commented by Andre Arsenault - Art Systems Canada Inc. ==========------*/

.chromestyle{
width: 99%;
font-weight:normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0px; 
clear: both; 
visibility: hidden;
}

/*------ MENU PRINCIPAL ----------*/
.chromestyle ul{
border: 0px solid #BBB; 			/* BORDURE DU MENU PRINCIPAL */
width: 100%; 						/* Largeur total du menu - peut etre en px au lieu de %*/
/*background: url(chromebg2.gif) 	/*center center repeat-x; /*THEME CHANGE HERE*/
/*background-color: #339900; 		/* Option de couleur de background du menu */
padding: 0px 0px;					/*Espacement du menu principal*/
margin: 0px;
text-align: center; 				/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	/*color: #494949;*/
	padding: 5px 0px; 				/*Padding - premiere valeur POSITION vertical - seconde valeur horizontale*/
	margin: 0px;
	text-decoration: none;			/*border-right: 0px solid #DADADA; /*Séparateurs en les option de menu */
	font-family: Arial, Helvetica, sans-serif; /*type de fonte du menu principal */
	color: WHITE; 					/* Couleur de la fonte du menu principal */
	font-size: 11px; 				/*Taille de la fonte du menu principal */
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration:underline;
}


/* ----============ Style for Drop Down Menu ==========---- */

.dropmenudiv{
position:absolute;
filter:alpha(opacity=95);		/* This set the transparency level for the drop down (as well as the line below for Gecko) */
opacity: 0.95;					/* 1.0 is pure solid - 0.1 is 10% transparency */
top: 0;							/*border: 1px solid #BBB; /*THEME CHANGE HERE - BORDURE DU DROP DOWN */
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px; 				/*Taille de la police du drop down */
line-height:16px; 				/*hauteur des cellules du drop down */
z-index:100;
background-color: #588C06; 		/*couleur de fond des cellules du drop down */
width: 125px; 					/*LARGEUR DU DROP DOWN - SINON SPÉCIFIÉ DANS LE STYLE*/
visibility: hidden;				/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{ /*This is the content of the drop down menu */
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0; /*padding des cellules du drop down */
font:arial 11px Arial;
text-decoration: none; 				/*Souligné. Lorsqu'actif les hyperliens du drop down ne sont pas soulignés*/
font-weight: normal; 				/* corps de la fonte - normal, bold */
color: WHITE;
}

* html .dropmenudiv a{ 				/*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 				/*c'est la couleur du HOVER ici*/
background-color: #7EC215; 			/* COULEUR DE FOND DU HOVER */
font-weight: normal; 				/* corps de la fonte - normal, bold */
color: white; 						/* C'EST LA COULEUR DU HOVER ICI */
/*text-decoration:underline;*/
}



/* ============= second level drop down menu ===================*/
.Sidedropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE - BORDURE DU DROP DOWN */
border-bottom-width: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px; /*Taille de la police du drop down */
line-height:16px; /*hauteur des cellules du drop down */
z-index:100;
background-color: #588C06; /*couleur de fond des cellules du drop down */
width: 125px; /*LARGEUR DU DROP DOWN*/
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.Sidedropmenudiv a{ /*This is the content of the drop down menu */
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0; /*padding des cellules du drop down */
font:arial 11px Arial;
text-decoration: none; /*Souligné. Lorsqu'actif les hyperliens du drop down ne sont pas soulignés*/
font-weight: normal; /* corps de la fonte - normal, bold */
color: WHITE;
}
* html .Sidedropmenudiv a{ /*IE only hack*/
width: 100%;
}

.Sidedropmenudiv a:hover{ /*THEME CHANGE HERE ** c'est la couleur du HOVER ici*/
background-color: #7EC215;
font-weight: normal; /* corps de la fonte - normal, bold */
color: white;

}

