body {
	margin:auto;
	background-color: #FFF;
}

a {
	color:#000;
	text-decoration:none;	
}
a:hover {
	color:#FFF;
	text-decoration:none;	
}

.texte {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	text-align: center;
	color: #FFFFFF;
	font-weight: lighter;
	width:600px;
}
.bouton {
	border:1.5px solid;
	border-color:#000;
	height: 25px;
	width: 25px;
	background-color:#EA8D04;/*orange*/
}
.texteBoutons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding-top:5px;
}
.fond {
	margin-top:5px;
	height: 600px;
	width: 1000px;
	background-image:url(../images/fondGeneral.jpg);
	background-position: center center;
	border: medium solid #000000;
}

.lienHtml {
	color:#000;
	font-size:12px;
	background-color:#000;
	width:350px;
}
.lienHtml a{
	color:#999;
	text-decoration:none;
}
.lienHtml a:hover{
	color:#EA8D04;
	text-decoration:underline;
}