/***********************************************/
/* style_design_header1.css                              */
/* A utiliser avec index.html  et la plupart des pages du site         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 174px;
	right: 0px;
	float: left;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}


/************* #globalNav styles **************/

#globalNav{
	position: absolute;
	width: 820px;
	min-width: 640px;
	height: 34px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	top: 190px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: relative;
	height: 20px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	color: #4587C3;
	top: 3px;
	width: 820px;
}

a.glink, a.glink:visited{
	font-size: 12px;
	color: #4587C3;
	font-weight: 500;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #999999;
	text-transform: uppercase;
}

a.glink:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4587c3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#globalLink #current{
	font-size: 12px;
	font-weight: 500;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #999999;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}

#globalLink2{
	position: relative;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	color: #4587C3;
}

a.glink2, a.glink2:visited{
	font-size: 10px;
	color: #4587C3;
	font-weight: 500;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #999999;
}

a.glink2:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #4587c3;
}

#globalLink2 #current{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}

.skipLinks {display: none;}

#trait1{
	position: absolute;
	width: 820px;
	top: 211px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#trait2{
	position: relative;
	width: 820px;
	top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#trait3{
	position: absolute;
	width: 820px;
	top: 234px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 24px;
	height: 24px;
	padding: 0px;
	color: #4587C3;
	visibility: hidden;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 14px;
	font-weight: 400;
	font-variant: small-caps;
	z-index: 100;
	left: 0px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: -0.5px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	color: #4587C3;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.subglobalNav a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4587C3;
}

