/* Elements generiques */

*{
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

body{
	background: #d1d1d1;
}

h1{
	font-size: 15px;
	color: #003872;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
}

h2{
	font-size: 14px;
	color: #065A84;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: normal;
}

h3{
	font-size: 14px;
	color: #065A84;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 10px;
	font-weight: normal;
	font-style: italic;
	margin-left: 5px;
}

h4{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*liens*/
a{
	color: black;
}

a:visited{
	color: black;
}


/*greybox + pop up*/
/*
#fond{
	position: absolute; 
	background: #000000; 
	opacity: 0.7; 
	width: 100%; 
	height: 1100px; 
	z-index: 100; 
	display: none;
	}
	
}
#popup{
	z-index: 1000 !important;
	position: absolute; 
	top: 20%; 
	left: 40%; 
	width: 510px; 
	display: none; 
	margin: 0 auto; 
	background: #ffffff;
 }
*/

/*WRAPPER*/
#wrapper{
	width: 900px;
	background-color: white;
	margin: auto;
	margin-bottom: 10px;
}

/*TOP*/
#top{
	background: url(images/pompe-a-chaleur-header.jpg);
	width: 900px;
	height: 74px;
	/*margin-bottom: 10px;*/
}

.no-border{
	border: 0;
}

/*menu*/

#nav {
	background-image: url("images/menusprites.jpg");
	height: 25px;
	width: 900px;
	font-family: verdana, arial, helvetica, sans;
	font-size: 12px;
}
	
#nav #menuderoulant {
	width: 900px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	margin-left: 5px;
	height: 25px;
	width: 900px;
	color: white;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav li {
	list-style-type: none;
}

/*style pour l'image d'accueil*/
.stylehome {
	float: left;
	height: 25px;
}

.home {
	padding: 3px 5px 5px 5px;
	vertical-align: middle;
	border: none;
}
	
/*style menu*/
.stylemenu {
	float: left;
	height: 25px;
	padding: 1px 15px 0px;
	border-left: 1px solid #ffffff;
	text-align: center;
	position: relative;
}	

.stylemenu>a {
	display: block;
	padding-top: 4px;/*Centrage du texte*/
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

/*bordure arrondie a gauche*/
.stylemenu>.gauche {
	width: 4px;
	height: 24px;
	position: absolute;
	left: 11px;
	top: 1px;
}

/*bordure arrondie a droite*/
.stylemenu>.droite {
	width: 4px;
	height: 24px;
	position: absolute;
	top:1px;
	right: 11px;
	bottom: 0px;
}

/*sprites*/
li.stylemenu:hover .gauche {
	background: url("images/menusprites.jpg") no-repeat 0 -27px;
}

li.stylemenu:hover .droite {
	background: url("images/menusprites.jpg") no-repeat 0 -56px;
}

li.stylemenu:hover>a {
	background: url("images/menusprites.jpg") 0 -85px;
	color: #02458c;
}

/*-------------style sousmenu-----------------*/
.sousmenu {
	left: 10px;
	padding: 0;
	display: none;
	list-style-type: none;
	position: absolute;
	background-color: #eef0e5;
	border-right: 2px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 2px solid #333333;
	z-index:1;
}

.sousmenu li {
	padding: 5px 10px 10px 20px;
	min-width: 190px;
	height: 11px;
	text-align: left;
	white-space: nowrap;
}

.sousmenu>li>a {
	color: #333333;
	text-decoration: none;
}

li.stylemenu:hover>.sousmenu {
	display: block;
}

.sousmenu li:hover {
	background: #aaaaaa;
}

.sousmenu li:hover>a {
	color: #ffffff;
}
	
#nav-menu li:hover a{
	color: black;
}
	

/*adsense*/
.adsense{
	font-size: 11px;
	color: #777777;
	width: 270px;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	background: #F7F7F7;
	padding: 2px;
	text-decoration: none;

}

.adsense p{
	color: #444444;
	font-size: 12px;
}

.adsense-top{
	display: inline-block;
	font-size: 11px;
	color: #777777;
	width: 580px;
	text-decoration: none;
}

.adsense-top p{
	color: #444444;
	font-size: 12px;
}

.adsense-title{
	font-size: 15px;
	font-weight: bold;
	color: #003872;
	text-decoration: underline;
	margin-right: 10px;
}

