/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #f5efe8;
	margin-top: 30px;
	color: #646567;
}
#wrapper {
	margin: 0 auto;
	width: 900px;

}
#header {
 color: #333;
 width: 900px;
 float: left;

}
#leftcolumn {
	color: #333;
	border: 1px solid #ccc;
	background: #FFF;
	float: left;
	width: 290px;
	height: 125px;
	margin-right: 11px;
}


#content {
	float: left;
	color: #333;
	border: 1px solid #ccc;
	background: #FFF;
	width: 290px;
	height: 125px;
	display: inline;
	margin-right: 12px;
}
#content p, #leftcolumn p, #rightcolumn p {
	font-size: 9pt;
	padding: 10px;
	height: 55px;
	display:block;
	overflow:hidden;
}
#content a, #leftcolumn a, #rightcolumn a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#content-article {
	color: #333;
	background: #FFF;
	display: block;
	overflow:hidden;
	padding:5px 0px 5px 20px;
}


#rightcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #FFF;
width: 290px;
height: 125px;
 float: left;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
}

#menu {
	width: 900px;
	text-align: center;
	height: 25px;
	margin-top: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9e7742;
}

#menu ul {
  list-style: none;
}

#menu ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

#menu li a {
	text-decoration: none;
	color: #646567;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}


#menu li a:hover, #menu li a:focus, #menu li a:active {
  color: #328925;
}


.sous-menu {
	position: absolute;
	z-index: 1;
	height: 135px;
	width: 900px;
	top: 205px;
}
.sous-menu-rez {
	height: 135px;
	width: 900px;
	background-color: #7e1518;
}

.sous-menu-etage {
	height: 135px;
	width: 900px;
	background-color: #341c1d;
}

.sous-menu-relaxation {
	height: 135px;
	width: 900px;
	background-color: #7e1518;
}

.sous-menu-jardin {
	height: 135px;
	width: 900px;
	background-color: #00451d;
}


.sous-menu-plan {
	height: 360px;
	width: 230px;
	float:left;
}
.sous-menu-planacces {
	height: 390px;
	width: 230px;
	float:left;
	font-size: 10px;
}

.rubriques {
	width: 500px;
	margin-left: 200px;
}
.rubriques ul {
  list-style: none;
}

.rubriques ul li {

}

.rubriques .on {
font-weight: bold; color: #98bf0c;
}
#menu .on {
font-weight: bold; color: #9e7742;
}
.rubriques li a, .larubrique a {
	text-decoration: none;
	color: #FFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


.rubriques li a:hover, .rubriques li a:focus, .rubriques li a:active {
	text-decoration: underline;
}

.larubrique {
	width: 110px;
	float:left;
	margin-right: 15px;
	
}




.rubriquesplan {
	width: 200px;
}
.rubriquesplan ul {
  list-style: none;
}

.rubriquesplan ul li {

}

.rubriquesplan .on {
	color: #FFF;
	background-color: #745a32;
}

.rubriquesplan li a {
	text-decoration: none;
	color: #646567;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}


.rubriquesplan li a:hover, .rubriquesplan li a:focus, .rubriquesplan li a:active {
	text-decoration: underline;
}

.larubriqueplan a {
	color: #9e7742;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	text-decoration: none;
}

.equipement {
	float: left;
	height: 280px;
	width: 170px;
	margin-right: 5px;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #646567;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #646567;
}

.liensutiles {
	float: left;
	height: 320px;
	margin-right: 20px;
	color: #646567;
}
.lienitem {
	color: #333;
	display: block;
	overflow:hidden;
	margin-bottom: 10px;
	width:330px;
}
.lienitemimg {
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	
}

.lienitemtexte {
	display: block;
	float: right;
	width: 285px;
	font-size: 10px;
}
.lienitem h2, h2 {
	font-weight: bold;
	color: #5c0d0e;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

p {
	margin-bottom: 8px;
}
.decouvrez1 {
	float: left;
	width: 260px;
	margin-right: 10px;
}
.item {
	display: block;
	overflow:hidden;
}
a {
	color: #666666;
}

