@charset "utf-8";
/* CSS Document */

* {
padding: 0;
margin-top: 0;
font-family:Arial, Helvetica, sans-serif;
}

a img {
border: none;
}

body { 
/*overflow-y:scroll !important; */ /* Evite le décalage du centrage en affichant toujours la scrollbar de droite */ 
background: #F8AE06 url(../images-template/fond-page.png) top no-repeat;
font-family: Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: none;
color: #000000;
}

h1 {
text-align: center;
color: #aa5c17;
font-size: 9px;
font-weight: normal;
}

h1 a {
text-align: center;
color: #aa5c17;
font-size: 9px;
font-weight: normal;
}

h1 a:hover {
border-bottom: 1px dotted;
}

h2 {
font-size: 13px;
}

h3 {
font-size: 14px;
border-top: 1px dotted #852200;
padding-top: 5px;
}

h4 {
font-size: 15px;
text-align: right;
margin-right: 25px;
}

SMALL, SUB, SUP { font-size: .5em }


/* FORMULAIRES */
input:hover, textarea:hover {
	background:#f6f2ee;
}

input, textarea {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 11px;
border: double;
border-color: #f6f2ee 
}

input[type=submit], input[type=reset] {
padding: 5px 15px;
background: url(../images-template/fond-menu-onglet.png) -5px repeat-x;	
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color: #FFF;
cursor:pointer;
border: none;
}

input[type=submit]:hover, input[type=reset]:hover {
padding: 5px 15px;
background: url(../images-template/fond-menu-onglet-actif.png) -5px repeat-x;	
font-family:Arial, Helvetica, sans-serif;
color: #FFF;
border: none;
}

input[type=submit]:active, input[type=reset]:active {
padding: 5px 15px;
background: url(../images-template/fond-menu-onglet-actif.png) -5px repeat-x;	
font-family:Arial, Helvetica, sans-serif;
color: #FFF;
border: none;
}
 
/* FORMULAIRES */


.imagesagauche img {
margin-right: 15px;
float: left;
}

.imagesadroite img {
margin-left: 5px;
float: right;
}

.texte {
color: #464646;
font-size: 11px;
}

.texte ul {
padding-left: 25px;
list-style-type: disc;
list-style-image: url(../images-template/puce-orange.png);
list-style-position: outside;
}

#conteneur {
}

#ombre-gauche {
width: 54px;
height: 588px;
/*margin-left: -51px;*/
background-image: url(../images-template/ombre-gauche.png);
float: left;
}

#ombre-droite {
width: 54px;
height: 588px;
background-image: url(../images-template/ombre-droite.png);
float: right;
}

#ombre-bas {
width: 900px;
height: 32px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
background-image: url(../images-template/ombre-bas.png);
}

#colonne-gauche {
height: 560px;
padding: 5px;
}

#logo-ganova {
width: 172px;
height: 139px;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #000000;
background: url(../images-template/logo-ganova.png) no-repeat;
}

#modele {
width: 625px;
height: 205px;
background-color: #f6f2ee;
padding: 5px 10px 0 10px;
}

#modele-double {
width: 625px;
height: 300px;
background-color: #f6f2ee;
padding: 5px 10px 0 10px;
}

#modele-haut , #modele-bas {
width: 645px;
height: 4px;
}

#modele-haut {
background: url(../images-template/fond-modele-haut.png) no-repeat;
}

#modele-bas {
background: url(../images-template/fond-modele-bas.png) no-repeat;
margin-bottom: 20px;
}

#modeleplan {
background: url(../images-template/fond-modele-bas.png) no-repeat;
margin-bottom: 0;
width: 645px;
height: 4px;
}

/* MENU DE GAUCHE */

#menu {
	width: 195px;
	text-align: center;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 14px;
	border-bottom: 1px solid #000000;
}

#menu li {
	list-style-type: none;
	margin-left: 0px;
}

#menu a {
	list-style-type: none;
	margin-bottom: 2px;
	color: #FFFFFF;
	background-image: url(../images-template/bouton.png);
	background-repeat: no-repeat;
	width: 195px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	display: block;
}

#menu a:hover {
background: url(../images-template/bouton-survol.png) no-repeat;
}

#menu a:active {
background: url(../images-template/bouton-actif.png) no-repeat;
}

#menu .onglet-actif {
background: url(../images-template/bouton-actif.png) no-repeat;
}

/* FIN MENU DE GAUCHE */

#infos {
width: 150px;
height: 195px;
background: url(../images-template/informations.png) no-repeat 10px 10px;
font-size: 10px;
padding-left: 50px;
padding-top: 10px;
text-align: left;
}

#infos span {
font-size: 12px;
font-weight: bold;
}

#header {
background-color:#000000;
height:15px;
width: 500px;
float: left;
margin-bottom: 15px;
margin-right: 5px;
padding-top: 5px;
text-align: center;
color: #FFFFFF;
font-size: 12px;
}

#head {
height:35px;
}

