/*---- General ----*/
* {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

body {
	font-size: 75%;
	font-family: Verdana, sans-serif;
	background-color: transparent;
}

h1, h2, h3 {
	color: #505050;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

a, a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #646464;
}

a:hover, a:active {
	color: #FF5D00;
}

a img {
	border: none;
}

/*---- Index ----*/
#index {
	float: left;
	margin-top: 10%;
}

#index a {
	text-decoration: none;
	display: block;
}

/*---- Header ----*/
#header {
	margin: 50px 0px 15px 40px;
}

#header h3 {
	font-size: 1.3em;
}

#header ul {
	list-style-type: none;
}

#header li {
	display: inline;
}

#wrap {
	margin:0;
	margin-left: 40px;
	padding: 0;	
}

/*---- Left Content ----*/
#leftcontent {
	float: left;
	height: 175px;
}

.aboutus_bg {
	background: url(images/aboutus_bg.png) no-repeat left top;
}

.address {
	margin-top: 105px;
	margin-left: 65px;
	text-align: left;
}
#leftcontent ul {
	margin-left: 65px;
	list-style-type: none;
}

.design_bg {
	background: url(images/design_bg.png) no-repeat left top;
}
 
.build_bg {
	background: url(images/build_bg.png) no-repeat left top;
}

#leftcontent a { /* définition du lien qui affichera le "calque" */
	text-decoration: none;
}

#leftcontent a:hover { /* correction d'un bug IE */
	background: none;
}

#leftcontent a span { /* définition de la balise <span> inclue dans <a> */
	display: inline;
	height: 24px;
	width: 64px;
	background-position: 0 -24px;
}

#leftcontent a:hover span { /* définition de la balise <span> au survol */
	display: inline;
	background-position: 0 0;
}

/*---- Thumbnails Positions ----*/
/* build thumbnails*/
.pos15 {
	position: absolute;
	top: 105px;
	left: 300px;
	background: url(images/build/boats/Tboats.jpg) no-repeat;
}

.pos14 {
	position: absolute;
	top: 129px;
	left: 374px;
	background: url(images/build/maison/Tmaison.jpg) no-repeat;
}

/* design thumbnails*/
.pos13 {
	position: absolute;
	top: 105px;
	left: 240px;
	background: url(images/design/whis/Twhis.jpg) no-repeat;
}

.pos12 {
	position: absolute;
	top: 140px;
	left: 284px;
	background: url(images/design/wallc/Twallc.jpg) no-repeat;
}

.pos11 {
	position: absolute;
	top: 164px;
	left: 348px;
	background: url(images/design/vag/Tvag.jpg) no-repeat;
}

.pos10 {
	position: absolute;
	top: 198px;
	left: 382px;
	background: url(images/design/alber/Talber.jpg) no-repeat;
}

.pos09 {
	position: absolute;
	top: 202px;
	left: 465px;
	background: url(images/design/totter/Ttot.jpg) no-repeat;
}

.pos08 {
	position: absolute;
	top: 225px;
	left: 570px;
	background: url(images/design/mville/Tmville.jpg) no-repeat;
}

.pos07 {
	position: absolute;
	top: 237px;
	left: 649px;
	background: url(images/design/treebench/Ttreebench.jpg) no-repeat;
}

.pos06 {
	position: absolute;
	top: 114px;
	left: 500px;
	background: url(images/design/fird/Tfird.jpg) no-repeat;
}

.pos05 {
	position: absolute;
	top: 130px;
	left: 580px;
	background: url(images/design/birdbench/Tbirdbench.jpg) no-repeat;
}

.pos04 {
	position: absolute;
	top: 156px;
	left: 684px;
	background: url(images/design/chanbench/Tchanbench.jpg) no-repeat;
}

.pos03 {
	position: absolute;
	top: 180px;
	left: 748px;
	background: url(images/design/chanw/Tchanw.jpg) no-repeat;
}

/*.pos02 {
	position: absolute;
	top: 150px;
	left: 776px;
	background: url(images/design/kitchen/Tkitchen.jpg) no-repeat;
}*/

.pos01 {
	position: absolute;
	top: 210px;
	left: 834px;
	background: url(images/design/bingbench/Tbingbench.jpg) no-repeat;
}
/*.pos16 {
	position: absolute;
	top: 235px;
	left: 910px;
	background: url(images/design/dresst/Tdresst.jpg) no-repeat;
}

.pos17 {
	position: absolute;
	top: 260px;
	left: 940px;
	background: url(images/design/everyw/Teveryw.jpg) no-repeat;
}*/

/*---- Middle Content ----*/
#content {
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	width: 420px;
}

#content img {
	border: 1px solid #000;
}

#content ul {
	float: right;
	list-style-type: none;
}

#content ul img {
	border: none;
}

/*---- Right Center ----*/
#rightcontent {
	margin-right: 4%;
	margin-left: 57%;
}

.description {
	text-transform: uppercase;
}
#rightcontent h3 {
	font-size: 1.3em;
	margin-bottom: 6px;
}

#rightcontent p {
	font-size: 1em;
	text-align: justify;
}

#rightcontent a, #rightcontent a:visited {
	font-size: 1em;
	color: #FF5D00;
}

#rightcontent a:hover, #rightcontent a:active {
	color: #646464;
}

.gray {
	color: #555555;
	margin-top: 8px;
}