.adsense-title:visited{
	color: #003872;
}

.adsense-title:hover{
	text-decoration: underline;
}

.adsense-url{
	color: #888888;
	text-decoration: none;
	font-size: 10px;
}

.adsense-feedback{
	color: black;
	font-size: 13px;
	margin-bottom: 3px;
	text-decoration: none;
}

/*main*/
#main{
	font-size: 12px;
	margin-top: 15px;
	padding: 5px;
}


/*left*/
#left{
	width: 300px;
	display: inline;
	float: left;
}


/*right*/
#right{
	width: 580px;
	padding-right: 10px;
	display: inline;
	float: right;
}

#right img{
	margin: 5px;
}

#right ul{
	margin-left: 20px;
}

#right p{
	text-align: justify;
	margin-bottom: 10px;
}




/*formulaire*/
.label{
	font-weight: 600;
	padding: 4px 0;
	text-align:left;
	color:#353638;
}

.error{
	color: red;
}

table{
	border-collapse: collapse;
}

th{
	padding: 1px;
}

td{
	padding-top: 4px;
}

td, th, li, p{
	color: #707277;	
}

.textarea{
	width: 140px;
	height: 100px;
	font-size: 11px;
}

input{
	border: 1px solid #CCCCCC;
	min-height: 18px;
}

#tableau {
	border: 1px solid;
	text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

#tableau td, #tableau th{
	padding: 2px;
	margin: 2px;
	color: #707277;
	border: 1px solid #CCCCCC;
	font-size: 12px;
}

#table-form {
	margin-left: 4px;
}

#table-form tr td{
	padding-top: 4px;
	padding-bottom: 4px;
}

#erreurs{
	color: red;
	background-color: #FFF8E7;
	padding: 5px;
}

#erreurs li{
	margin-left: 17px;
}

.input-text{
	width: 140px;
}

.submit{
	width: 289px;
	height: 43px;
	border:none;
}

.submit#recevez {
	background: url('/images/recevez.png') no-repeat;
	
}

.submit#demander {
	background: url('/images/inscriptionPAC.png') no-repeat;
}

#validationFormulaire{
	text-align: center;
}



/*devis*/
.devis{
	width: 270px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	background: white;
	padding: 2px;
}

.devis-title{
	font-size: 17px !important;
	font-weight: bold;
	color: #CC0000 !important;
	text-decoration: none;
	margin-bottom: 20px;
}

.devis-title2{
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	margin-left: 50px;
}

.devis-texte{
	margin:10px 15px 0;
}

.devis-step{
	display: inline;
	float: left;
}

.devis-step .number{
	background: url("images/bt.png") no-repeat scroll 0 0 transparent;
	color: #56535c;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	height: 41px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	width: 42px;
	float: left;
}

.devis-step .text{
	color: #02478c;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
	float: left;
	padding-top: 10px;
}

.devis-main{
	padding: 15px;
	clear: both;
}

.devis-form{
	margin-top: 10px;
	margin-bottom: 20px;
	width: 584px;
}

.devis-form table{ 
	margin-left: auto; 
	margin-right: auto;
}

.devis-form-top{ 
	background: url('images/devisFormBorderTop.jpg') no-repeat; 
	width: 584px; 
	height: 12px;
}

.devis-form-body{ 
	background: url('images/devisFormBorderBody.jpg') repeat-y; 
	width: 584px;
}

.devis-form-bottom{ 
	background: url('images/devisFormBorderBottom.jpg') no-repeat; 
	width: 584px;
	 height: 12px;
}

.devis-avantages{
	width: 282px;
	float: right;
	margin-top: 8px;
}

.devis-avantages-top{
	 background: url('images/devisAvantagesBorderTop.jpg') no-repeat; 
	 width: 282px; 
	 height: 12px;
}

.devis-avantages-body{
	 background: url('images/devisAvantagesBorderBody.jpg') repeat-y; 
	 padding: 1px 15px 0; 
	 font-weight: bold;
}

.devis-avantages-bottom{ 
	background: url('images/devisAvantagesBorderBottom.jpg') no-repeat; 
	width: 282px; 
	height: 26px;
}

.devis-avantages-main-title{ 
	font-weight: bold; 
	color: #353961; 
	font-size: 12px; 
	text-align: center;
}

