body{
	margin:0;
	padding:0;
}

/* zone avec logo polymage + slogan */
div#entete{
	top: 0px;
	text-align:center;
	margin: 0px auto 0px auto;
	padding:0px;
	background:#ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	word-spacing: normal;
	font-weight: bolder;
	line-height: normal;
	z-index:0;
}


.polymage{
	width:770px;
	height: 85px;
	margin-left: auto;
    margin-right: auto;
}

.polymage_logo{
	float:left;
	width:169px;
	height:81px;
	margin:2px 10px 2px 10px;
}

.polymage_logo_mat{
	float:right;
	width:60px;
	height:60px;
	padding:10px 5px 11px 5px;
	margin:0px 0px 0px 0px;
}

.polymage_slogan{
	float:left;
	width:400px;
	height: 81px;
	margin:2px 10px 2px 80px;
	text-align:right;
	color:#000;
	font-size:20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding:0px;
	overflow:hidden;
	
}

.polymage_slogan1{
	float:right;
	width:450px;
	height: 80px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	color:#000;
	font-size:22px;
	padding:5px;
}

.polymage_slogan2{
	float:right;
	width:450px;
	height: 80px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:right;
	color:#000;
	font-size:18px;
	padding:5px;
}



/* zone pour l'affichage des menus déroulants */
div#navigation{
	clear:both;
	margin-left: auto;
	margin-right: auto;
	height:1.35em;
	display:block;
	text-align:center;
	background-color:#777;
	font-size: 16px;
	z-index:2;
	border-top:solid 0px #f90;
	border-bottom:solid 0px #f90;
	}

.categories{
	padding:2px;
	margin-left: auto;
	margin-right: auto;
	color:#FFFFFF;
}




/* Zone principale d'affichage du contenu des pages */	
#corps{
	display:block;
	clear:both;
	position:relative;
	width:770px;
	height:auto;
	padding-top:5px;
	background-color: #ffffff;
	font-family: 'LucidaGrande','Lucida Grande','Lucida Sans Unicode',sans-serif;
	font-size: 14px;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	
	}

#corps p{
	text-align:justify;

}

#corps h1{
	text-align:left;
	font-size:20px;
	color:#006600;
	font-weight:bold;
	padding-top: 0px;
}

#corps h2{
	text-align:left;
	font-size:18px;
	color:#006655;
	font-weight:500;
}

#corps h3{
	text-align:left;
	font-size:14px;
	font-style:italic;
	color:#444;
}


#corps h4{				/* modif titre pour logo opqibi dans index_enr*/
	text-align:left;
	font-size:20px;
	color:#006600;
	font-weight:bold;
	padding-top: 0px;
	float: right;
	padding-left: 50px;
	padding-right: 0px;
	margin-top: 30px;
	margin-right: 235px;
}

/* traits de séparation */
#corps hr{
	color:#f90;
	width:250px;
	height:0px;
	text-align:center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

/* liens */
#corps a{
	color:#000099;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
}


#corps a:hover{
	color:#f90;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;
}

#corps a.linkOver{
	color:#666;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}

/* utilisé pour photos films adaptatifs */	
.photos{
	width:770px;
	margin-left: auto;
    margin-right: auto;
}

