@charset "utf-8";
body {
	background-color:#000000;
	background-image:url(../design/bg.png);
	background-position:left;
	background-repeat:repeat-y;
	}
            
html, body {margin:0; padding:0;}

/* IE6 Hack */

* html html {height:100%;}

/* IE6 Hack */

* html body {height:100%;}

*, body {margin:0; padding:0;}

.outerContainer {
	width:100%;
	min-height:100%;
	position:absolute;
	display:block;
	height: 100%;
	background-image:url(../design/bg-cell.png);
	background-position:right;
	background-repeat:no-repeat;
	overflow:visible;
	}

/* IE6 Hack */
 
* html .outerContainer {height:100%;}

.mainDiv {
	margin-left:250px;
	width:600px;
	min-height:100%;
	position:absolute;
	display:block;
	height: 100%;
	}
.contentdiv {
	height:220px;
	position:absolute;
	top:50%;
	margin-top:-110px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	}
.hexfacto {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
.hexfacto1 {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
}
.telephone {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.courriel a {
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.courriel a:hover {
	color:#ba274b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}