@charset "utf-8";

html,body
	{
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
.center_big {
font-size: medium;
	font-weight: bold;
	padding: 10px;
}

	
a:link, a:visited
	{
	color:#eee;
	text-decoration:none;
	font-weight: bold;
}

a:active, a:hover
{
  color:#999;
  text-decoration:none;
}

#outer_frame {
	position: absolute;
	width: 1240px;
	margin-left: -620px;
	left: 50%;
	z-index: 1;
	background-color: #FFFFFF;
	border-left-color:#141C2F;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-right-color: #141C2F;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}

#main_frame {
	padding-top: 10px;
	background-image:url(ressources/pics/generica_strapping_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	}

#footer {
	clear:both;
	padding-top:20px;
	background-image:url(ressources/pics/generica_footer.png);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#spacer_down {
padding-top: 80%;
}
	
.center_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
}