/* utilisé pour La presse 2010*/	
.photos2{
	width:385px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.conteneur{
	display:block;
	width:770px;
	height:100%;
	margin: auto auto auto auto;
	background-color:#ffffff;
	border-left:thin;
	border-right:thin;
}	

/* cadre pour logos des projets materiaux*/
.logo_projets{
	float:right;
	margin-top:20px;
	margin-right:20px;
}

/* place une image à gauche avec une bordure orange */
.logo_gauche{
	float:left;
	margin:1px 5px 1px 5px;
	border:1px #FF9900 solid;
	padding:8px;
	line-height:0px;
}

/* pour texte page d'accueil */
.logo_gauche2{
	float:left;
	margin:10px;
}
/* pour texte page prestations collectif, texte à gauche en desssous autre texte*/
.logo_gauche3{
	float:left;
	margin:0px;
	padding: 0px;
	width: 770px;
}

/* pour photo pompe à chaleur page prestations-collectifs */
.logo_gauche4{
	float:left;
	border:1px #FF9900 solid;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 55px;
}

/* pour texte page prestations collectif 2°bloc */
.logo_gauche5{
	float:left;
	margin-top: 35px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 125px;
}

/* place une image à droite */
.logo_droite{
	float:right;
	margin:0px 10px 0px 10px;
}


/* supprime la bordure autour des images avec un lien */
.logo_droite a{
	border-color:#FFFFFF;
	border:0px;
}

/* place une image à droite avec une bordure orange */
.logo_droite2{
	float:right;
	border:1px #FF9900 solid;
	padding:8px;
	line-height:0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: auto;
}

/* place une image à droite avec une bordure orange */
.logo_droite3{
	float:right;
	padding:8px;
	line-height:0px;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

.logo_droite4{
	float:right;
	padding:8px;
	line-height:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* place une image à droite, utilisé dans prestations_particuliers pour augmenter le retrait */
.logo_droite5{
	float:right;
	margin-top: 50px;
	margin-right: 41px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* cadre contactez-nous */
.cadre_contact{
	float:right;
	width:150px;
	border:1px #FF9900 solid;
	padding:5px;
	line-height: normal;
	background-color:#FFFFCC;
	text-align:center;
	margin:0px 0px 0px 10px;
}

/* supprime les interlignes (utile firefox) */
.sans_interligne{
	line-height:0px;
	padding-top:10px;
	padding-left:30px;
}

/* cadre news pour l'accueil énergies renouvelables */
.cadre_news{
	float:right;
	width:200px;
	border:1px #FF9900 solid;
	line-height:normal;
	background-color:#FFFFCC;
	text-align:justify;
	margin-top: 10px;
	margin-right: 70px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* logo pour l'index énergies renouvelables */
.logo_index_enr{
	float:left;
	width:200px;
	padding:10px;
	line-height:0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/* ligne pour afficher la situation de la page dans le site */
div#situation{
	clear:both;
	width:770px;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	display:block;
	text-align:left;
	background-color:#fff;
	font-size: 14px;
	font-weight:bold;
	padding:2px;
	z-index:2;
	border-bottom:1px solid #f90;
	visibility:visible;
	}

.section{
	display:inline;
	color:#0C5ECE;
	font-weight:normal;
}
	

/* en bas de la page : permet d'insérer des liens entre les pages d'un sous menu */
div#navigation_rubrique{
	clear:both;
	width:770px;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	display:block;
	text-align:left;
	background-color:#fff;
	font-size: 14px;
	z-index:2;
	}

#navigation_rubrique a:link{
	color:#FF9900;
	text-decoration:none;
}

#navigation_rubrique a:visited{
	color:#FF9900;
	text-decoration:none;
}
	
#navigation_rubrique a:hover{
	color:#0C5ECE;
	text-decoration:none;
}


/* pied de page */

div#pied{
	clear:both;
	width:770px;
	margin-left: auto;
	margin-right: auto;
	display:block;
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666;
	padding:6px;
	z-index:2;
	border-top:1px solid #f90;
	}

#pied a{
	color:#555;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}


#pied a:hover{
	color:#f90;
	font-style:normal;
	text-decoration:none;
}

#pied a.linkOver{
	color:#666;
	font-style:normal;
	text-decoration:none;
}


/* positionnement  */

.terre_orange{
	float:left;
	width:440px;
	height:140px;
	margin:0px;
	padding:4px;
	background-image:url(../images/fond_terre_orange.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

.produit{
	clear:both;
}

/* supprime la bordure bleue autour des images avec liens hypertexte */
a img{
	border:none;
	}
	
	
	
/* index */
.index_mat_terre_orange{
	float:left;
	width:300px;
	height:200px;
	margin:50px 20px 50px 15px;
	padding:4px;
	border:0px;
	text-align:center;
}

.index_mat_terre_orange_logo{
	position:relative;
	margin:auto auto auto auto;
	width:108px;
	height:108px;
	padding:4px 4px 4px 4px;
	background-color:#FFFFCC;
	border:1px solid #FFCC33;
	text-align:center;
}

.index_enr_panneau_pv{
	float:left;
	width:300px;
	height:200px;
	margin:50px 20px 50px 15px;
	padding:4px;
	border:0px;
	text-align:center;
}

.index_enr_panneau_pv_logo{
	position:relative;
	margin:auto auto auto auto;
	width:112px;
	height:165px;
	padding:4px 4px 4px 4px;
	border:1px solid #FFCC33;
	background-color:#FFFFCC;
	text-align:center;
}
.cadre_news2 {
	float:right;
	width:240px;
	border:1px #FF9900 solid;
	line-height:normal;
	background-color:#ffffcc;
	text-align:justify;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.cadre_news3 {
	float:left;
	width:200px;
	border:1px none #FF9900;
	line-height:normal;
	background-color:#FFFFFF;
	text-align:justify;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 200px;
}

.cadre_news4 {
	float:left;
	width:700px;
	border:0px none #FF9900;
	line-height:normal;
	background-color:#FFFFFF;
	text-align:justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

