@CHARSET "UTF-8";

body {
	
	background-color: #79d1e9 ;
	margin: 0;
}

/*	Header	*/

.header {
	height: 85px;	
	width: 100%;
	min-width: 1050px;
	background-color: #FFF;
	word-spacing: 150px;
}

/*	Menu First Line	*/

.line {
	
	height: 24px;
	background-image: url("./u5templ/navleft.gif");
	/*width: 100%;*/
	min-width: 1050px;
	padding-left: 75px;
	
}
.line .lien {
	
	float: left;	
	height: 100%;
	margin-right: 15px;
	border-right: 1px solid #FFF;	
	text-align: center;
}

.line a {
	color: #FFF;
	text-decoration: none;
	line-height: 23px;
	margin-right: 10px;
}

.line a:LINK {
}

.line a:VISITED {
	color: #FFF;
	text-decoration: none;
}

.line a:HOVER {
	color: #000;
	text-shadow: 2px 2px 4px #FFF;
	text-decoration: none;
}

.line a:FOCUS {
	outline: none;	
}


/*	Menu Second Line	*/


.line2 {
	
	height: 24px;
	background-image: url("./u5templ/bottomnavslice.gif");
	/*width: 100%;*/
	min-width: 1050px;
	padding-left: 75px;
	
}

.line2 .lien {
	
	float: left;	
	height: 100%;
	margin-right: 15px;
	border-right: 1px solid #FFF;	
	text-align: center;
	
}

.line2 a {
	color: #01627c;
	text-decoration: none;
	line-height: 23px;
	margin-right: 10px;
}

.line2 a:LINK {
}

.line2 a:VISITED {
	color: #01627c;
	text-decoration: none;
}

.line2 a:HOVER {
	color: #FFF;
	text-shadow: 2px 2px 4px #01627c;
	text-decoration: none;
}

.line2 a:FOCUS {
	outline: none;	
}

/*	Body	*/


.corp {
	
	width: 100%;
	min-width: 1050px;
	background-color: #FFF;	
	
}



/*	Footer	*/


.footer {
	
	height: 57px;
	/*width: 100%;*/
	min-width: 1050px;
	background-image: url("./u5templ/emailslice1.gif");
	padding-left: 300px;
}

.footer .lien {
	border-right: 1px solid #FFF;	
	float: left;
}

.footer a {
	color: #01627c;
	text-decoration: none;
	line-height: 23px;
	margin-right: 10px;
	margin-left: 10px;
}

.footer a:LINK {

}

.footer a:VISITED {
	color: #01627c;
	text-decoration: none;
}

.footer a:HOVER {
	color: #FFF;
	text-shadow: 2px 2px 4px #01627c;
	text-decoration: none;
}

.footer a:FOCUS {
	outline: none;	
}

