body {
    scrollbar-face-color: #0F4720;
    scrollbar-shadow-color: #228b22;
    scrollbar-highlight-color: #98fb98;
    scrollbar-3dlight-color: #8fbc8b;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #D1CA62;
    scrollbar-arrow-color: #D1CA62;
}

.kwd { font-size: 1pt; font-style: normal; color:#000; visibility: hidden; display: none; }

#cadre {
	background-image: url( /images/interface/cadre.jpg );
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 747px;
	height: 493px;
	padding: 53px 46px 49px 49px;
	position: relative;
	background-color: #0F4720;
}

#cadre #interieur {
	background-color: #0F4720;
	color: white;
	height: 466px;	/* hauteur fixe */
	margin: 0;
	border: 1px solid white;
	padding: 1px;
	overflow: auto; /* affiche le scroll si on dépasse la hauteur */
}
#int_interieur {
	background-color: #FAF8CF;
	color: white;
	height: 466px;	/* hauteur fixe */
	margin: 0;
	border: 1px solid white;
	padding: 1px;
	overflow: auto; /* affiche le scroll si on dépasse la hauteur */
}
#accueil {
	text-align:center;
    font-weight:bold;
	font-size:12px;
	font-weight: lighter;	
}
#photo_acc {
	width:735px;
	height:173px;
	background-color:white;
	padding:2px 2px 2px 2px;
	margin-left:2px;
}

#menu {
	background-color: #C8C836;
	height: 22px;
}

#menu a {
	font-family: "Barmeno Bold", Georgia, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 0 13px;
}

/* effet de rollover sur le menu */

#menu a:hover, #menu a.selected {
	position: relative;
	background-color: #4D632D;
	padding: 15px;
	left: -4px;
	margin-right: -3px;
	color: #C8C836;*/
}

#menuRecherche {
	width: 150px;
	position: absolute; 
	bottom: 30px;
	padding-bottom: 50px;
	background-color: #4D632D;
	left: 377px;
	text-align:center;
	color: #C8C836;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	font-weight: bold;	
}

#menuRecherche a {
	display: block;
	padding: 0 10px !important;
	margin: 5px !important;
	position: static !important;
}

.showme {
	display: block;

}

.hideme {
	display: none;	
}	

#intro {
	position: absolute;
	font-family: Helvetica, Sans-serif; 
	/* le div cadre étant en position relative 
	et #intro étant un enfant direct de ce div, 
	les coordonnées sont relatives à celles du div #cadre 
	*/
	top: 0;
	left: 0;
	margin: 13px 0 10px 60px;
	color: white;
	width: 100%;
	font-size: 17px;
	font-weight: lighter; 
}
#pied {
	position: absolute; 
	/* le div cadre étant en position relative 
	et #intro étant un enfant direct de ce div, 
	les coordonnées sont relatives à celles du div #cadre 
	*/
	top: 510;
	left: 0;
	margin: 10px;
	color: white;
	width: 100%;
}
.texte {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.ref2 {
	color: #000000;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
}

#Infos{width:180px;margin:10px 0;padding:5px;float:left;display:inline}

#DPED{width:180px;padding:0;background:#fff;float:left;}
#ValDPE{width:180px;height:180px;position:relative}
#ValDPE .valeur{position:absolute;right:0;color:#000;padding:0 2px}

#CO2{width:180px;padding:0 10px 0 20px;background:#fff;float:left;}
#ValCO2{width:180px;height:180px;position:relative}
#ValCO2 .valeur{position:absolute;right:0;color:#000;padding:0 2px}

