@charset "utf-8";
/* CSS Document */


.point {
	font-size:12pt;
	line-height:30px;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}

.em {
	font-size:1em;
}

.percentage {
	font-size:100%;
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}

.undefined {
	margin-bottom:20px;
	padding:20px;
	background-color:#222222;
}

#changeFont {
	position:absolute;
	top:10px;
	right:10px;
	background-color:#333333;
	padding:5px;
}

.increaseFont, .decreaseFont, .resetFont {
	color: #FFF;
	text-decoration: none;
}

body {
	background-color: #343434;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/BGR_storiste6_small.jpg);
	background-attachment: fixed;
	margin-right: 0px;
	margin-left: 0px;
}


#outerContainer {
	width: 709px;
	margin-right: auto;
	margin-left: auto;
}
#outerContainer #header {
	height: 120px;
}
#header #logo_storiste_fr {
	background-image: url(../images/storiste_logo_larger.png);
	height: 35px;
	width: 208px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: 37px;
	margin-left: 2px;
}
#header #slogan {
	background-image: url(../images/createur_dambiances_storiste.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 261px;
	float: right;
	margin-top: 38px;
	margin-right: 5px;
}


.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	/* [disabled]height: auto; */
	line-height: 1.7em;
	text-align: left;
	margin-bottom: 55px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.text .heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
}
.subHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
}
.text p a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.text ul li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}


#footer {
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	color: #CCC;
	clear: both;
	position: relative;
	bottom: 0%;
}
#outerContainer #footer .linkContact {
	text-decoration: none;
	color: #FFF;
}

#outerContainer #footer .linkContact:hover {
	text-decoration: none;
	color: #8BC7F6;
}
