/* BNPP STYLESHEET 2013 MAINTENANCE */

@font-face {
    font-family: 'bnpp_roundedregular';
    src: url('fonts/bnpp_rounded-webfont.eot');
    src: url('fonts/bnpp_rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bnpp_rounded-webfont.woff2') format('woff2'),
         url('fonts/bnpp_rounded-webfont.woff') format('woff'),
         url('fonts/bnpp_rounded-webfont.ttf') format('truetype'),
         url('fonts/bnpp_rounded-webfont.svg#bnpp_roundedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bnpp_sans_condensedbold';
    src: url('fonts/bnpp_sans_cond_bold_v2-webfont.eot');
    src: url('fonts/bnpp_sans_cond_bold_v2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bnpp_sans_cond_bold_v2-webfont.woff2') format('woff2'),
         url('fonts/bnpp_sans_cond_bold_v2-webfont.woff') format('woff'),
         url('fonts/bnpp_sans_cond_bold_v2-webfont.ttf') format('truetype'),
         url('fonts/bnpp_sans_cond_bold_v2-webfont.svg#bnpp_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {  
	padding-left: 150px;
	color:#2d2926;
}
h1 { 
	font-size: 28px; 
}

a { 
	color: #dc8100;
	text-decoration: none;
}
a:hover { 
	color: #333;
	text-decoration: none; 
}

#header {
	width : 980px;	
}

#main{
	width : 980px;
}

.flag {
	vertical-align: middle;
	margin-right : 10px;
	height:40px;
	width:40px;
}

#footer{
	width : 980px;
	height : 16px;
	margin-top : 100px;
	border : 1px gray solid;
	text-align : right;
	font-size : 10px;
	color : gray;
	padding : 0 4px;
	background-color : #f6f8f8;
	line-height:16px;
}

div p {
	font-family:bnpp_roundedregular;
	font-size:14pt;
}	

hr {
	border:none;
	height:1px;
	background-color:#00965e;
}