/* Tordinateur */
/* @group General Styles */

body {
	background: repeat url(../images/body_bg.png);
	margin: 0;
	padding: 0;
	font: 0.85em/1.4em Arial, sans-serif, Verdana;
	color: #606060;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #323c80;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}

.image-left {
	margin: 3px 3px 3px 0;
	float: left;
}

.image-right {
	margin: 3px 0 3px 3px;
	float: right;
}
	
/* @end */

/* @group Layout */
.clearer {
	clear: both;
}

.contentSpacer {
	height:320px;
	float:right;
	width:1px;
}

.sideSpacer {
	height:210px;
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

#top_grad {
	background: repeat-x url(../images/top_grad.png);
	width: 100%;
	height: 182px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#top_message {
	width: 20%;
	height: 20px;
	position: absolute;
	top: 120px;
	left: 45px;
	border: 1px solid;
	padding-left: 10px;
	z-index: 0;
}

#houseForRent {
	padding-left: 25px;
	width: 400px;
	border: 1px solid #ff7f50;
}

#houseForRent a {
	font: 1.3em comic sans MS;
	line-height: 2.1em;
	font-style: italic;
	text-decoration: none;
	color: #ff7f50;
}

#superUtilitySoftware {
	padding-left: 25px;
	width: 400px;
	border: 1px solid #808080;
}

#superUtilitySoftware a {
	font: 1.2em verdana;
	line-height: 2.1em;
	font-style: normal;
	text-decoration: none;
	color: #808080;
}


#container {
	width: 555px;
	position: relative;
	z-index: 1;
}



#pageHeader {
	width: 555px;
	height: 236px;
	background: no-repeat url(../images/header_bg.png);
}

#pageHeader img {

}

#contentContainer {
	width: 555px;
	background: repeat-y url(../images/content_bg.png);
	position: relative;
	z-index: 2;
}

#contentContainer #content {
	position: relative;
	z-index: 6;
	padding: 30px 80px 30px 40px;
}


#contentContainer #stampsTop {
	background: no-repeat url(../images/stamps_top.png);
	width: 274px;
	height: 238px;
	position: absolute;
	top: -117px;
	right: 24px;
	z-index: 3;
}


#contentContainer #stampsToplower {
	background: no-repeat url(../images/stamps_top.png);
	width: 274px;
	height: 238px;
	position: absolute;
	top: 0px;
	right: 24px;
	z-index: 3;
}


#contentContainer #stampsBottom {
	background: no-repeat url(../images/stamp_bottom_left.png);
	width: 122px;
	height: 125px;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 4;
}


#contentContainer #title {
	width: 435px;
	background: no-repeat left 45px url(../images/title_underline.png);
	height: 54px;
	position: relative;
	z-index: 5;
	margin-bottom: 10px;
	padding-top: 0;
	padding-left: 40px;
	padding-right: 80px;
}

#contentContainer #title h1 {
	line-height: 1.5em;
	font-size: 1.8em;
	font-weight: normal;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 0;
	margin: 0 0 3px;
}

#contentContainer #title h2 {
	padding-right: 80px;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: 0;
}

#sidebarContainer {
	position: absolute;
	left: 531px;
	top: 40px;
	width: 284px;
	z-index: 8;
}

#sidebarContainer #postcard {
	width: 87px;
	height: 220px;
	position: absolute;
	right: 0;
	top: 289px;
	background: no-repeat url(../images/bottom_of_card.png);
	z-index: 9;
}

#sidebarContainer #stamp {
	width: 207px;
	height: 50px;
	position: absolute;
	left: 17px;
	top: 289px;
	background: no-repeat url(../images/bottom_of_stamp.png);
	z-index: 10;
}

#sidebarContainer #sidebar {
	background: repeat-y url(../images/sidebar_bg.png) 17px 0px;
	width: 207px;
	font-size: 0.9em;
	padding-top: 50px;
}

#sidebarContainer #sidebar #sideText {
	position: relative;
	z-index: 12;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#sidebarContainer #sidebar #bottom {
	margin: 0;
	background: no-repeat url(../images/sidebar_bottom.png) 17px 0px;
	width: 207px;
	height: 26px;
}

#sidebarContainer .sideHeader {
	position: relative;
	z-index: 11;
	color: #808080;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0;
	font-weight: normal;
}

#sidebarContainer #sidebarMessage ul{
	list-style-image: url(../images/list-item.png);
	list-style-type: circle;
	list-style-position: inside;
	padding-left: 25px;
	line-height: 25pt;
}

#footer {
	width: 555px;
	background: no-repeat url(../images/footer_bg.png);
	height: 106px;
	font-family: Georgia, Times New Roman, Times, serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	padding-right: 80px;
	padding-left: 10px;
	color: #6ea09f;
}

#footer a:link, #footer a:visited {
	color: #6ea09f;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #588181;
}
	
/* @end */

/* @group Bread-crumb */

#contentContainer #content #breadcrumbcontainer {
	margin-top: 15px;
	color: #c1bcb0;
	font-size: 0.9em;
}

#contentContainer #content #breadcrumbcontainer ul {
	background: #e7e3d3;
	border: 1px solid #d8d1c4;
	padding: 2px;
	list-style-type: none;
	margin: 0;
	float: right;
}

#contentContainer #content #breadcrumbcontainer li {
	display: inline;
	background: none;
	padding: 0;
}

#contentContainer #content #breadcrumbcontainer a {
	color: #c1bcb0;
	text-decoration: none;
}

#contentContainer #content #breadcrumbcontainer a:hover {
	text-decoration: underline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */


#navcontainer {
	width: 284px;
	height: 289px;
	background: no-repeat url(../images/menu_bg.png);
	font-size: 1.1em;
}

#navcontainer #current {
	background: no-repeat left center url(../images/button_over.png);
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	line-height: 20pt;
	padding: 0;
	margin: 0;
}

#navcontainer li {
	margin-bottom: 8px;
}

#navcontainer a {
	color: #6a5e57;
	text-decoration: none;
	padding-left: 25px;
	height: 15px;
}

#navcontainer a:hover {
	background: no-repeat left center url(../images/button_over.png);
}

#navcontainer a:active {
}



/* @group Global Classes */

blockquote, .standout {
	margin: 10px 0;
	padding: 0 10px;
	font-style: italic;
	color: #939087;
	background: #e7e3d3;
	border: 1px solid #d8d1c4;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */

#contentContainer #content ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

#contentContainer #content li {
}

ul.disc li {
	padding-left: 12px;
	padding-bottom: 8px;
	background: url(../images/list_item.png) no-repeat left 6px;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
#contentContainer #content ul ul {
	margin: 8px 0 0 0;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */
/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */


