@font-face {
	font-family: "Goudy";
	font-style: normal;
	font-weight: normal;
	src: url("fonts/GoudyBookletter1911.ttf") format("opentype");
}

html, body {
	color: #2e2e1c;
	font-size: 14px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 8px;
	line-height: 1.2em;
}

/* headings */

h1, h2, h3, h4 {
	font-family: Goudy, Arial;
	color: #e26f1e;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 5px;
}
h1 { font-size: 3em !important; margin-top: 0; }
h2 { font-size: 2em !important; }
h3 { font-size: 1.5em !important; }
h4 { font-size: 1.2em !important; }

/* /headings */


/* links */

a, a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #e26f1e;
	background: transparent;
	border: 0 none;
	padding: 0 2px;
}
a:hover {
	color: #2e2e1c;
	background: #c4c1b7;
	border-bottom: 1px solid #a09a8a;
}


a.button, a.button:link, a.button:visited {
	display: -moz-inline-box;
	display: inline-block;
	height: 37px;
	width: auto;
	position: relative;
	text-decoration: none;
	font-weight: normal;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	background: transparent;
	border: 0;
	/*float: left;*/
}
a.button span, a.button:link span, a.button:visited span {
	display: block;
	height: 37px;
	line-height: 34px !important;
	line-height: 32px;
	margin: 0 18px;
	color: white;
	background: transparent url('images/button_bg.png') repeat-x 0 0;
	background-position: 0 0;
}
a.button i, a.button:link i, a.button:visited i {
	display: block;
	width: 18px;
	height: 37px;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url('images/button_left.png') no-repeat 0 0;
	background-position: 0 0;
}
a.button em, a.button:link em, a.button:visited em {
	display: block;
	width: 18px;
	height: 37px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent url('images/button_right.png') no-repeat 0 0;
	background-position: 0 0;
}
a.button:hover span, a.button:hover i, a.button:hover em {
	background-position: 0 -37px;
}

#mas_header a, #mas_header a:link, #mas_header a:visited {
	background: none;
	border: 0 none;
}

/* /links */

/* forms */

input.ok {
	color: white;
	width: 41px;
	height: 27px;
	background: transparent url('images/button_small.png') no-repeat 0 0;
	text-align: center;
	border: 0 none;
	padding: 0;
	vertical-align: middle;
}
input.ok:hover {
	background-position: 0 -27px;
}

input.text {
	height: 24px;
	border: 1px solid #aba699;
	background: white url('images/input.png') repeat-x top left;
	line-height: 14px;
	padding: 0;
	vertical-align: middle;
}

/* /forms */

#mas_main .mas_right {
	text-align: center;
}

#mas_main .welcome {
	margin: 0 5px;
	padding: 0;
	position: relative;
	top: -10px;
	font-size: 1em !important;
}
#mas_main .welcome span {
	display: block;
	font-family: Goudy, Arial;
	width: 100%;
}
#mas_main .welcome span.line-1 {
	font-size: 2.1em;
}
#mas_main .welcome span.line-2 {
	font-size: 8em;
	color: #e26f1e;
}
#mas_main .welcome span.line-3 {
	font-size: 1.7em;
	text-align: right;
}
#mas_main .welcome span.line-4 {
	font-size: 2.6em;
	text-align: right;
	color: #e26f1e;
}

#mas_main ul {
	list-style-positon: inside;
	list-style-type: disc;
	margin-left: 10px;
}
#mas_main ul li {
	margin-left: 20px;
	margin-bottom: 5px;
}

#mas_footer .content {
	width: 100%;
	text-align: center;
	color: white;
	margin-top: 70px;
	line-height: 1.3em;
	font-size: 0.9em;
}



/* realisations */

#table_realisations a, .table_realisations a {
	display: block;
	width: 205px;
	height: 120px;
	position: relative;
	background: none;
	border: 0 none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#table_realisations a span, .table_realisations a span {
	display: none;
	width: 205px;
	height: 120px;
	background: #e26f1e;
	color: white;
	font-size: 1.2em;
	position: absolute;
	left: 0;
	top: 0;
	text-align: left;
	padding: 5px;
}