.devis-avantages-title{ 
	color: #02478c; 
	font-weight: bold; 
	margin: 15px 0 10px 10px;
}

.devis-avantages-pict img{ 
	margin: 0 auto; 
	padding-top:20px; 
	display:block;
}

.devis-cnil{
	border: 1px solid #CCCCCC;
	background: 10px 23px url('images/cnil.gif') no-repeat;
}

#devis-cnil-text{ 
	margin-left: 190px; 
	font-size: 11px; 
	padding-top: 10px; 
	padding-bottom: 10px;
}

#devis-cnil-text p{ 
	color: black;
	 margin-bottom: 5px; 
}

.devis-form{
	margin-bottom:20px;
	margin-top:10px;
	width:584px;
	
}




/*departement-region*/
.localites{
	border: 1px solid #CCCCCC;
	width: 580px;
	padding: 2px;
	margin-top: 10px;
}

.localites a{
	text-decoration: none;
	color: #707277;
}

.localites h4{
	font-style: italic;
	font-size: 13px;
	margin: 2px;
	padding:0;
	font-weight: normal;
	color: #707277;	
}


/*departement-region-ville*/
.local{
	color: black;
}

.local p{
	margin: 0px !important;
	color: black;
}

.cadre{
	width: 580px;
	padding: 2px;
	margin-top: 10px;
	color: black;
}

.rentabilite{
	padding: 2px;
	border: 1px solid #CCCCCC; 
	float: left; 
	width: 280px;
	height: 200px;
	color: black;
}

.rentabilite p{
	color: black;
}

.rentabilite li{
	color: black;
}

.ensoleillement{
	padding: 2px;
	border: 1px solid #CCCCCC; 
	float: right; 
	width: 280px;
	height: 200px;
}


/*FOOTER*/
#footer{
	font-size: 12px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#footer a{
	color: grey;
}


/*ELEMENTS INTROUVABLES*/
.radio{/*class introuvable*/
	margin-right: 2px;
}

/*
#menu-left{
	height: 21px;
	width: 5px;
	display: inline-block;
}
*/
/*
#nav-menu li:hover>div#menu-left{
	height: 21px;
	width: 5px;
	background: transparent url(images/sprite-menu.png) 0 -55px no-repeat;
	display: inline-block;
}
*/
/*
#menu-right{
	height: 21px;
	width: 5px;
	display: inline-block;
}
*/
/*
#nav-menu li:hover>div#menu-right{
	height: 21px;
	width: 5px;
	background: transparent url(images/sprite-menu.png) 0 -1px no-repeat;
	display: inline-block;
}
*/
/*aides*/
/*
.aides{
	background-color: #FFF8E7;
	text-align: center;
	color: black;
}
*/
/*
.aides li{
	display: inline;
	background: url(images/check.png) no-repeat;
	padding:10px;
	padding-left: 30px;
	margin: 10px;
}
*/
/*
.aides h3{
	text-align: center;
	padding-bottom: 10px;
}
*/

/*
.etoile{
	color: #CC0000;
}
*/

/*
.discret a{
	font-size: 11px;
	text-decoration: none;
	margin-left: 5px;
}
.discret a:hover{
	text-decoration: underline;
}
.discret{
	height: 20px;
}
*/
/*
.element-radio{
	width: 160px;
}
*/
/*
.logo-texte{
	display: inline-block;
	margin-top: 0px;
	width: 150px;
	color: black;
	margin-right: 50px;
}
*/
/*
.submit-form{
	text-align: center;
}
*/
/*
.titre-devis{
	margin-top: 10px;
	margin-bottom: 10px;
	background: #CC0000;
	color: white;
	font-weight: 600;
	height: 20px;
	padding-left: 5px;
	font-size: 13px;
}
*/

/*
#main-devis{
	margin-top: 15px;
	padding: 5px;
}
*/
/*
.first-col{
	width: 110px;
	font-weight: 600;
	height: 20px;
}
*/
/*
.logo{
	display: inline-block;
	width: 110px;
}
*/

/*
.texte-gauche{
	width: 120px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
*/
/*
.texte-droite{
	width: 100px;
	text-align: right;
	font-size: 10px;
}
*/
/*
.devis-puces{
	padding-left: 40px;
}
.devis-puces li{
	margin-bottom: 5px;
	list-style-image : url(images/carre-photovoltaique.jpg);
}
*/
