*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
	background: url(aedificaImages/bg.gif) repeat-x;
	font-size: 12px;
	background-position: 100px 137px;
}
h2
{
	color: #963316;
	font-size: 16px;
	margin: 15px 0px;
}
p
{
	padding: 5px 0px;
}
ul
{
	margin: 5px 25px;
}
input, select, textarea
{
	font-size: 11px;
	border: 1px solid #7B9BB8;
}
table td
{
	padding: 5px;
}
a
{
	color: #963316;
}
#global
{
	height: 550px;
	width: 820px;
	margin: auto;
	min-width: 820px;
	min-height: 600px;
}
div#header
{
	width: 813px;
	height: 137px;
	margin: auto;
	position: relative;
	background: url(aedificaImages/logo.gif) 0% 100% no-repeat;
}

div#header h1
{
	width: 813px;
	height: 67px;
	overflow: hidden;
	text-indent: -2000px;
	background: url(aedificaImages/Top.gif) no-repeat 0% 0%;
}

div#menu
{
	position: absolute;
	left: 173px;
	top: 67px;
	width: 640px;
	height: 70px;
}

div#menu a
{
	display: block;
	float: left;
	height: 70px;
	clear: none;
}

div#menu img
{
	float: left;
}

a#lien-accueil
{
	width: 101px;
	background: url(aedificaImages/accueil_up.gif) no-repeat center center;
}

a#lien-accueil:hover
{
	background: url(aedificaImages/accueil_down.gif);
}

a#lien-service
{
	width: 142px;
	background: url(aedificaImages/services_up.gif) no-repeat center center;
}

a#lien-service:hover
{
	background: url(aedificaImages/services_down.gif);
}

a#lien-appart
{
	width: 121px;
	background: url(aedificaImages/appart_up.gif) no-repeat center center;
}

a#lien-appart:hover
{
	background: url(aedificaImages/appart_down.gif);
}

a#lien-tarifs
{
	width: 121px;
	background: url(aedificaImages/tarifs_up.gif) no-repeat center center;
}

a#lien-tarifs:hover
{
	background: url(aedificaImages/tarifs_down.gif);
}

/* content */

div#footer
{
	width: 813px;
	height: 59px;
	margin: 14px auto 0px auto;
	position: relative;
}

div#menu2
{
	display: block;
	position: absolute;
	right: 10px;
	width: 640px;
	height: 59px;
	clear: none;
}

div#menu2 a
{
	display: block;
	float: left;
	height: 59px;
	clear: none;
}

div#menu2 img
{
	float: left;
}

a#lien-infos
{
	width: 100px;
	background: url(aedificaImages/infos_up.gif) no-repeat center center;
}

a#lien-infos:hover
{
	background: url(aedificaImages/infos_down.gif);
}

a#lien-connaissance
{
	width: 105px;
	background: url(aedificaImages/conn_up.gif) no-repeat center center;
}

a#lien-connaissance:hover
{
	background: url(aedificaImages/conn_down.gif);
}

a#lien-contact
{
	width: 112px;
	background: url(aedificaImages/contact_up.gif) no-repeat center center;
}

a#lien-contact:hover
{
	background: url(aedificaImages/contact_down.gif);
}

a#lien-liens
{
	width: 111px;
	background: url(aedificaImages/liens_up.gif) no-repeat center center;
}

a#lien-liens:hover
{
	background: url(aedificaImages/lien_down.gif);
}

#content
{
    position: relative;
	background-color: white;
	height: 355px;
	width: 810px;
	margin: auto;
	overflow: hidden;
	scrollbar-shadow-color: #963316;
	scrollbar-base-color: #963316;
	margin-top: 13px; 
	margin-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
}

#acc-left
{
	position: absolute;
	width: 310px;
	left: 137px;
	top: 0px;
	padding: 30px 20px 0px 20px;
}


#acc-right
{
	position: absolute;
	width: 200px;
	left: 487px;
	top: 0px;
}

#acc-right form
{
	width: 250px;
	position: absolute;
	top: 100px;
	left: 25px;
}

span.sloggan
{
	color: #963316;
	font-size: 17px;
	font-weight: bold;
}

span.emphase
{
	color: #963316;
	font-weight: bold;
}

label.long
{
	float: left;
	width: 125px;
}
input.long, textarea.long
{
	width: 320px;
}
table.border
{
	border-collapse: collapse;
	border: 1px solid #C4BFBB;
}
table.border th, table.border td
{
	border: 1px solid #C4BFBB;
}