
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#FE7200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link,
a:visited,
a:active {
	color:#FE7200;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}



#LSPS2007iFrame {
	height:2450px;
	width: 99%;
	margin:0px auto;
	border:none; 
	display:block;
}


.page_headline {
	background-color:#000000;
	color:#FFFFFF;
}

.page_headline strong {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bolder;
}
.page_headline a strong:hover {
	color:#FE7200;
}
.page_headline a:link,
.page_headline a:visited,
.page_headline a:active {
	color:#FE7200;
	font-size:12px;
	font-weight:bolder;
}
.page_headline a:hover {
	color:#FFFFFF;
}

#pageFooter {
	width:800px;
	margin:0px auto;
	text-align:center;
	color:#FE7200;

}


/**********************
/* Texte
/*********************/

.texte {
	width:990px;
	margin:0px auto;
}

.text1 {
	color:#FE7200;
	padding-left:0px;
	width:990px;
}
.text1 h1 {
	margin:5px 0px;
	font-size:20px;
}
.text1 span {
	text-align:justify;
	display:block;
}

.text2 {
	color:#FE7200;
	padding-left:0px;
	width:990px;
}
.text2 h2 {
	margin:5px 0px;
	font-size:19px;
}
.text2 span {
	text-align:justify;
	display:block;
}

.text3 {
	color:#FE7200;
	padding-left:0px;
	width:990px;
}
.text3 h3 {
	margin:5px 0px;
	font-size:18px;
}
.text3 span {
	text-align:justify;
	display:block;
}
