@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	position:absolute;
	background-color: #000;
}
.contoursHaut {
	border-top-width: 2px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1a6b00;
	border-bottom-color: #1a6b00;
}
.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}

.texteInterieur {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.titreTrou {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


.textePetit {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}


a.petit:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
a.petit:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
a.petit:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}
a.petit:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
}

