@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#642179; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 { color:#642179; }
h1 { font-weight:bold; font-size:12px; padding-bottom:25px; }
h2 { font-weight:bold; font-size:1.em; }
h3 { font-weight:bold; font-size:1.1em; }
h4 { font-weight:bold; font-size:1em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }
p, ul, ol, li { font-size:1em; }


a { color:#642179; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#642179; padding:3px; }
input { color:#642179; padding:3px; }

hr { height: 1px; color:#ccc; border-bottom: 1px solid #ccc; border-top: none; border-left: none; border-right: none; margin: 2em 0 1em 0; opacity:0.6;} /* Astuce pour mettre des bordures discrètes */

/* Intro */
#intro h1 { color:#000; } /* couleur du h1 de l'intro */
#intro p, #intro a { color:#000; } /* couleur du texte de l'intro */
#intro p { font-size:.9em; }

/* Adresse : Liens de bas de page
----------------------------------------------------------*/
#adresse p, #adresse a { color:#642179; } /* couleur des liens de bas de page */
#adresse p { font-size:.9em; }

/* Image de validation W3C
----------------------------------------------------------*/
/*#validator a img { background-color:#000; } - Activer le CSS si le fond du site est blanc */
/*logo societe*/
.clearvalidator{ clear:both; height:3px;}


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }


.padL{padding-left:20px;}
.padL1{padding-left:10px;}
.padL50{padding-left:50px;}
.padL100{padding-left:100px;}

.padB{padding-bottom:20px;}

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }
.indent {  margin-left:15px; }
.borderL { border-left:1px solid #d1d341; padding:0.3em 0 0.5em 6px;}

/* Des classes de formatage du texte en ligne */
em, .italic, .italique, cite { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre { text-decoration:line-through; }
.souligne { text-decoration:underline; }
.br { display:block; }
.petit { font-size:0.9em; }
.normal { font-weight:normal;}

/* Des classes flottantes */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb { clear:both; }
.clearer { clear:both; width:0; height:0; line-height:0; }

/* Titres spéciaux */
.titre {  background:transparent url(../images/bgTitre.png) no-repeat left center; padding:10px 0 10px 35px; margin-bottom:1em;}
.line { background:transparent url(../images/line.gif) no-repeat left bottom; padding-bottom:8px; margin-bottom:25px;}
.titre2 { padding: 0.5em 0 0.5em 10px; border-left:4px solid #d8d96a; margin:2em 0 1em 0;}
.titre3 {
	padding: 0.5em 0 0.5em 10px;
	border-left:4px solid #d8d96a;
	margin:0em 0 1em 0;
}
.titre4 {  background:transparent url(../images/bgTitre2.png) no-repeat left center; padding:10px 0 10px 35px; margin-bottom:1em;}

.vert{color: #86971C}

.width250{width:250px;}

.contour{background:#642179; width:800px; height:50px; border-radius:8px; text-align:center;  color:#FFF; font-weight:bold; font-size:14px; margin:10px 0 10px 40px;}
.contour p{ margin:10px;}


/* Boutons */
.btn { display:inline-block; text-decoration:none; font-weight:bold; width:165px; height:30px; padding:12px 5px 0 5px; margin:0 20px; background:transparent url(../images/bg_btn.png) no-repeat 0 0; letter-spacing:1px; cursor:pointer; text-shadow:1px 1px 1px #fff; text-align:center;}
.btn:hover { background:transparent url(../images/bg_btn_hover.png) no-repeat 0 0;}

.btn2 { display:inline-block; text-decoration:none; font-weight:bold; width:165px; height:53px; padding:12px 5px 0 5px; margin:0 20px; background:transparent url(../images/bg_btn2.png) no-repeat 0 0; letter-spacing:1px; cursor:pointer; text-shadow:1px 1px 1px #fff; text-align:center;}
.btn2:hover { background:transparent url(../images/bg_btn_hover2.png) no-repeat 0 0;}


.btnRetour {  display:inline-block; text-decoration:none; font-weight:bold; width:100px; height:30px; padding:12px 5px 0 5px; margin:0 20px; background:transparent url(../images/bg_btnRetour.png) no-repeat 0 0; letter-spacing:1px; cursor:pointer; text-shadow:1px 1px 1px #fff; text-align:center;}
.btnRetour:hover { background:transparent url(../images/bg_btnRetour_hover.png) no-repeat 0 0; }

/* Encarts */
.encart { width:90%; margin-top:1.5em; padding: 10px 12px 5px 12px; background-color:rgba(243, 247, 250,0.8); background-color: #F3F7FA;
/*CSS3*/
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  -moz-box-shadow: 1px 1px 1px #494949; -webkit-box-shadow: 1px 1px 1px #494949;
}

.encartPdf { display:inline-block; width:420px;; height:60px; margin: 1.2em 0 2em 180px; padding:10px; background: #F3F7FA url(../images/logo.png) no-repeat 5px center; background:rgba(243, 247, 250,0.8) url(../images/logo.png) no-repeat 5px center;  font-size:0.9em; font-weight:bold; padding-left:90px; text-align:center;}


.encartPdf-hau { display:inline-block; width:150px; height:30px; margin: 1.2em 0 2em 180px; padding:30px 10px 20px 100px; background: #F3F7FA url(../images/logo.png) no-repeat 5px center; background:rgba(243, 247, 250,0.8) url(../images/logo.png) no-repeat 5px center;  font-size:0.9em; font-weight:bold;  text-align:center;}

/*CSS3*/
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  -moz-box-shadow: 1px 1px 1px #494949; -webkit-box-shadow: 1px 1px 1px #494949;}
.encartPdf:hover { background:rgba(243, 247, 250,1) url(../images/logo.png) no-repeat 5px center;}
.encartPdf p {  padding-top:18px;}

.encartPdf2 { display:inline-block; /*width:450px;*/ height:60px; margin: 1.2em 0 2em 50px; padding:10px; background: #F3F7FA url(../images/logo.png) no-repeat 5px center; background:rgba(243, 247, 250,0.8) url(../images/logo.png) no-repeat 5px center;  font-size:0.9em; font-weight:bold; padding-left:20px; text-align:center;
/*CSS3*/
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  -moz-box-shadow: 1px 1px 1px #494949; -webkit-box-shadow: 1px 1px 1px #494949;}
.encartPdf2:hover { background:rgba(243, 247, 250,1) url(../images/logo.png) no-repeat 5px center;}
.encartPdf2 p {  padding-top:10px; padding-left:50px;}

/* Liens */
.pdf {  background:transparent url(../images/pdf.png) no-repeat right center; padding-right:23px; display:inline-block; padding-top:3px;}

/* Listes spéciales */

.blocList ol {
	color:#d8d96a;
	font-family:Georgia,Times,serif;
	font-size:24px;
	font-style:italic;
	margin:5px 0 0 1.5em;
	padding:0;
}

.blocList ol li {
	padding: 0 0 0 0.6em;
	border-left:1px solid #d8d96a;
}

.blocList ol li p {
	color:#642179; 
	font-size:12px;
	font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif;
	font-style:normal;
	line-height:1.4em;
	/*padding: 0 0 10px 0;*/
}

.blocList ol li .petit { font-size:10px; }

/*	Mise en page
----------------------------------------------------------*/

/*	Page d'accueil
----------------------------------------------------------*/ 
.illustration { float:left; padding:0 5px 0 0; height:330px; width:350px; }

.tab_maitrise table{ width:800px; }

.tab_maitrise td{border:1px solid #642179; height:20px; padding:10px;}

.backg{ background-color:#f8e6fe; border-radius:6px; }

/*	Audit énergétique
----------------------------------------------------------*/

.table_audit{border:1px dashed #982453; opacity : 0.8;}
.table_audit td {height:20px;}


.margin_table{margin: 10px 50px 10px 150px;}

.audit_right{float:right; width:320px; padding-left:20px;}


/* Listes  AUDITS*/
.puce ul, ol {
	
}
.puce li {
	display: list-item;
	list-style-image:url(../images/puce.jpg);
	line-height: 1.4em;
	margin-left:20px;
	margin-bottom:10px;
}

/* Menu slide */
.entete { }
.plus { width:575px; display:block; height:24px; text-decoration:none; padding:12px 15px 2px 45px; margin:10px auto; font-weight:bold; letter-spacing:1px;
/* CSS 3 */
border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;  -moz-box-shadow: 1px 1px 1px #494949; -webkit-box-shadow: 1px 1px 1px #494949; /*text-shadow:1px 1px 1px #ccc;*/}
.plus2 { width:800px; display:block; height:24px; text-decoration:none; margin:10px; font-weight:bold; letter-spacing:1px; }
.subcontenu { width:585px; padding:5px 0px 10px 5px; margin:0 auto; }
.subcontenu2 { width:800px; padding:5px 0px 10px 5px; margin:0 auto; }

/* Pictos dans boutons */
#lot1 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot1.png) no-repeat 5px 4px; }
#lot2 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot2.png) no-repeat 5px 4px; }
#lot3 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot3.png) no-repeat 5px 4px; }
#lot4 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot4.png) no-repeat 5px 4px; }
#lot5 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot5.png) no-repeat 5px 4px; }
#lot6 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot6.png) no-repeat 5px 4px; }
#lot7 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot7.png) no-repeat 5px 4px; }
#lot8 { background:rgba(206, 207, 69, 0.6) url(../images/audit-energetique/pictos/lot8.png) no-repeat 5px 4px; }
/*#lot10 { background:#e2e28f; }
#lot11 { background:#e2e28f; }*/

/* Images en bg de .subcontenu */
#subLot1 {  background: transparent url(../images/audit-energetique/pictos/bg/lot1.png) no-repeat right 50%;}
#subLot2 {  background: transparent url(../images/audit-energetique/pictos/bg/lot2.png) no-repeat right 50%;}
#subLot3 {  background: transparent url(../images/audit-energetique/pictos/bg/lot3.png) no-repeat right 50%;}
#subLot4 {  background: transparent url(../images/audit-energetique/pictos/bg/lot4.png) no-repeat right 50%;}
#subLot5 {  background: transparent url(../images/audit-energetique/pictos/bg/lot5.png) no-repeat right 50%;}
#subLot6 {  background: transparent url(../images/audit-energetique/pictos/bg/lot6.png) no-repeat right 50%;}
#subLot7 {  background: transparent url(../images/audit-energetique/pictos/bg/lot7.png) no-repeat right 50%;}
#subLot8 {  background: transparent url(../images/audit-energetique/pictos/bg/lot8.png) no-repeat right 50%;}

#contenu .entete a:hover { background-color:rgba(206, 207, 69, 0.8); } /* pour le hover, on prend la priorité sur les #lot1, #lot2... */
#contenu .entete2 a:hover {/* background-color:rgba(206, 207, 69, 0.8); pour le hover, on prend la priorité sur les #lot1, #lot2... */}

/*	Références
----------------------------------------------------------*/
.references {width:85%;}
.references h2{ color:#86971C; font-size:1.1em;}


/*	Site en cours de réalisation
----------------------------------------------------------*/
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales
----------------------------------------------------------*/
#infoclient { float:left; padding:0 0 1em; }
#hebergeur { float:right; padding:0; }

/*	Google Maps
----------------------------------------------------------*/
.plan {
	width:383px;
	height:575px;
	border: 3px solid #86971c;
	margin:0 auto;
}

#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding-bottom:5px;
	padding-top:5px;
	text-align:center;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 10px;
	text-align:center;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
	text-align:center;
	!text-align:center;
}
.plan-printer {
	display:block;
	text-align: right;
	padding-bottom:15px;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}
#googlemap a.googlemap-icon { display: block; background:url(../images/goglemap.jpg) no-repeat; width: 70px; height: 60px; }
#googlemap a.googlemap-icon:hover { background: url(../images/goglemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(../images/goglemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }



/*	Reliquats styles de merde V*m
----------------------------------------------------------*/
/* NEW
.div-txt{width:92%;}
.div-txt2{width:35%;}*/

.div-txt{width:90%;}
.div-txt2{width:35%;}

.icon{vertical-align:top; margin-right:6px;}
.list{float:left; margin-bottom:20px; margin-top:9xp;}
.list2{float:left; margin-bottom:20px; margin-top:120xp;}
.list22{float:left; margin-bottom:60px; margin-top:0;}

legend { font: 700 15px Georgia, "Times New Roman", Times, serif; border-left:3px solid #86971c; padding:2px 10px 2px 10px; color:#86971c; }
fieldset { 
	border:1px solid #86971c; 
	padding:0 10px 0 10px;
	margin:0 auto;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}

.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	}

sup{
vertical-align:super;
font-size:11px;
}
sub{
vertical-align:sub;
font-size:11px;
}

.list3{
vertical-align:middle;
padding-right:7px;
padding-left:20px;
float:left;}

.list4{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:22px;
margin-top:3px;
}
.list5{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:30px;
margin-top:3px;
}
.img-1{
margin-left:25px;
}


.div-3{
width:460px;
}
.div-4{
width:375px;
}
#sub-body{
padding:20px;
background-color:#FFFFFF;
text-align:justify;
}
.text-1{
	margin-left:16px;
	display:inline-block;
	padding-top:5px;
}


.listd{
vertical-align:middle;
padding-right:7px;
float:left;}
.img-2{
margin-left:10px;
}
.text-2{
margin-top:10px;
}
#table-1{
	border-collapse:collapse;
	width:600px;
	border:1px solid #642179;
	vertical-align:middle;
	margin:0 auto;
}
#table-1 tr{
}
#table-1 td, #table-1 th{
	padding:6px;
	text-align:center;
}
#table-1 th{
	background: #F3F7FA;
	padding:10px;
	text-align:center;
}


.td1{
width:40%;
border:1px solid #642179;
}
.td2{
width:20%;
border:1px solid #642179;
text-align:center;
}

.bor-pic{border:#456ec2 solid 1px;}

.midd{vertical-align:middle;}


.font11{ font-size:11px;}
.fonttime{ font:"Times New Roman", Times, serif;}

.wid{ width:420px;}
.wid2{ width:550px;}
.wid3{ width:250px;}

.mar-right{ margin-right:150px;}

.mar-right2{ margin-right:80px;}

.mar-bottom{ margin-bottom:70px;}

.mar-top{ margin-top:90px;}

.bg5{ background:#edeee6; padding:10px; height:290px;}

.color{ color: #bdbf3a; font-size:20px}

.mar-left{margin-left:110px;}


/************************************************
CAPTIFY CAPTION
************************************************/
.caption-top, .caption-bottom {
     background: #000000;
     color: #ffffff;
     cursor:default;
     padding:2px;
     font-size:11px;
     text-align:center;
}

.caption-top {
     border-width:0px;
}

.caption-bottom {
     border-width:0px;
}

.caption a, .caption a {
     background:#000;
     border:none !important;
     text-decoration:none;
     padding:2px;
}

.caption a:hover, .caption a:hover {
     background:#202020;
}
