/*===| I. LAYOUT SIZE |====================================================*/
#container, #footer, #header {width:986px;}
#header {height:287px;}
#left-column {width: 751px;}
#right-column {width: 325px;}



/*	--- Important! ----------------------------------------
	#wrap-footer, #footer and .push must be the same height
	-------------------------------------------------------
*/	#wrap-footer, #footer, .push {height: 87px;}

.push	{clear: both;}

/* --- Important! -------------------------------
	The bottom margin of #wrap-container
	is the negative value of the footer's height
	-----------------------------------------------
*/	#wrap-container {margin: 0 auto -87px;}


/* ===| II. LAYOUT's DEFAULT ELEMENTS |=======================================*/

* {margin: 0;}

html, body {width: 100%;margin:0;padding:0;}
body {text-align: center;}
ul, li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;}

#wrap-container {
 	height: auto !important;

	}
#container {
	margin:0 auto;
	text-align: left;
  }
#header {
/*	text-indent: -9999em;*/}
#left-column{
	float:left;
	margin:0;
  }
#content-accueil{
width:751px;
min-height:400px;

}
#content-photovoltaique{
width:751px;
min-height:400px;

}
#content{
width:621px;
min-height:385px;

}
#int-content-accueil{
padding-top:66px;
padding-left:84px;
padding-right:30px;
}


#right-column{
	float:left;
  padding:0px 0px;
  width:235px;
  min-height:385px}

#content-right-col{
 padding-left:8px;}

#content-right-col a{
 float:left}

#footer {
	margin: 0 auto;
	padding-top:0px;
   }

.right-cont{
  width:201px;
  height: 130px;
  float:left;
  background:red;
  margin-top:25px;
  padding:0px;
  background: url(../images/contact/contact_adresse_mail.jpg) top left no-repeat;
}
.r-link{
  float:left;
  padding-top:17px;

}
.r-link a{
  color:#2588ff;
  text-decoration: none;
  font-weight: bold;


}
.r-link a:hover{
  color:#2588ff;
  text-decoration: underline;

}


.copyright{
	padding: 2px 0 0;
	text-align: center;}

h1 span{display:none;}

/*	--- Important! -----------------------------------
	If you want space between paragraphs or headers, 
	use padding instead of margin.
	-------------------------------------------------*/

/* ===| III. CONTENT ELEMENTS |===============================================*/

img {border: 0;}

/*	--- Important! ----------------------------------
	Use class "left" or "right" on the html elements
	you want to float (on the thumbs, for example)
*/	.left{float: left;margin-right:5px;} .right{float: right;}

.thumb{
	display: block;}

.thumb img{
	margin: 0}


/* ===| IV. NAVIGATION |===============================================*/
#menu2 ul li{display: inline;
}

.couleur
{
  color:#163886;
  font-weight: bold;
}

/* ---| THE END |------------------------- */