* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	background: url(img/back.jpg) fixed;
	color: #130d02;
	font-size: 14px;
	font-family: Georgia;
	padding: 25px 0 150px 0;
}
#all {
	width: 700px;
	margin: auto;
}
#mask, #loading, #contactMessage {
	position: fixed;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #6d6d6d;
	z-index: 20;
	top: 0px;
	zoom: 1;
}
#loading {
	z-index: 40;
	background: #6d6d6d url(img/loading.png) no-repeat center center;
}
#contactMessage {
	z-index: 35;
	margin-top: 190px;
	background: none;
}
#diapo {
	position: absolute;
	background: none;
	width: 100%;
	z-index: 30;
	top: 0;
	cursor: pointer;
	zoom: 1;
}
#diapo .box {
	width: 700px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#diapo img {
	margin-bottom: 5px;
	border: 5px solid #7d7e7e;
	display: block;
}

a {
	color: #000000;
}

h1, h3, h4, h5, h6 {
	text-transform: uppercase;
}

.shadow {
	position: absolute;
	margin: 1px 0 0 0;
}
.shadow a {
	color: #73777a;
}
.shadow a:hover {
	color: #96adba;
}

/*
// HEADER
*/
#header {
	height: 132px;
	min-height: 132px;
	max-height: 132px;
}
#header img {
	float: left;
	margin: 0 30px 0 20px;
}
#header h1 {
	font-size: 36px;
	padding: 25px 0 0 0;
}
#header h2 {
	font-size: 21px;
	font-weight: normal;
	padding: 5px 0 0 0;
}

#header .shadow {
	color: #94765b;
}

/*
// CADRE
*/
.cadre {
	padding: 20px 0 0 0;
}
.cadre .top, .cadre .bottom {
	height: 6px;
	min-height: 6px;
	max-height: 6px;
}
.cadre .top {
	background: url(img/cadre_top.png) no-repeat bottom;
}
.cadre .bottom {
	background: url(img/cadre_bottom.png) no-repeat top;
}
.cadre .middle {
	background: url(img/cadre_middle.png) repeat-y;
	padding: 15px 15px 19px 15px;
	color: #031725;
}

.cadre .shadow {
	color: #73777a;
}

/*
// CONTENT
*/
.content {
	padding: 40px 15px 0 15px;
	background: url(img/filet.png) no-repeat 25px 52px;
}
.content h3 {
	padding: 0 7px 0 0;
	font-size: 18px;
	font-weight: normal;
	display: inline;
	background: url(img/back.jpg);
}
.content p {
	padding: 5px 0 0 0;
	line-height: 24px;
}
.content p img {
	position: absolute;
	margin: 5px 0 0 0;
}
.content p sup {
	font-size: 11px;
}

.content .shadow {
	color: #70675f;
}

.content .shadow h3 {
	background: none;
}
.content .shadow b {
	color: #564b3d;
}
.content p .shadow img {
	display: none;
}

/*
// FOOTER
*/
#footer {
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: url(img/footer_back.png) repeat-x bottom;
	font-size: 11px;
	text-align: center;
	z-index: 10;
}
#footer, #footer a {
	color: #969696;
} 
#footer .center {
	background: url(img/footer_back_center.png) no-repeat bottom center;
	height: 150px;
	min-height: 150px;
	max-height: 150px;
}
#footer .center input {
	margin: 80px 0 0 0;
}

#footer .shadow {
	display: block;
	width: 100%;
	margin: -1px 0 0 0;
}
#footer .shadow a, #footer .shadow {
	/*color: #173749;*/
	color: #473923;
}
#footer .shadow a:hover {
	color: #09527c;
}

/*
// CONTACT
*/
#contact {
	position: fixed;
	width: 100%;
	z-index: 30;
	zoom: 1;
}
#contact .box {
	width: 494px;
	margin: auto;
	margin-top: 50px;
	font-size: 11px;
	text-align: right;
}
#contact, #contact a {
	color: #969696;
}
#contact .top {
	height: 70px;
	min-height: 70px;
	background: url(img/contact_top.png) no-repeat bottom;
	padding: 20px 20px 0 0;
}
#contact .top p {
	margin: 0 20px 0 0;
}
#contact .top p b {
	font-size: 14px;
}
#contact .bottom {
	height: 20px;
	min-height: 20px;
	background: url(img/contact_bottom.png) no-repeat top;
}
#contact .middle {
	background: url(img/contact_middle.png) repeat-y;
	text-align: center;
}
#contact .filet_top, #contact .filet_bottom  {
	height: 25px;
	min-height: 25px;
	background: url(img/contact_filet_top.png) no-repeat center center;
}
#contact .filet_bottom {
	background: url(img/contact_filet_bottom.png) no-repeat top center;
}
#contact .middle input, #contact .middle textarea {
	background: url(img/contact_input_back.jpg);
	border: none;
	border-top: 1px solid #3c3c3c;
	border-bottom: 1px solid #a1a1a1;
	font-size: 11px;
	font-family: Georgia;
	padding: 2px 5px 2px 5px;
	color: #e4e5e6;
}
#contact textarea {
	margin: 5px 0 0 0;
}
#contact table {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	border-collapse: collapse; 
	border: none;
}
#contact table td {
	text-align: left;
	padding: 0 0 5px 0;
	width: 91px;
}
#contact table td p {
	text-align: right;
	margin: 0 10px 0 0;
}
#contact .middle .send {
	background: none;
	border: none;
	margin: 10px 0 0 0;
}


#contact .shadow {
	display: block;
	color: #473923;
	margin: auto;
	margin-top: -1px;
	width: 494px;
}
#contact .top .shadow {
	width: 454px;
}
#contact .shadow a {
	color: #173749;
	margin-right: -1px;
}
#contact .shadow a:hover {
	color: #09527c;
}
#contact table td p .shadow {
	width: 81px;
}

/*contactMessageBox*/
#contactMessageBox {
	width: 470px;
	margin: auto;
	background: transparent url(img/contact_middle.png) repeat-y center;
	line-height: 20px;
	font-size: 11px;
	text-align: center;
}
#contactMessageBox, #contactMessageBox a {
	color: #969696;
}

#contactMessageBox .shadow  {
	display: block;
	width: 470px;
	color: #473923;
	margin-top: -1px;
	margin-left: -1px;
}
#contactMessageBox .shadow a {
	color: #173749;
	margin-right: -1px;
}
#contactMessageBox .shadow a:hover {
	color: #09527c;
}

