*{
	margin: 0;
	padding: 0;
}
body {
	background: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #797f7f;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #1a275c;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
input, select, textarea{
	border: 1px solid #e1e0de;
}

/*----------------------------------------------------------------------------*/
/*ref*/
h1, .baseline{
	line-height: 9px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #BFBFBF;
}
.baseline, .baseline a{
	color: #BFBFBF;
}

/*----------------------------------------------------------------------------*/
#header{
	position: relative;
	background: #fff url(/images/commun/box-wide.png) 50% 0 no-repeat;
	margin: 0 auto;
	padding: 0 4px;
	width: 1008px;
	height: 124px;
}
#header .intro{
	padding: 68px 50px 0 405px;
	text-align: justify;
}
#header .intro p{
	position: absolute;
	left: 405px;
	bottom: 10px;
	padding: 0 20px 0 0;
}

#acs{
	position: absolute;
	top: 4px;
	left: 29px;
	display: block;
	background: #fff url(/images/commun/acs.gif) 0 0 no-repeat;
	width: 176px;
	height: 112px;
	text-indent: -5000px;
}
#header strong{
	font-size: 14px;
}
#menu{
	position: relative;
	background: #7bbfbc url(/images/commun/box-wide.png) 50% 100% no-repeat;
	margin: 0 auto;
	padding: 0 20px 4px 4px;
	width: 992px;
	height: 30px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
#menu ul{
	float: right;
	background: #389e9b;
	height: 30px;
}
#menu li{
	display: block;
	float: left;
	height: 30px;
}
#menu a{
	display: block;
	float: left;
	border-right: 1px solid #7bbfbc;
	padding: 0 20px;
	height: 30px;
	line-height: 30px; 
	color: #fff;
}
#menu a.current, #menu a:hover{
	background: #1a4a49;
}
#menu a:first-letter{
	color: #1d2d5a;
}
#menu a.current:first-letter, #menu a:hover:first-letter{
	color: #fff;
}

#locales{
}
#locales a{
	display: block;
	position: absolute;
	top: 0px;
	z-index: 2;
	border: none;
	padding: 0;
	width: 32px;
	height: 32px;
	text-indent: 5000px;
}
#goTo_en, #menu a#goTo_en:hover{
	left: 62px;
	background: url(/images/commun/flags/en.png) 0 0 no-repeat;
}
#goTo_fr, #menu a#goTo_fr:hover{
	left: 22px;
	background: url(/images/commun/flags/fr.png) 0 0 no-repeat;
}
#goTo_sp{
	left: 969px;
}

/*----------------------------------------------------------------------------*/
#main{
	position: relative;
	background: #fff url(/images/commun/box-wide.png) 50% -3px no-repeat;
	margin: 0 auto;
	padding: 0px 4px;
	width: 1008px;
	height: 683px;
}

#homePic{
	margin: 0 0 10px 0;
}
.visitor{
	font-family: "Visitor TT1 BRK", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
#hearts{
	padding: 0 18px;
	color: #1b2952;
}
#digestList{
	float: left;
	padding: 0 14px;
	height: 158px;
}
#digestList li{
	position: relative;
	float: left;
	padding: 0 0 6px;
	background: #fff url(/images/commun/box-heart.png) 50% 100% no-repeat;
	width: 245px;
	height: 140px;
}
#digestList dl{
	background: #fff url(/images/commun/box-heart.png) 50% 0 no-repeat;
	padding: 4px 4px 0 4px;
	width: 237px;
}
#digestList dt{
	display: block;
	background-color: #1b2952;
	padding: 0 0 0 10px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
}
#digestList dt a{
	color: #fff;
}
#digestList dd{
	padding: 10px;
}
#digestList h4{
	position: relative;
	z-index: 1;
	margin: 0 0 10px 0;
	width: 150px;
	font-size: 11px;
}
#digestList p{
	position: relative;
	margin: 0 0 5px 0;
	width: 130px;
	font-size: 11px;
}
#digestList p strong{
	position: absolute;
	right: 5px;
	font-size: 14px;
	color: #00837e;
}
#digestList img{
	position: absolute;
	z-index: 0;
	right: 14px;
	bottom: 16px;
	display: block;
	width: 90px;
}
#goCanon{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 245px;
	height: 140px;
	text-indent: -5000px;
}

#categs{
	padding: 0 18px;
	color: #00827e;
}
#categList{
	float: left;
	padding: 0 14px;
	height: 158px;
}
#categList li.categHeader{
	position: relative;
	float: left;
	padding: 0 0 6px;
	background: #fff url(/images/commun/box-categories.png) 50% 100% no-repeat;
	width: 140px;
	height: 245px;
}
#categList li li{
	line-height: 14px;
	font-size: 10px;
}
#categList dl{
	padding: 4px 3px 0 3px;
	background: #fff url(/images/commun/box-categories.png) 50% 0 no-repeat;
	width: 134px;
	height: 239px;
	text-align: center;
}
#categList dt{
	display: block;
	height: 136px;
	font-family: "Visitor TT1 BRK", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}
#categList dt strong{
	display: block;
	background-color: #048480;
	border-bottom: 1px solid #72bbb9;
	height: 36px;
	line-height: 36px;
	font-weight: normal;
}
#categList dt a{
	display: block;
	color: #fff;
}
#categList dt img{
	display: block;
}
#categList dd{
	background: #fff url(/images/commun/gradiant.gif) 0 0 repeat-x;
	padding: 10px 0;
	height: 83px;
}
#categList dd li a{
	color: #556766;
}

/*----------------------------------------------------------------------------*/
#footer{
	position: relative;
	background: transparent url(/images/commun/box-wide.png) 50% -994px no-repeat;
	margin: 0 auto;
	padding: 20px 4px 0;
	width: 1008px;
	text-align: center;
	font-size: 9px;
}
#footer a{
	/*color: #797f7f;*/
}


/*----------------------------------------------------------------------------*/
.relative{
	position: relative;
}
.atLeft{
	left: 0;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.fnone{
	float: none;
}
.clear{
	clear: both;
}
.lclear,#main li.lclear{
	clear: left;
}
.rclear,#main li.rclear{
	clear: right;
}
.noHeight{
	display: block;
	margin-top: -1px;
	height: 1px;
	line-height: 1px;
	font-size:1px;
}
.hidden{
	display: none;
}
.hideOverflow{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}
.hiddenOverflow{
	overflow: hidden;
}
.hidePosition{
	position: absolute;
	left: -5000px;
}
.block{
	display: block;
}
.padded{
	padding: 25px;
}
.tenPixBottomM{
	margin-bottom: 10px;
}
.twentyPixBottomM{
	margin-bottom: 10px;
}
.nomargin{
	margin: 0;
}
.noborder{
	border: none;
}
.norborder{
	border-right: none;
}
.nobborder{
	border-bottom: none;
}
.notborder{
	border-top: none;
}
.nolborder{
	border-left: none;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.autoWidth{
	width: auto;
}
.autoHeight{
	height: auto;
}
.small{
	font-size:9px;
}
.tenPixSize{
	font-size: 10px;
}
.medium{
	font-size: 14px;
}
.big{
	font-size: 24px;
}
.fontSize12{
	font-size: 12px;
}
.sixRightMargin{
	margin-right: 6px;
}

