@charset "utf-8";
td img {display: block;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffcc;
}
body {
	background-color: #131313;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bordure {
	border: 1px solid #77b104;
	padding-left: 5px
}
.bordure2 {
	border: 1px solid #77b104;
	padding-left: 20px
}
.text-1 {
	font-size: 20px;
	font-weight: bold;
}
.texte-2 {
	font-size: 16px;
	line-height: 25px;
	margin-right: 30px;
}
.texte-3 {
	font-size: 14px;
	line-height: 17px;
	margin-right: 30px;
}
.texte-4 {
	font-size: 14px;
	line-height: 17px;
	padding-left: 26px;
	margin-right: 30px;
}
.titre {
	font-size: 17px;
	font-weight: bold;
}
li {
	list-style-position: outside;
	
}
ul {

	list-style-image: url(../images/bullet.jpg);
}
.Copyright {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	padding-right: 12px;
}
.Copyright2 {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	padding-right: 12px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #ffffcc;
}
a:visited {
	text-decoration: none;
	color: #ffffcc;
}
a:hover {
	text-decoration: none;
	color: #ffffcc;
}
a:active {
	text-decoration: none;
	color: #ffffcc;
}
