body, html {
	background-color: #FFFFFF ;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	table-layout: fixed;
	color: #666666;
}

.ima { float: left; margin-top: 10px; margin-right: 10px; }

img { border: 0; display:inline-block; }

.designPrincipal {
	vertical-align: top;
	text-align: left;
}

p { margin: 0px; padding: 0px; display: block; float: none; }

.center { text-align: center !important; }
.centerTable { margin: 0 auto 0 auto; text-align: center; }
.hand { cursor: hand; }

table.mainTable { width: 990px !important; table-layout: fixed; }

table { padding: 0px; margin: 0px; }

.designPrincipalGris {
	vertical-align: top;
	text-align: left;
	height: 100%;
	background-color: #E8E9EA;
	background-image: url(http://www.nouvelair.ca/images/commun/grad_menu.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

.designPrincipalBleu {
	vertical-align: top;
	text-align: left;
	height: 100%;
	background-color: #095DA7;
}


td#ombre_gauche {
	background: url(../images/commun/ombre_gauche.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 20px;
	height: 100%;
}

td#ombre_droite {
	background: url(../images/commun/ombre_droite.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 20px;
	height: 100%;
}

td.bas_en {
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	color:#aaaaaa;
	font-size: 9px;
	background-image: url(../images/commun/bas_en.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: bottom;
	width: 678px;
	height: 64px;
	text-align: left;
}

td.bas_en a, td.bas_fr a { color: #aaaaaa !important; font-weight: bold; }

td.bas_fr {
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	color:#aaaaaa;
	font-size: 9px;
	background-image: url(../images/commun/bas_fr.jpg);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: bottom;
	width: 678px;
	height: 64px;
	text-align: left;
}

.lastUpdate {
	text-align:left;
	font-size: 10px;
	color: #CCCCCC;
	padding-left: 30px;
	padding-bottom: 5px;
}

.designPrincipalBlanc {
	vertical-align: top;
	text-align: left;
	background-color: #FFFFFF;
	
}

div.contenu {
	padding: 11px;
	margin: 0;
	text-align: left;
	position: relative;
	overflow: auto;
	
	/*border: 1px solid black; */
}

div.contenu2 {
	padding: 11px;
	margin: 0;
	text-align: left;
}

div.texte { padding-left: 10px; }

.justify { text-align: justify; }
span.page_sel {	color: #008CCA; }

h1 {
	font-size: 22px;
	text-align: left;
	color: #0249b1;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

.champ {
	color: #0249b1;
	font-size: 11px;
}

.bouton {
	color: #FFFFFF;
	background-color: #008CCA;
	font-size: 11px;
	border: 1px solid #C0EEFC;
	margin: 0px;
	padding: 1px;
}

.block { display: block; }
.popUp { position:absolute;  border: 1px solid #095DA7; background-color: #FFFFFF; padding: 2px; z-index: 10000; }

.bgBlanc { background-color: #FFFFFF; }
.bgGris, .ligne1 { background-color: #E8E9EA; }
.bgGrisC, .ligne2 { background-color: #CCCCCC; }
.bgBleu { background-color: #0B73CF; color: #FFFFEC; }
.bgBleuMenu { background-color: #095DA7; color: #FFFFFF; }
.fontGrisC { color: #CCCCCC; }
.fontGris6 { color: #666666; }
.fontBlanc { color: #FFFFFF; font-weight: bold; }
.fontBleue { color: #55b6e9; font-weight: bold; }
.b { font-weight: bold; }

.u {
	color: #0249b1;
	vertical-align: middle;
	padding-right: 25px;
	font-size: 15px;
	text-align: right;
}

#image_tandem {
	 background-image:url(../images/acceuil/premier_saut.jpg);
	 width:550px;
	 height:344px;
	 display:block;
	 color:#FFFFFF;
	 font-size: 22px;
}


td.pad20 {
	padding-left:20px;
}

.faq {
	margin-bottom: 10px;
}

.faq_q {
	margin-bottom: 1px;
	font-weight: bold;
}

.faq_r {
	padding: 0px;
}

.news {
	margin-bottom: 10px;
}

.news_titre {
	font-size: 13px;
	margin-bottom: 1px;
	font-weight: bold;
}

.news_texte {
	padding-left: 0px;
}

.center { text-align:center; }
.left { text-align: left; }
.right { text-align: right; }
.vtop { vertical-align: top; }





/* LINKS */
a, a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

a.top, a.top:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.top:hover, a.top:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.pad15, a.pad15:visited {
	padding-left: 15px;
	margin-right: 5px;
	color: #666666;
	text-decoration: none;
	position: relative;
}

a.pad15:hover, a.pad15:active {
	text-decoration: underline;
}

a.pad8, a.pad8:visited {
	padding-left: 8px;
	text-decoration: none;
	position: relative;
}

a.pad8:hover, a.pad8:active {
	text-decoration: underline;
}



/** STAFF **/
div.popupStaff {
    width: 500px;
    min-height: 250px;
    max-height: 1000px;
    position: absolute;
    padding: 10px;
    z-index: 1000;
    border: 2px solid #0C5BAA; /* 0f8eff c6e2fa */
    background-color: #c6e2fa;
}

div.indentStaff 
{
   margin-top: 8px;
   padding: 3px;
   background-color: #FFFFFF;
}

div.posteDiv
{
    margin: 5px 0 20px 0;
}