* {
	margin:0;
	padding:0;
}
body {
	background:#fff;
	font:12px/22px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color:#222;
}
/* Layout Styles Starts */

#wrapper {
	width:957px;
	margin:0 auto;
	padding:15px 0;
}
#header {
	background:url(images/header.jpg) no-repeat;
	height:97px;
	padding:21px 22px 0 22px;
	overflow:hidden;
}
#logo {
	width:386px;
	float:left;
	padding:7px 0 0 14px;
}
#logo h1 {
	background:url(images/logo2.png) no-repeat;
}
#logo h1 a {
	display:block;
	height:86px;
}
#logo h1 a span {
	display:none;
}
#heading {
	padding:10px 68px 0 0;
	float:right;
	width:350px;
}
#heading h2 {
	color:#079547;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0;
	line-height:26px;/*font-weight:normal;*/
			}
#menu {
	background:url(images/menu.jpg) no-repeat;
	height:37px;
	padding:0 45px;
	overflow:hidden;
}
#menu ul {
	width:655px;
	float:left;
	position:relative;
}
#menu li, #menu li a {
	float:left;
	display:block;
}
#menu li {
	margin:0 50px 0 0;
}
#menu li.back {
	background:url(images/menu-hover.jpg) no-repeat center bottom;
	z-index:8;
	position:absolute;
	bottom:0;
	width:9px;
	height:5px;
}
#menu li a {
	color:#fff;
	text-decoration:none;
	line-height:37px;
	text-transform:uppercase;
	font-size:11px;
}
#menu li a:hover {
	color:#ffcd47;
}
#menu li a, #menu li a:hover {
	position:relative;
	overflow:hidden;
	z-index: 10;
	cursor:pointer;
}
#search-box {
	width:131px;
	height:18px;
	float:right;
	background:url(images/search-box.jpg) no-repeat;
	margin:8px 0 0 0;
	padding:1px;
}
#search-box .search-text {
	width:102px;
	height:18px;
	font-size:11px;
	font-weight:bold;
	float:left;
	color:#ffda98;
	background:none;
	border:none;
	padding:2px 0 0 6px;
}
#search-box .search-btn {
	width:21px;
	height:18px;
	cursor:pointer;
	border:none;
	outline:none;
	float:right;
	background:none;
}
#container {
	background:url(images/container-bg.jpg) repeat-y;
	padding:25px 35px;
}
#mainarea {
	width:887px;
	text-align:center;
}

div.accueil #mainarea { width: auto; }
div.accueil.floatleft { float: none; }

#mainarea h2 span {
	color:#e56000;
}
.mblock1 {
	width:150px;
	float:left;
}
.mblock1.floatleft {
	margin:0 18px 0 0;
}
.mblock1 p {
	line-height:20px;
	text-align:justify;
}
#container #mainarea div ul {
	margin-top:30px;
}
#container #mainarea div ul li {
	float:left;
	width:244px;
	list-style:none;
}
#container #mainarea div ul li h1 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
	padding-left:3px;
}
#container #mainarea div ul li p {
	width:200px;
}
#sidearea {
	width:210px;
}
.sblock1 {
	background:url(images/sblock1-bg.jpg) repeat-y;
	margin:0 0 25px 0;
}
.sblock1-top {
	background:url(images/sblock1-top.jpg) no-repeat;
	height:36px;
	color:#fff;
	text-indent:25px;
	font-size:15px;
	line-height:32px;
}
.sblock1-bottom {
	background:url(images/sblock1-bottom.jpg) no-repeat bottom;
	padding:10px;
	font-size:11px;
	line-height:20px;
}
#container .sblock1-bottom ul {
	list-style:none;
	margin:0;
}
.sblock1-bottom li, .sblock1-bottom li.current {
	list-style:none;
	margin:0 0 3px 0;
}
.sblock1-bottom li a, .sblock1-bottom li.current a {
	font-size:10px;
	color:#5f5f5f;
	background:url(images/arrow.jpg) no-repeat 10px center;
	text-decoration:none;
	padding:0 0 0 25px;
	text-transform:capitalize;
}
.sblock1-bottom li a:hover, .sblock1-bottom li.current a {
	color:#e46000;
	background:url(images/arrow-h.jpg) no-repeat 10px center;
	text-decoration:underline;
}
.sblock1-bottom li.current {
}
#footer {
	background:url(images/footer.jpg) no-repeat;
	height:56px;
	line-height:34px;
	padding:0 40px;
	overflow:hidden;
	color:#ffedcf;
	font-size:11px;
}
#footer a {
	color:#ffedcf;
	font-weight:normal;
	margin:0 8px;
}
#footer a:hover {
	color:#fff;
}
/* Layout Styles Ends */