#bouton-accueil, #bouton-contact {
width: 80px;
height: 27px;
float: right;
margin-right: 5px;
background-color: #FFFFFF;
text-align: center;
line-height:25px;
font-weight: bold;
color:#FFFFFF;
font-size: 14px;
}

#bouton-accueil {
background-image: url(../images-template/bouton-accueil.png);
}

#bouton-contact {
background-image: url(../images-template/bouton-contact.png);
}

#bouton-accueil:hover, #bouton-contact:hover {
background-image: url(../images-template/boutons-header-survol.png);
}

#bouton-accueil a, #bouton-contact a {
color:#FFFFFF;
display: block;
}

#flash {
width: auto;
height: auto;
margin-right: 5px;
}

#bloc-bas {
float: right;
width: 680px;
height: 130px;
}

#partenaires {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

#partenaires img {
margin: 0;
padding: 0;
}

#bandeau-defilant {
background: url(../images-template/fond-bandeau-defilant.png) no-repeat;
height:30px;
width: 680px;
float: right;
margin-top: 15px;
padding-top: 4px;
text-align: center;
color: #FFFFFF;
font-size: 12px;
}

#contenu {
background-color: #ede5dd;
width: 655px;
height: auto;
padding: 0 10px 10px 10px;
margin-right: 5px;
margin-top: 15px;
}

#contenu img {
border: none;
}

#onglet-haut {
margin-right: auto;
margin-left: auto;
margin-bottom: 15px;
background: url(../images-template/onglet-haut.png) no-repeat center;
height: 20px;
width: 240px;
color: #7a7a7a;
text-align: center;
font-size: 12px;
font-weight: bold;
}

#onglet-bas {
width: 675px;
float: left;
background: #ede5dd url(../images-template/onglet-bas.png) no-repeat center;
height: 13px;
margin-bottom: 10px;
color: #7a7a7a;
text-align: center;
font-size: 9px;
font-weight: bold;
}

#onglet-bas a {
color: #7a7a7a;
}

#onglet-bas a:hover {
color: #cc6e1a;
}

#bouton-retour {
background: url(../images-template/retour-programmes.png) no-repeat;
margin-top: 5px;
margin-right: 10px;
height: 12px;
width: 100px;
float: right;
border: 1px solid #ede5dd;
}

a:hover #bouton-retour{
border: 1px dotted #999;
}

/* DEBUT TABLEAUX  */

.tableau-modeles {
font-size: 10px;
vertical-align:middle;
text-align: center;
padding: 2px 0;
}

.tableau-modeles th[scope=col] {
background: #cd731a;
padding: 2px 5px;
color: #FFF;
}

.tableau-programmes {
background: url(../images-template/fond-maison-programme.png) no-repeat;
width: 201px;
height: 142px;
}

.tableau-programmes a:hover {
background: url(../images-template/fond-maison-programme.png) no-repeat;
}

/* FIN TABLEAUX */

/* DEBUT MENU-DEROULANT */

#menu-deroulant, #menu-deroulant ul { /* Liste */	
padding : 0;
margin : 0;
list-style : none;
line-height : 20px;
text-align : center;
}

#menu-deroulant { /* Ensemble du menu */
font-weight : bold;
font-size : 11px;
height: 50px;
text-transform:uppercase;
}

#menu-deroulant a { /* Contenu des listes */
display	: block;
padding	: 5px 5px;
background: url(../images-template/fond-menu-onglet.png) repeat-x;	
color : #ffffff;
text-decoration : none;
width : 118px;
height: 25px;
}

#menu-deroulant3 a { /* Taille du menu à 3 éléments */
width : 205px;
}

span li { /* onglet actif */
background: url(../images-template/fond-menu-onglet-actif.png) repeat-x;
}

#menu-deroulant li { /* Elements des listes */	 
margin-top: 10px;
float : left; 
margin-right: 3px;
}

#menu-deroulant li ul { /* Sous-listes */
position: absolute;
width: 144px;
left: -999em;
}

#menu-deroulant li ul a { /* taille éléments Sous-listes */
height: 15px;
}

#menu-deroulant li ul li { /* Eléments de sous-listes */
border-top : 3px solid #ede5dd;
height: 25px;
}

#menu-deroulant li ul ul {
margin : -22px 0 0 144px ;
border-left	: 1px solid #fff ;	
}

#menu-deroulant a:hover {	
background: url(../images-template/fond-menu-onglet-actif.png) repeat-x;
}

#menu-deroulant .onglet-actif {
background: url(../images-template/fond-menu-onglet-actif.png) repeat-x;
}

#menu-deroulant li:hover ul ul, #menu-deroulant li.sfhover ul ul { /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
left: -999em;
}

#menu-deroulant li:hover ul, #menu-deroulant li li:hover ul, #menu-deroulant li.sfhover ul, #menu-deroulant li li.sfhover ul { /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
left: auto; /* Repositionnement normal */
min-height: 0; /* Corrige bug */
}

/* FIN MENU-DEROULANT */


