@font-face {
    font-family: 'CenturyGothic';
    src: url('CenturyGothic.eot');
    src: url('CenturyGothic.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothic.woff') format('woff'),
         url('CenturyGothic.ttf') format('truetype'),
         url('CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('CenturyGothic-Bold.eot');
    src: url('CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('CenturyGothic-Bold.woff') format('woff'),
         url('CenturyGothic-Bold.ttf') format('truetype'),
         url('CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
}
*{
	font-family:'CenturyGothic', Tahoma, Geneva, sans-serif;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:none;
	text-decoration:none;
	font-weight:normal;
}
table th{
	font-size:13px;
	text-align:right;
	padding:6px 6px 6px 6px;
}
table td{
	font-size:12px;
	text-align:left;
	padding:6px 6px 6px 6px;
}
h1{
	font-size:21px;
	padding:6px 6px 10px 6px;
	font-family: 'CenturyGothic-Bold', Tahoma, Geneva, sans-serif;
	text-align:center;
	color:#08347a;
}
form.postuler{
	display:block;
	width:520px;
	padding:10px 10px 10px 10px;
}
form.postuler input{
	display:block;
	width:200px;
	height:18px;
	line-height:18px;
	background:#FFFFFF;
	color:#4a3f2e;
	border:1px solid #4a3f2e;
	font-family:Tahoma, Geneva, sans-serif;
}
form.postuler input.file{
	width:inherit;
	height:inherit;
}
form.postuler input.btn{
	color:#053278;
	background:#FFCE00;
	border:none;
	font-size:14px;
	height:26px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;	
    border-radius:10px;
	text-transform:uppercase;
	cursor:pointer;
}
p.ERR{
	background:#d70000;
    color:#FFFFFF;
	font-family:"Trebuchet MS";
	padding:8px 10px 8px 10px;
	margin:8px 0px 8px 0px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;	
    border-radius:10px;
	font-size:14px;
}
p.OK{
	background:#006600;
    color:#FFFFFF;
	font-family:"Trebuchet MS";
	padding:8px 10px 8px 10px;
	margin:8px 0px 8px 0px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;	
    border-radius:10px;
	font-size:14px;
}