 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #eaeaea url(bg.jpg	) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #676767;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #83b147;
	text-decoration: underline;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
#sidebar h2, #sidebar h3 { color: #cf9071; font-size:13pt;
	font-variant: small-caps;} 
#sidebar h3 { margin-top:6px;margin-right:28px;margin-left:15px;border-top:2px solid #92a1a9;padding-top:10px;} 
#main h2, #main h1 { text-transform:uppercase; font-family: Arial, Sans-serif; color: #8cba4f; font-size:22pt; text-align:center;margin-top:20px;line-height:22px;} 
#main h3, #main h3 a:link, #main h3 a:visited{ font-family: Arial, Sans-serif; color: #cf9071; font-size:13pt; text-decoration: underline;} 
#main h3 a:hover, #main h3 a:active{ color: #83b147;} 
.panel h3 {text-align:center; }
.panel {
width:45%;
vertical-align:top;
margin-bottom:20px;
}
p, h1, h2, h3 {
	margin: 10px 15px;
}
p {
text-align: justify;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #8DC443;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
/*	border: 2px solid #CCC;*/
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
 /* border: 2px solid #568EB6;*/
}
a:hover img {  
  border: 1px solid #CCC !important; /* IE fix*/
  border: 1px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:10px;
}
.submit {
margin:10px;
margin-left:200px;
border:1px solid grey;
}
.submit:hover {
border-color:#83b147;
	font-weight:bold;
}
input:hover, input:active, select:hover, select:active, textarea:hover, textarea:active{
border:1px solid #83b147;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#myForm {
margin-bottom:40px;
margin-top:40px;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF url("bg2.jpg") no-repeat bottom left;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	/*background: #FFF;*/
}

/* header */
#header {
	position: relative;
	height: 50px;	
	background: #000 url(headerbg.jpg) repeat-x 0% 100%;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: -13px;
	padding: 0 15px;
	width: 603px;
	background: #FFF;
	position:relative;
	top:-4px;		
}

.post-footer {
	padding: 5px; margin: 20px 15px 0 15px;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0;	padding: 0; 
	display: inline;
   background: url(menubg.jpg) no-repeat left top;
   position:relative;
   top:-4px;		
   height:715px;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 12px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 20px 10px 0px;
	background: url(competence.jpg) no-repeat left top;
	min-height:24px;
	text-align:center;
}

* html body #sidebar ul.sidemenu a { height: 24px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 20px 10px 0px;
	color: #000;
	text-decoration:underline;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both; 
	color: #a1a1a1; 
	background: #EAEAEA; 
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 	
	color: #a1a1a1;
	text-decoration: underline;
}
#footer a:hover { 	
	color: #000;
}
#footer .footer-left{
	float: left;
	width: 71%;
}
#footer .footer-left span{
	padding-left: 30px;
}
#footer .footer-right{
	float: right;
	width: 28%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.jpg) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.jpg) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -26px;
}
#header a:hover span {
   background-position:100% -26px;
}
#header #current a {
   background-position:0% -26px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -26px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right;}
.align-right-padding {	text-align: right; padding-right:40px;}

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }


#labels img {
border:none;
margin-right:20px;
}


#energies-renouvelables {
	background: #fff url(electricite-energies-renouvelables.jpg) no-repeat 50% 100%;
}

#installations-pac-pv-isere {
	background: #fff url(installations-photovoltaique-isere.jpg) no-repeat 50% 100%;
}
#approche-qualite {
	background: #fff url(artisan-installateur-qualite.jpg) no-repeat 50% 100%;
}

#installation-solaire-qualite {
	background: #fff url(installation-solaire-qualite.jpg) no-repeat 50% 100%;
}

#devis-solaire-isere {
	background: #fff url(devis-photovoltaique-grenoble.jpg) no-repeat 50% 100%;
}
#installation-spv {
	background: #fff url(solaire-photovoltaique.jpg) no-repeat 50% 100%;
}
#installation-sth {
	background: #fff url(solaire-thermique.jpg) no-repeat 50% 100%;
}
#installation-pac {
	background: #fff url(pompe-a-chaleur.jpg) no-repeat 50% 100%;
}
#installation-boi {
	background: #fff url(chauffage-granules-bois.jpg) no-repeat 50% 100%;
}
#installation-gaz {
	background: #fff url(chaudieres-condensation-gaz.jpg) no-repeat 50% 100%;
}
#installation-vmc {
	background: #fff url(vmc-double-flux.jpg) no-repeat 50% 100%;
}

.img-title span {
visibility:hidden;
font-size:10pt;
}
#header strong {	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
margin:0;
position:relative;
top:20px;
font-size:13pt;
margin-left:10px;
color:#a1a1a1;
font-variant:small-caps;
}
.fiche_materiel, .fiche_label {
border: 1px solid grey;
width:80%;
margin-left:10%;
margin-bottom:35px;
margin-top:15px;
}
.fiche_materiel th {
text-align:center;
border: 1px solid #fff;
border-bottom: 1px solid grey;
color:#fff;
background-color:#cf9071;
}
.fiche_materiel td {
margin:0;
padding:10px;
border: 1px solid #fff;
background-color:#eaeaea;
}

.fiche_label th {
text-align:center;
border: 1px solid grey;
color:#404040;
background-color:#cf9071;
}
.fiche_label td {
margin:0;
padding:10px;
border: 1px solid grey;
}
#defil #annoncesPromoOuter {
margin-top:30px;
margin-bottom:50px;
}
#sidebar em a {
color:#CF9071;
text-decoration:none;
}
#sidebar em a:hover {
color:#CF9071;
text-decoration:underline;
}
#sidebar em {
-x-system-font:none;
color:#333333;
font-family:'Trebuchet MS',Arial,Sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 15px;
color:#CF9071;
font-size:13pt;
font-variant:small-caps;
border-top:2px solid #92A1A9;
margin-left:15px;
margin-right:28px;
margin-top:6px;
padding-top:10px;
display:block;
}
#sidebar em.first {
-x-system-font:none;
color:#333333;
font-family:'Trebuchet MS',Arial,Sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 15px;
color:#CF9071;
font-size:13pt;
font-variant:small-caps;
border: none;
}
#edito {
position:relative;
right:5px;
margin:12px;
}
input, textarea {
border: 1px solid #777;
}
ul.sitemap li {
font-size:120%;
}
#sitemap, #mentions {
height:650px;
margin-top:50px;
margin-left:20px;
}
#sitemap {
margin-left:50px;
}
#main #myGallery h3 {
padding:0;
line-height:12px;
background:none;
}
#myGallery {
margin-left:auto;
margin-right:auto;
}
