/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #ABA59F;
	color: #333333;
}

#main-container {
	position:relative;
	width:982px;
	height:auto;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px none #CCCCCC;
}

#middle-border {
	padding-left: 295px;
	padding-top: 160px;
	background-color: #FFFFFF;
	background-image: url(../images/common/BKGs/middle-grad-2.jpg);
	background-repeat: repeat-y;
	padding-right: 40px;
	margin-bottom: 0px;
}

#content {
	background-color: #FFFFFF;
	text-align: left;
}

#footer {
	height:auto;
	z-index:2;
	color:#E3D9CD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 16px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #E4DACE;
}

#footer a:hover, #footer a:active {
	color: #ECE5DC;
	text-decoration: underline;
}

#left-tools-0 {
	position:absolute;
	width:160px;
	height:auto;
	z-index:3;
	left: 20px;
	top: 592px;
	color: #C53838;
	font-size: 11px;
	font-weight: bold;
	visibility: hidden;
}

#left-tools-1 {
	width:170px;
	height:auto;
	z-index:2;
	margin-left: 18px;
	margin-top: 18px;
}

#left-tools-2 {
	width:160px;
	height:142px;
	z-index:2;
	cursor: default;
	margin-left: 20px;
	margin-top: 18px;
}

#displayEN {
}

#content h1, #bottom-pane h1 {
	/* font-size: 18px; */
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CA3333;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px none #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/common/BKGs/h1-01.jpg);
	background-position: 0px 30px;
	width: 100%;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 14px;
	padding-bottom: 5px;
	width: 80%;
	background-image: url(../images/common/bullets/red-xsmall.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 16px;
}

#content h3.date {
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 0px;
	line-height: 15px;
}

#content p a:link, #content p a:visited {
	text-decoration: none;
	color: #333333;
	padding-bottom: 0px;
	border-bottom: 1px solid #ED1B23;
}

#content p a:hover, #content p a:active {
	color: #ED1B23;
	border-bottom: 1px solid #333333;
}

#content p.list, #content p.list-last {
	margin-left: 0px;
	margin-bottom: 6px;
	color: #333333;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/common/bullets/red-xxsmall.gif);
	background-position: 0px 6px;
	width: 100%;
	line-height: 15px;
}

#content p.list-last {
	margin-bottom: 20px;
}

#to-top {
	text-align: right;
	padding-bottom: 2px;
	padding-right: 24px;
}

#to-top a:link, #to-top a:visited {
	color: #CA3333;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	padding-bottom: 2px;
}

#to-top a:hover, #to-top a:active {
	border-bottom: 1px solid #CA3333;
}

.table-sep {
	margin-bottom: 14px;
	border-bottom: 1px solid #C9C1B7;
	padding-bottom: 0px;
	width: 630px;
}

table.table-rea td {
	width: 215px;
	text-align: left;
	vertical-align: top;
}

.detail-ref {
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 146px;
	margin-top: 4px;
	height: 30px;
}

.detail-tools {
	margin-bottom: 12px;
	text-align: right;
	width: 146px;
	padding-bottom: 4px;
	border-bottom: 1px solid #E8DFD4;
}

.rea-ref {
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	margin-top: 4px;
	height: auto;
}

.rea-tools {
	margin-bottom: 3px;
	text-align: right;
	width: 200px;
	padding-bottom: 4px;
	margin-top: 8px;
}

.image-thumb-horiz, .image-thumb-vertic {
	background-color: #FFFFFF;
	width: 200px;
	text-align: center;
	height: 200px;
	margin-bottom: 6px;
	border: 1px none #CCCCCC;
	vertical-align: middle;
	border-top: 1px solid #E8DFD4;
	padding-top: 12px;
}

.image-thumb-horiz {
	padding-top: 37px;
	height: 176px;
}

.image-thumb-horiz img, .image-thumb-vertic img {
	border: 1px solid #C3C3C3;
	padding: 3px;
}

.rea-descr {
	width: 236px;
	border-bottom: 1px solid #CA3333;
	margin-bottom: 22px;
	padding-bottom: 6px;
}

/* SPECIAL FLOATS TYPE STONES (3 COLS) */

#top-right-float {
	float: right;
	width:145px;
	height:auto;
	z-index:5;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 12px;
	padding-top: 6px;
	display: inline;
	border: 1px solid #E4DACE;
	background-color: #FCFBFA;
	padding-right: 6px;
}

#top-right-float h1 {
	font-size: 14px;
	color: #CA3333;
	margin-left: 16px;
	margin-bottom: 2px;
	width: auto;
	background: none;
}

#top-right-float p {
	margin-left: 16px;
	margin-right: 6px;
}

#top-right-float p.list {
	margin-left: 16px;
	margin-bottom: 5px;
	color: #666666;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/common/bullets/red-xxsmall.gif);
	background-position: 0px 5px;
	width: auto;
}

#top-right-float a:link, #top-right-float a:visited {
	color: #CA3333;
	text-decoration: none;
}

#top-right-float a:hover, #top-right-float a:active {
	text-decoration: underline;
}

