/* Scroll Bar Master Styling Starts Here */
.scrollgeneric {line-height: 0px; font-size: 0px; position: absolute; top: 0; left: 0;}
.vscrollerbase {width: 12px; background-color: #F4F4F4;}/*largeur barre*/
.vscrollerbar {width: 12px; background-color: #66FF00; border: 0px dashed #000000;}/*barre défilement*/
.hscrollerbase {height: 0px; background-color: white; }
.hscrollerbar { height: 0px; background-color: black;}
.scrollerjogbox { width: 12px; height: 12px; top: auto; left: auto; bottom: 0px; right: 0px; background-color: #000000;} /*carré en bas entre H et V*/



body {
	margin: 0;
	padding:0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #401300;
}

#global {
    position: relative; /* on positionne le conteneur */
    margin-left: auto;
    margin-right: auto;
    width: 700px;
	height: 380px;
    text-align: left;
     }

#scroll {
		width: 500px;
		height: 347px;
		overflow: auto;
		position: absolute;
		z-index: 100;
		top: 8px;
		left: 113px;
		}
		
#scroll a {
	text-decoration: none;
	background-color: #F4F4F4;
	color: #339900;
	}

#scroll a:hover {
	text-decoration: none;
	color: #66FF00;
	background-color: #FFFFFF;
	}


.bloctextetitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #401300;
	text-align: left;
	margin-right: 100px;

}
.bloctexte {
	text-align: justify;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin-right: 10px;
}

.bloctexteQuestion {

	text-align: left;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin-right: 10px;
}

.bloctexteReponse {
	text-align: justify;
	background-image:  url(file:///C|/Documents%20and%20Settings/dstld/Mes%20documents/websites/atlasdurable/imgs/guillemets.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin-right: 10px;
	padding-left: 5px;
	text-indent: 15px;
}

.bloctexteListe {
	text-align: justify;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin-right: 10px;
	padding-left: 35px;
	background-image:  url(file:///C|/Documents%20and%20Settings/dstld/Mes%20documents/websites/atlasdurable/imgs/flc_titretexte.gif);
	background-repeat: no-repeat;
	background-position: 20px 1px;
}

#blocgauche {
	width: 700px;
	height: 380px;
	position: absolute;
	z-index: 10;
	top: -10px;
	left: 0px;
		}

#credits {
	width: 820px;
	height: 20px;
	position: absolute;
	z-index: 1000;
	top: 570px;
	left: 5px;
	text-align: right;
	font: 9px arial,helvetica,sans-serif;
	color: #175C59;
	}
		
#credits a {
	text-decoration: none;
	color: #175C59;
	}

#credits a:hover {
	text-decoration: none;
	color: #175C59;
	background-color: #E8F12A;
	}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	border: 0px;
	list-style-type: none;
}

