/* CSS Document */

	

/*---resat-------------------------------*/

/** { padding:0px; margin:0px; }
html { font-size:100%; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
ol, ul { list-style: none; }
:focus { outline: 0; }
a, a:link { text-decoration: none; outline:none; }
p { padding:0px;}
.clear{ clear:both; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal; }
img { border:0;}*/

/*---fonts-------------------------------*/
@font-face {
    font-family: 'open_sansbold';
    src: url('https://www.netperles.com/modeles/netperle/fonts/opensans-bold-webfont.eot');
    src: url('https://www.netperles.com/modeles/netperle/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.netperles.com/modeles/netperle/fonts/opensans-bold-webfont.woff') format('woff'),
         url('https://www.netperles.com/modeles/netperle/fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('https://www.netperles.com/modeles/netperle/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*---main-------------------------------*/

/*body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:0px;
	margin:0px;	
}*/

.p1_button-wrap
{
	color:#fff;background:#e2eaec url(https://www.netperles.com/modeles/netperle/images/p1button_boxholder-top.jpg) no-repeat center top;
	width:192px;
	margin:10px auto 0px;
	padding:20px 0 0px 0;
	clear:both;
}

.p1_button-holder
{
	color:#fff;float:left;
	width:100%;
	padding:0px 0 80px 0;
	background:#e2eaec url(https://www.netperles.com/modeles/netperle/images/p1button_boxholder.jpg) no-repeat center bottom;
}



a.p1_side_button
{
	font-family: 'open_sansbold';
	background:url(https://www.netperles.com/modeles/netperle/images/p1_button.png) no-repeat center top;
	width:195px;
	color:#fff;
	font-size:12px;
	line-height:32px;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:0 auto 10px;
} 

a.p1_side_button:hover
{
	background:url(https://www.netperles.com/modeles/netperle/images/p1_button_active.png) no-repeat center top;
}