/* Links Styles Starts */

a.readmore {
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
}

a.top-page {float:right; padding-right:100px; font-weight:normal;}
/* Links Styles Ends */

/* Form Styles */


.input {
	border:1px solid #9f9f9f;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
}
.button1 {
	background:#f87313 url(images/btn1.jpg) repeat-x;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}
/* Form Styles */


/* Paragraph and list Styles */

#container p {
	margin:0 0 15px 0;
	line-height:17px;
	width:548px;
	color:#777
}
#container p.max {
	width:750px;
}
#container #image {
	background:red;
	float:right;
}
#container form p {
	margin:0 0 5px 0;
}
#container p img.floatleft {
	margin:0 20px 0 0;
}
#container p img.floatright {
	margin:0 0 0 20px;
}
#mainarea p img.floatleft {
	margin:10px;
}
#mainarea p img.floatright {
	margin:10px;
}
#container ul, #container ol {
	margin:0 0 0 20px;
}
#mainarea ol {
	margin:0 0 0 30px;
}
#container dt {
	font-weight:bold;
}
/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#e46000;
}
h1 {
	font-size:18px;
	font-weight:normal;
}

h1.prestation {
	background:transparent url(images/h1-prestation.jpg) scroll no-repeat left top;
	width:441px;
	height:43px;
	padding:7px 0 0 36px;
	color:#999;
}

h2 {
	font-size:22px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5, h6 {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
}
#heading h2.accroche { font-family:Georgia, "Times New Roman", Times, serif; color:#999; text-indent:inherit}
h2 { background-position:left bottom;
	background-attachment:scroll;
	background-repeat:no-repeat;
	height:133px;
	margin-top:22px;
	text-indent:-99999px}

h2#plomberie { background-image:url(images/h2-plomberie.jpg)}
h2#maconnerie { background-image:url(images/h2-maconnerie.jpg)}
h2#electricite { background-image:url(images/h2-electricite.jpg)}
h2#peinture { background-image:url(images/h2-peinture.jpg)}
h2#ravalement { background-image:url(images/h2-ravalement.jpg)}
h2#menuiserie { background-image:url(images/h2-menuiserie.jpg)}

h2#plomberie, h2#maconnerie, h2#electricite, h2#peinture,
h2#ravalement, h2#menuiserie { width:790px}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#999;
	margin:0;
	}

img {
	border:none;
}

.category { width:675px;margin:108px 0;}

img.bg-img {
	background:transparent url(images/bg-img.jpg) scroll no-repeat left center;
	padding:6px;
	float:right
	}
	
img.bg-img.maconnerie-img {
  background: none;
  border: 1px solid #ddd;
  padding: 4px;
}

.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.center {
	text-align:center;
}
.normal, .normal a {
	font-weight:normal;
}
.paddingleft85 {
	padding-left:85px;
}
.paddingleft140 {
	padding-left:140px;
}
.nomargin, p.nomargin {
	margin:0;
}
#container .imgcenter {
	margin:0 auto;
	text-align:center;
}
.width120 {
	width:120px;
}
.jforms-table {
	width:500px;
}
div.jforms-submit-buttons input.jforms-submit {
	margin:0 auto;
	border: 1px solid #7d7d7d;
	background:none;
	float:left;
	margin-left:87px;
}
.jforms-table th {
	float:left;
}
.jforms-table tr td {
}
/* Genric Styles Ends */

ul#nav-in {
margin:0;
width:890px;
border-bottom:1px dotted #9d9d9d;
border-top:1px dotted #9d9d9d;
height:39px;
line-height:3.2em;}
ul#nav-in li {
	display:inline;
margin:0 6px;
	color:#999;

}
ul#nav-in li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-style:normal;
	text-decoration:none;
}
ul#nav-in li a:hover, ul#nav-in li a.active {
	color:#444;
	text-decoration:underline;
}

.info-contact { float:right;width:340px;}
.info-contact a { color:#777;}
#contact-form { float:left; width:440px;}
#contact-form .jforms-table input[type="text"] , textarea { border:1px #7d7d7d solid}
label.jforms-label { color:#7d7d7d}

.info-contact h3,.info-contact h1 {
  font-family: Arial,Helvetica,sans-serif;
  color: #777;
}

.info-contact a {
  font-weight: normal;
}

.info-contact a:hover {
  font-weight: bold;
}

