body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
	background-color: #E06633;
	margin: 2px;
	padding: 2px;
}
.titrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #CC3333;
}
.bouton {
	color: #BD3124;
	text-decoration: none;
	padding: 0px;
}
.tableau {
	border: 1px dotted #CC3333;
}
a:link {
	color: #E06633;
	text-decoration: none;
}
a:visited {

	color: #E06633;
	text-decoration: none;
}
a:active {


	color: #E06633;
	text-decoration: underline;
}
a:hover {



	color: #E06633;
	text-decoration: underline;
}
.copyright {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.pub {
	font-size: 18px;
	color: #000000;
}
.pub a:link {
 text-decoration:underline;
	font-size: 18px;
	color: #000000;
}
.pub a:visited {
 text-decoration:underline;
	font-size: 18px;
	color: #000000;
}
.pub a:active {
  text-decoration:underline;
	font-size: 18px;
	color: #000000;
}
.pub a:hover {
    text-decoration:none;
	font-size: 18px;
	color: #000000;
}