body {
	font: 12px/1.3 Helvetica, Arial, Verdana, sans-serif;
	background: #FFF url(../img-common/back-fade.jpg) repeat-x;
	text-align:center;
	padding:0px;
	margin:0px;
	height:100%;
}

/* *** structure - start *** */

#frame {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	padding:0px;
	text-align:left;
}

#left-column {
	width:160px;
	padding:0px;
	float:left;
	background:#fff;
	height: 560px;
	margin-bottom: 4px;
}
	
#center-column {
	width:950px;
	padding:0px;
	float:left;
	background: transparent;
	}

.search-text-field {
	margin-left: 6px;
	margin-top: 6px;
	width: 120px;
	font-size: 10px;
	height: 13px;
}

.search-go-button {
	vertical-align: top;
	margin: 5px 0 0 4px;
}

#head-logo-en {
	margin: 0 4px 4px;
	background: #fff url(../img-common/logo-back-fade-corner-en.jpg) no-repeat right top;
	text-align: center;
	height: 142px;	
	border: 1px solid #ccc;
}

#head-logo-fr {
	margin: 0 4px 4px;
	background: #fff url(../img-common/logo-back-fade-corner-fr.jpg) no-repeat right top;
	text-align: center;
	height: 142px;	
	border: 1px solid #ccc;
}

#nav {
	background: #fff url(../img-common/main-nav-back-fade.jpg) repeat-x;
	margin-left: 4px;
	margin-right: 4px;
	height: 26px;
	border: 1px solid #ccc;
	text-align: center;
	padding-top: 4px;
}

#nav a:link, #nav a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	}

#nav a:hover, #nav a:focus {
	text-decoration: underline;
}

.current {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}

#content {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;;
	padding-top:0px;
	height: 100%;
	min-height: 354px;
	padding-top: 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
	
#right-column {
	width:160px;
	padding:0px;
	float:left;
	background:#fff;
	height: 560px;
	margin-bottom: 4px;
}

#logos {
	border: 1px solid #ccc;
	width:948px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:left;
	height: 50px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
#footer-row {
	font-size: 10px;
	/* background: #fff url(../img-common/search-back-fade.jpg) repeat-x; */
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* *** structure - end *** */

/* *** style - start *** */

select {
	width: 172px;
}

a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#c00;
	}

a:hover, a:focus {
	text-decoration: underline;
}
	
ul {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}

p,h1 {
	margin:0px 10px 10px 10px;
		}
		
h1 {
	font-size: 14px;
	color: #c00;
	font-weight: bold;
	padding-bottom: 10px;
}
		
div#footer-row a:link, div#footer-row a:visited {
	text-decoration: none;
}

div#footer-row a:hover, div#footer-row a:focus {
	text-decoration: underline;
}


/* *** style - end *** */

