@charset "utf-8";
/* CSS Document */

/* TWO COLUMN LAYOUT CSS BEGINS | DEBUT DU CSS DE LA MISE EN PAGE DE DEUX COLONNES */
#coverBG {
background: #FFFFFF;
}

.oneColHybLtHdr #container { 
	width: 764px;  /* this will create a container 80% of the browser width */
	background:#fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 25px;
	padding:0;
	/*border: 1px solid #CCCCCC;
	
	border-left-width: 95%;
	border-left-style: hidden;border-top: #FFFFFF;
	border-right-style: hidden;
	text-align: left;  this overrides the text-align: center on the body element. */
} 

.oneColHybLtHdr #header { 
	/*background-color:#DADADA; */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(/images/banner.gif) #FFF no-repeat center top;
	margin-left: 4px;
	margin-right: 4px;	 
	background-repeat:no-repeat;
	 
	
}

 
#leftCol {
float:left;
width: 30%; 
 
padding-top: 30px;
padding-left: 10px;
padding-right: 10px;
text-align:center;
} 
#rightCol {
float:left;
width: 28%;
padding: 33px;
text-align:center;
}

#centerCol {
float:left;
width: 25%;
padding-left: 25px;
padding-right: 10px;
 
}

#engCol {
width: 25%;
height: 2em;
margin-top: 15px;
margin-left: 40px;
padding-left: 95px; 
float: left;
}

#engCol a {
text-decoration:underline;
}


#fraCol {
width: 25%;
height: 2em;
margin-top: 15px;
margin-left: 100px;
padding-left: 95px;
float: left;
}

#fraCol a {
text-decoration:underline;
}
.coverFoot {
background: #333399;
height: 7em;
text-align: center;

padding-top: 12px;
}
 
.coverFoot p a {
font-size: 115%;
color:#FFFFFF;
 
}
