/*Par Mathieu Chartier 
   Dimanche le 14 aout 2005*/


/* la date */
.blanc {
	font-size: 14px;
	color: #FFFFFF;
	margin: 2px;
	font-weight: bold;
}
/* pour aligner mes images  gauche des paragraphe*/
.gauche {
	float: left;
	margin-right: 5px;
}
/* pour aligner mes images   droite des paragraphe*/
.droite {
	float: right;
}
/* pour centrer des images, texte et autres l ments*/
.centrer {
	text-align: center;
}
/* Les styles pour cacher selon l'impression ou l'cran*/

.cacher1 {
	display: none;
}
.cacher2 {
	display: none;
}
.cacher3 {
	display: block;
}
/* cacher les bordure de toutes les images,, surtout pour firefoc*/
img{
	border:none;
}	
img a{
	border:none;
}	
/* Remplir le trou qui se situr entre ma banniere principal et la colonne du sondage*/
.noir {
	background-color:#000000;
	font-weight: bold;
	color: #FFFF00;
	background-image: url(img/ballon.jpg);
	background-repeat: no-repeat;
	background-position: 462px -2px;
}
.noir a{
	border: none;	
}

/* formater le script qui donne la date,,   je l'ai placer dans un p pour y arriver*/
.date {
	color: #FDE401;
	background-color: #000000;
	text-align: center;
	border-right: none;
	border-bottom: solid;
	border-left: none;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
	padding: 0px;
	border-top-style: none;
	font-size: 12px;
}

/* Formater un tableau*/

.tableau{
	text-align: center;
	border: none;
}
th {
	color: #FFE400;
	background-color: #000000;
	border: 0;
}
.vert {
	color: #F9F301;
	background-color: #339966;
	border: 0px;
}
.usa {
	color: #0000CC;
	background-color: #FFFFFF;
	
	font-weight: bold;
}
.finales{
	color: #F9F301;
	background-color: #999999;
	
	font-weight: bold;
}
.boldor {
	color: #000000;
	background-color: #FFCC00;
	
	font-weight: bold;
}
.home{
	color: #F9F301;
	background-color: #FF6600;
	
	font-weight: bold;
}
.loyola{
	color: #F9F301;
	background-color: #990033;
	
	font-weight: bold;
}
.loyola a{
	color: #F9F301;
	background-color: #990033;
	font-weight: bold;
}
input {
	color: #FDE401;
	background-color: #008848;
}
.mail {
	font-size: 16px;
	color: #2A438A;
	margin: 2px;
	font-weight: bold;
	}
	.mail a:hover{
	font-size:16px;
	color:  #00834A;
	margin: 2px;
	font-weight: bold;
	}
	.mail a:visited{
	font-size: 16px;
	color: #2A438A;
	margin: 2px;
	font-weight: bold;
	}
.com {
	margin: auto;
}
.espace {
	margin-left: 6px;
}
.noir {
	background-color: #000000;
	cursor: help;
}
.lienscalcarte a:link{
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.lienscalcarte a:hover{
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.lienscalcarte a:visited{
font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.granbyFaucons {
	background-color: #0a51a1;
	color: #FFFFFF;
}