#top-center-float h1 {
	color: #CA3333;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px none #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/common/BKGs/h1-01.jpg);
}
 
#bottom-pane {
	padding-top: 32px;
}

/* #bottom-pane h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CA3333;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px none #CCCCCC;
	background-repeat: no-repeat;
	background-image: url(../images/common/BKGs/h1-01.jpg);
	background-position: 0px 24px;
	width: 640px;
} */

#top-center-float {
	float: left;
	width:456px;
	height:auto;
	z-index:6;
	margin-left: 0px;
	margin-top: 0px; 
	font-size: 11px;
	text-align: justify;
	color: #666666;
	display: inline;
}

#top-center-float td {
	width:151px;
}

#top-center-float p {
	margin-left: 0px;
	margin-bottom: 8px;
}

#top-center-float p.list {
	margin-left: 16px;
	margin-bottom: 6px;
	color: #666666;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/common/bullets/red-xxsmall.gif);
	background-position: 0px 5px;
}

#top-center-float a:link, #top-center-float a:visited {
	color: #CA3333;
	text-decoration: none;
}

#top-center-float a:hover, #top-center-float a:active {
	text-decoration: underline;
}

/* END SPECIAL FLOATS TYPE STONES (3 COLS) */

/* POSITION ABSOLUTE */

#left-menu {
	position:absolute;
	width:214px;
	height:838px;
	z-index:3;
	left: 15px;
	top: 16px;
	background-image: url(../images/common/BKGs/left-menu-1.jpg);
	background-repeat: no-repeat;
}

#top-banner {
	position:absolute;
	width:674px;
	height:126px;
	z-index:4;
	top: 16px;
	right: 16px;
}

#temp-menu {
	position:absolute;
	width:175px;
	height:128px;
	z-index:2;
	left: 36px;
	top: 511px;
}

#promos-wrapper {
	width:160px;
	height:109px;
	z-index:1;
	border: 1px none #F7F3ED;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
}

#promo-text {
	position:absolute;
	width:140px;
	height:69px;
	z-index:1;
	left: 11px; 
	top: 24px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
}

#promo-text a:link, #promo-text a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#promo-text a:hover, #promo-text a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#btn-bloc-contacts {
	position:relative;
	width:180px;
	height:auto;
	z-index:2;
	margin-left: 10px;
	margin-top: 12px;
}

#txt-bloc-contacts {
	position:absolute;
	width:131px;
	z-index:1;
	left: 19px;
	top: 16px;
	color: #C53838;
	font-weight: normal;
	line-height: 16px;
}

#txt-bloc-contacts a:link, #txt-bloc-contacts a:visited {
	text-decoration: none;
	color: #C53838;
	border-bottom: 1px solid #C53838;
	padding-bottom: 1px;
}

#txt-bloc-contacts a:hover, #txt-bloc-contacts a:active {
	text-decoration: none;
	color: #C53838;
	border-bottom: 1px solid #FFFFFF;
}

#btn-bloc-share  {
	width:180px;
	height:auto;
	z-index:2;
	margin-left: 16px;
	margin-top: 6px;
}

/* END POSITION ABSOLUTE */


/* MENU ITEMS */

.menu-item, .menu-item-first, .menu-item-last {
	padding-right: 16px;
	padding-left: 12px;
	text-align: left;
	vertical-align: top;
}

.menu-item {
	padding-top: 6px;
	padding-bottom: 6px;
}

.menu-item-first {
	padding-top: 6px;
	padding-bottom: 6px;
}

.menu-item-last {
	padding-top: 6px;
	padding-bottom: 6px;
}

/* END MENU ITEMS */



.info-bloc-1 {
	width:160px;
	height:auto;
	z-index:2;
	margin-left: 20px;
	margin-top: 18px;
	background-color: #F1EAE4;
	layer-background-color: #F1EAE4;
	border: 1px none #000000;
	font-size: 11px;
	padding-bottom: 1px;
}

.info-bloc-2 {
	width:160px;
	height:auto;
	z-index:2;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #F1EAE4;
	layer-background-color: #F1EAE4;
	border: 1px none #000000;
	font-size: 9px;
	padding-top: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 4px;
}

p.info-titre {
	background-color: #B1957D;
	layer-background-color: #B1957D;
	border: 1px none #000000;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 5px;
}

p.info-texte {
	padding-left: 8px;
	margin-bottom: 4px;
}

p.info-texte-2 {
	padding-left: 8px;
	margin-bottom: 6px;
}

p.info-texte a:link, p.info-texte a:visited {
	text-decoration: none;
	color: #333333;
	padding-bottom: 0px;
	border-bottom: 1px none #ED1B23;
}

p.info-texte a:hover, p.info-texte a:active {
	color: #333333;
	border-bottom: 1px solid #ED1B23;
}

p.info-bloc2 a:link, p.info-bloc2 a:visited {
	text-decoration: none;
	color: #977859;
	padding-bottom: 0px;
	border-bottom: 1px none #ED1B23;
}

p.info-bloc2 a:hover, p.info-bloc2 a:active {
	color: #333333;
	border-bottom: 1px solid #ED1B23;
}

