﻿/* Global Styles */

body {
	margin:0px;
	/*background-image:url('../Photo/default/ecole_noir_et_blanc.gif');
	background-repeat:no-repeat;
	background-size: 100%;*/	
	}
		
a {
	font:11px;
	font-weight:bold;
	color: #f9f10b;
	}
	
a:hover {
	color: #FF9900;
	}
	
/* ID Styles */
#teteDeColonne{
	color:#e9cb3f;
}

#navigation td {
	border-bottom: 1px solid #FF9900;
	}

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	color: #FF9900;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	background: url("../Photo/default/mm_bullet_yellow.gif") 10px 50% no-repeat;
	}
#sousnavigation td {
	border-bottom: 1px solid #FF9900;
	}

#sousnavigation a {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FF9900;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 8px 22px;
	}
	
#sousnavigation a:hover {
	color:#FFFFCC;

	}
	
#logo {
	font:14px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing:.5em;
	line-height:30px;
	}

/* Class Styles FFFF00 */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#e9cb3f;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}
.tableauBaniere {
	width:1108;
	height:110;
	background: url("../Photo/default/bg_baniere.gif");
	background-repeat:no-repeat;
	border:0;
	padding:0;
	text-align:center;

}

.tableauLiensRapidesHaut {
	background: url("../Photo/default/bg_liens_rapides_haut.gif");
	height:42px;
	width:190px;
	text-align:center;
	border-spacing:0px;
	}
.tableauLiensRapidesBas {
	background: url("../Photo/default/bg_liens_rapides_bas.gif");
	height:42px;
	width:190px;
	text-align:center;
	border-spacing:0px;
	}
.tableauLiensRapidesCorps {
	background: url("../Photo/default/bg_liens_rapides_corps.gif");
	background-repeat:repeat-y;
	width:190px;
	text-align:center;
	border-spacing:0px;
	}

.tableauMenuGauche {
	background: url("../Photo/default/bouton_menu_gauche.gif");
	height:32px;
	width:29px;
	border-spacing:0px;
	}

.tableauMenuDroit {
	background: url("../Photo/default/bouton_menu_droit.gif");
	height:32px;
	width:29px;
	}
	
.tableauMenu {
	background: url("../Photo/default/bouton_menu.gif");
	text-align:center;
	height:32px;
	}
	
.bodyTitle {
	font:11px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#e9cb3f;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}	

.pageName {
	font:18px Arial, Helvetica, sans-serif;
	color: #e9cb3f;
	line-height:24px;
	letter-spacing:.3em;
	}
	
.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#Fe9cb3f;
	}
	
.navText {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #1F2669;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.document {
	font:14px Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-weight:bold;
	line-height:16px;
	letter-spacing:.4em;
	text-decoration: none;
}

.textDeroulant {
	font-size:25px;
}

.logoCSTL {
	margin-top:20px;
	margin-left:30px;
}

.tableauJoueurHockeyGlace {
	background-color:#CCCCCC;
	color:#000000;
	width:600px;
	height:50px;
	border:0;
}

.tableauJoueurCosom {
	background-color:#CCCCCC;
	border:2px;
	text-align:center;
	color:#000000;
}

.taleauSpectacle {
	border: 10px solid black;
	background-color:#990000;
	top:0px:
}

.annonceSpectacle tr td {
	background-color:#FFFF99;
	width:350px;
	font-family:bradley hand ITC;
	font-size:16px;
	color:#000000;
	border-spacing:0;
}

.tableauParascolaire{
	border-width:2px;
	border-color:#000000;
}

.avertissement {
	text-align:center;
	background-color:#000000;
	width:202px;
}

.avertissement a{
	color:#FFFF00;
	font-size:12px;
	text-decoration:blink;
	text-align:center;
	font-style:inherit;
	text-decoration:underline;
}

.avertissement a:hover{
	color:#FFFFFF;
	font-weight:bold;	
	
}
/* Propriété a usage multiple */

.bordurBasTebleau {
	border-bottom: 1px solid #FF9900;
}
	
.bordureGaucheTableau{
	border-left: 3px solid #FFFFFF;
}

.textCentre{
	text-align:center;
}

/* Galleri de photo*/

.gallerycontainer {
position: relative;
left:15px;
}

.thumbnail img {
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover {
background-color: transparent;
}

.thumbnail:hover img {
border: 1px solid blue;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span { /*CSS for enlarged image*/
visibility: visible;
top:inherit;
left:30%; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/***************************Section utilisé pour les menus déroulant***************************************/
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	vertical-align:middle;
	text-align:center;
	margin-top:5px;
	margin-left:-25px;
	list-style-type: none;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar ul {

	padding: 0;
	margin: 0;
	list-style: none;
}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#p7menubar a {
	display: block;
}
/*
ICI, on peut modifier l'allure des sous menus lorsqu'il s'affiche. 
En commentaire, on retrouve un chagement de background.
*/
/*
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/p7PM_dark_south.gif);
	background-repeat: no-repeat;
	background-position: right center;
}*/
/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#p7menubar li {
	float: left;
	width: 9em;
}
/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#p7menubar li ul, #p7menubar ul li  {
	background: url("../Photo/default/bouton_menu.gif");
	width: 30em;
	text-align:left;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#p7menubar ul li a  {
	/*color: #565656;*/
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
/*
Change les propriétés de l'affichage du sous menu  lorsque le menu est ouvert 
mais que la souris n'est pas par dessus.
*/
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color:#660000;
	background-image: url(mm_bg_red.gif);
	font-weight:bold;
	background-repeat: repeat-x;
}
/*
Change les propriétés de l'affichage du menu lorsque la souris navigue dans 
les sous-menus.
*/
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FF9900;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #f9f10b;
	background-color: transparent;
}
/*
Changes l'aspect visuel des éléments des sous menu lorsque la souris des au dessus.
*/
#p7menubar ul a:hover {
	/*background-color: #ffffff!important;*/
	color: #FF9900!important;
	font-size:11px;
	letter-spacing:.5em;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}

/*	#FF9900
	#FF080E
*/
