/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	border-collapse: collapse;
	text-decoration: none;
	list-style: none;
}

body {
	background: #b05b3f;
}
div#utile {
	background: url(../img/bg_body.jpg) no-repeat center;
	width: 960px;
	height: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -465px
}
h1 {
	display: none;
}

a#contacts {
	display: block;
	position: relative;
	top: 295px;
	left: 180px;
	color: #1f1b1c;
	font-size: 1.3em;
	padding: 0 0 0 35px;
	font-family: "Myriad Pro", Arial, sans-serif;
	color: #1f1b1c;
	background: url(../img/pic_contact.gif) no-repeat;
	width: 150px;;
}

div#siege {
	position: relative;
	top: 440px;
	left: 225px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
}
div#siege strong {
	display: block;
}
div#siege a {
	color: #1f1b1c;
}
div#siege span {
	display: block;
	margin: 10px 0 0 0;
}
div#siege span, div#siege span a {
	color: #742416;
}



div#utileInt {
	background: url(../img/bg_body_int.jpg) no-repeat center top;
	width: 960px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -465px
}

table#tabloContacts {
	width: 760px;
	margin: 200px auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
table#tabloContacts caption {
	display: none;
}
table#tabloContacts th,
table#tabloContacts td {
	vertical-align: text-bottom;
	margin: 0 0 1px 1px;
	text-align: left;
}

table#tabloContacts th {
	background: #82371e;
	color: #efdbb9;
	border-bottom: solid 1px #b05b3f;
	border-right: solid 1px #b05b3f;
	padding: 3px;
}
table#tabloContacts td {
	color: #1f1b1c;
	background: #d9a17e;
	border-bottom: solid 1px #82371e;
	border-right: solid 1px #82371e;
	padding: 6px;
}
table#tabloContacts td a {
	display: block;
	color: #933422;
	font-weight: bold;
}