/* MENU PROGRAMMES */

#menu-programmes, #menu-programmes ul { /* Liste */	
padding : 0;
margin : 0;
list-style : none;
line-height : 15px;  /* 20px pour si 1 ligne */
text-align : center;
}

#menu-programmes { /* Ensemble du menu */
font-weight : bold;
font-size : 11px;
text-transform:uppercase;
}

#menu-programmes a { /* Contenu des listes */
display	: block;
padding	: 10px 0px;
background: url(../images-template/fond-maison-programme.png) no-repeat;	
color : #ffffff;
text-decoration : none;
width : 201px;
height: 122px;
}

#menu-programmes-vide a { /* Contenu des listes vides */
display	: block;
/*padding : 10px 0px; */
background: url(../images-template/fond-maison-vide.png) no-repeat;	
color : #ffffff;
text-decoration : none;
width : 201px;
height: 122px;
cursor: default;
}

#menu-programmes #menu-programmes-vide a:hover {	/* Empêche l'image de survol du #menu-programme*/
background: url(../images-template/fond-maison-vide.png) no-repeat;
}

#menu-programmes a span {
font-size: 9px;
text-transform: none;
}

#menu-programmes li {
float:left;
}
 
#menu-programmes a:hover {	
background: url(../images-template/fond-maison-programme-actif.png) no-repeat;
}

#menu-programmes a { /* Taille des elements de programmes */
width : 201px;
}

li .textes { /* Taille des elements de programmes */
text-transform:none;
text-align:left;
}

#blocprogramme {
width: 625px;
height: 300px;
background-color: #f6f2ee;
padding: 5px 0px 0 20px;
}

/* FIN MENU PROGRAMMES */

.temoignages {
background: url(../images-template/quote.png) top right no-repeat;
width: 75%;
padding: 25px 50px 10px 50px;
}

.titre-temoignage{
font-size: 15px;
margin-bottom: 10px;
color: #e78f00;
font-weight: bold;
}

.client {
text-align: right;
font-weight: bold;
}


#bloctemoignage {
width: 625px;
height: auto;
background-color: #f6f2ee;
padding: 0 0 0 20px;
}

#econova {
width: 675px;
height: 522px;
background: url(../econova-basse-consommation/imgs/fond-econova.jpg) no-repeat;
}

.titreeconova {
font-size: 17px;
color: #e78f00;
}
.txteconova {
font-size: 11px;
}
.txteconovablc {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}
.txteconovablc a {
text-decoration: underline;
}
.txteconovablc a:hover {
text-decoration: none;
}

#footer {
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
color: #aa5c17;
font-size: 9px;
}

#renova li {
margin-left: 16px;
}

#renova ul {
list-style-type: disc;
list-style-image: url(../images-template/puce-orange.png);
list-style-position: outside;
}

#pinea1, #pinea2, #novaline, #nolys, #nomade, #nopale, #harmony, #passive, #nolame, #valaury, #oriane, #valente, #oxaline, #castel, #onyx2, #nolame1, #nolame2, #nolame2lot14, #nolame2lot17, #gradins2, #frizon {
position: absolute;
}

#nomprogramme {
float: right;
text-align: right;
margin-right: 20px;
}

#nomprogramme h4 {
font-size: 15px;
margin-bottom: 0;
margin-right: 0;
}

#presentation {
font-size: 13px;
}

.plusganova {
height: 190px;
background: url(../images-template/bloc-plus-ganova.png) no-repeat;
padding-left: 15px;
color: #FFF;
margin-bottom: 35px;
}

.plusganova h3 {
color: #464646;
padding-top: 10px;
margin-bottom: 12px;
border-top: none;
}

.historiqueganova {
height: 190px;
background: url(../images-template/bloc-historique-ganova.png) no-repeat;
padding-left: 15px;
color: #FFF;
}

.historiqueganova h3 {
color: #464646;
padding-top: 10px;
margin-bottom: 12px;
border-top: none;
}

.historiqueganova ul {
margin-bottom: 0;
}

/* ADMINISTRATION */

#news, #renova {
font-size: 11px;
color: #464646;
padding: 0 25px 25px 25px;
}

#news img, #renova img {
float: left;
margin-right: 10px;
border: 1px solid #FFF;
}

#renova img {
float: left;
margin-right: 10px;
border: none;
}

.titrenews, .titrerenova {
font-size: 17px;
color: #e78f00;
font-weight: bold;
border-top: 1px dotted #852200;
}

.sstitrenews, .sstitrerenova {
font-size: 11px;
color: #464646;
font-weight: bold;
margin-bottom: 5px;
}

.titrerenova a, .sstitrerenova a:hover  {
color: #e78f00;
}

.titrerenova a:hover {
color: #000;
}

.sstitrerenova a {
text-decoration: underline;
}

.datenews {
font-size: 10px;
line-height: 5px;
text-align: right;
margin-right: 25px;
font-weight: bold;
color: #464646;
}
#menu ul {
	margin: 0px;
}
