@charset "utf-8";
/* CSS Document */

body{	
	font-family			:		Arial, Helvetica, sans-serif;	
	font-size			:		12px;
	background			:		#ff8800 url(../img/bg_base.gif) repeat-x;
}
a{	
	text-decoration		:		none;
}
div#contentGlobal{	
	width				:		860px;
	margin				:		0 auto;
}
/*************************************************************
Tout le header
*************************************************************/
div#contentGlobal div#header{	
	height				:		26px;
	background			:		url(../img/bg_header.gif) no-repeat;
	margin				:		0;	
	padding				:		63px 0 0 0;	
	position			:		relative;
}
div#contentGlobal div#header div#menu{	
	text-align			:		right;
}
div#contentGlobal div#header div#menu a{	
	display				:		inline-block;	
	line-height			:		25px;	
	height				:		25px;	
	padding				:		0 20px;	
	background			:		#5bbf21 url(../img/bg_menu_green.gif) repeat-x;
	font-size			:		12px;	
	margin				:		0 1px 0 0;	
	color				:		#FFFFFF;	
	font-weight			:		bold;
}
div#contentGlobal div#header div#menu a:hover, div#contentGlobal div#header div#menu a#active{
	background			:		#ff8800 url(../img/bg_menu_orange.gif) repeat-x;
}
div#contentGlobal div#header div#menu a#active{
	cursor				:		text;
}
div#contentGlobal div#banner{	
	background-color	:		#FFFFFF;
	height				:		97px;
	position			:		relative;
}

/*************************************************************
On commence le contenu
*************************************************************/
div#contentGlobal div#content{	
	background-color	:		#FFFFFF;	
	background-image	:		url(../img/bg_content_top.gif);	
	background-repeat	:		no-repeat;	
	min-height			:		200px;	
	position			:		relative;	
	padding				:		25px;
}

div#content h1{	
	height				:		35px;
	width				:		400px;
	line-height			:		35px;
	font-size			:		17px;
	color				:		#FFFFFF;
	background-color	:		#ff8800;
	margin				:		0 0 0 -25px;
	text-align			:		right;
	padding				:		0 15px;
}
div#content div#maincontent{
	margin:20px 0 0 0;
	color:#868686;
}
div#content div.produitcontenu h3{
	font-size:14px;
	margin:0 0 5px 0;
	color:#5bbf21;
}
div#content div.produitcontenu h4{
	margin:0 0 5px 0;
}
div#content div.produitcontenu ol li{
	list-style-type:decimal;
}
div#content div.produitcontenu ul li{
	list-style-type:square;
}
div#content cite{
	display				:		block;
	width				:		243px;
	padding				:		20px;
	color				:		#FFFFFF;
	text-align			:		justify;
	float				:		right;
	line-height			:		15px;
	clear				:		right;
	cursor				:		help;
	margin				:		0 0 10px 0;
}
div#content p, div#content ul{
	margin				:		0 0 10px 0;
	line-height			:		15px;
}
div#content li{
	margin				:		0 0 0 25px;
	list-style			:		square;
}
div#content h2{
	margin				:		0 0 10px 0;
	font-size			:		17px;
}
div.chauffage cite{
	background			:		#ff8800;
}
div.chauffage h2{
	color				:		#ff8800;
}
div.photovoltaique cite{
	background			:		#5bbf21;
}
div.photovoltaique h2{
	color				:		#5bbf21;
}
div.solaire cite{
	background			:		#0f69ca;
}
div.solaire h2{
	color				:		#0f69ca;
}

#map{ width:360px; float:right;}
#formulaire span{	display:block;	margin-bottom:5px;}
form.css label{	display: inline;	position: relative;	float: left;	width: 100px;}
form.css input, form.css textarea{	background-color:#f4f4f4;	border:solid 1px #dfdfdf;	color:#3c3c3c; font-size:12px; font-family:Arial, Helvetica, sans-serif;}
form.css input:hover, form.css input:focus, form.css textarea:hover, form.css textarea:focus{	background-color:#f4f4f4;	border:solid 1px #ffc640;	color:#3c3c3c;}

/*************************************************************
Page d'accueil /////// Css différent pour les liens
*************************************************************/
div#contentGlobal div#content a.product{	
	display				:		block;
	width				:		231px;
	height:350px;
	cursor				:		pointer;
	margin				:		0 19px;
	float				:		left;
	position			:		relative;
}
div#contentGlobal div#content a.product span#titre{
	display				:		block;
	background-color	:		#5bbf21;
	height				:		34px;
	line-height			:		34px;
	font-size			:		17px;
	font-weight			:		bold;
	text-align			:		center;
	color				:		#FFFFFF;
	margin-bottom		:		1px;
}
.pics { 
	height				: 		248px;
	width				:		231px;
	padding				:		0;
	margin				:		0;
	overflow			: 		hidden;
	position			:		relative;
	display				:		block;
}
.pics img { 

	top					:		0; 
	left				:		0;
}
.legende{
	float:right;
	width:190px;
	margin:30px 0 0 0;
}
div#contentGlobal div#content a.product span#caption{	
	display				:		block;
	position			:		absolute;
	bottom				:		0;
	background-color	:		#fff;
	z-index				:		200;
	width				:		231px;
	height				:		140px;
	/*padding				:		15px 20px;*/
	color				:		#000000;
	line-height			:		16px;
	font-size			:		13px;
	text-align:center;
	/*opacity				:		0.9;
	filter				:		alpha(opacity=90);*/
}
div#contentGlobal div#content a.product:hover span#titre{
	background-color	:		#ff8800
}
div#contentGlobal div#content a.product:hover span#caption{	
	/*opacity				:		0.95;
	filter				:		alpha(opacity=95);*/
}
.clear{	
	clear				:		both;	
	height				:		1px;
}

#footer{
	padding				:		10px 10px 10px 55px;
	line-height			:		13px;
	font-size			:		11px;
	color				:		#FFFFFF;
	background			:		url(../img/House.gif) no-repeat 5px 9px;
}
/*.pics img {
	-moz-border-radius: 10px; -webkit-border-radius: 10px;
}*/

ul.telechargement li{
	display:block;
	float:left;
	width:210px;
	background:#F3F3F3;
	margin:inherit;
	margin:15px!important;
	padding:10px;
}
ul.telechargement li a{
	color:#666666;
}
ul.telechargement li img{
	margin:0 0 -5px 0;
}

.boxgrid{ 
	width: 164px; 
	height: 122px; 
	margin:10px; 
	float:left; 
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px;
		font-weight:bold;
		text-align:right;
		font:8pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #fff; 
	height: 100px; 
	width: 100%;
	padding:5px;
	opacity: .8; 
	color:#000000;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.boxcaption h3{
		margin:0 0 5px 0;
	}
	.captionfull .boxcaption {
		top: 260px;
		left: 0;
	}
	.caption .boxcaption {
		top: 100px;
		left: 0;
	}
	
.BlankHome{
	position:absolute;
	width:120px;
	height:82px;
	left: 2px;
	top: 2px;
	display:block;
}

h2.goto{
	display:block;
	position:absolute;
	left: 508px;
	top: 25px;
	background:#dcffc8;
	border:dashed 1px #5bbf21;
	width:241px;
}
a.gotoTop{
	display:block;
	background:#5bbf21;
	position:absolute;
	bottom:0;
	right:20px;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
h2.goto a{
	display:block;
	padding				:		0 15px;
	height:33px;
	line-height:33px;
	cursor:pointer;
	text-align:center;
	color:#009900;
}

