<HTML>
<HEAD>
<STYLE TYPE="text/css">
<!--

a { color:#404243 ; text-decoration:none; }
a:link { color:blue; text-decoration:none; }
a:visited { color:blue; text-decoration:none; }
a:hover { color:red; text-decoration:none; }
a:active { color:blue; text-decoration:underline; }

body { font-family : Century Gothic, Arial ; color : #404243 ; }
 h1 , h2 , h3 {  color : red ; }
 h4 , h5 , h6 {  color : blue ; }






a.bouton2
	{
	text-decoration:none;
	display:block;
	color:black;
	margin-top:2px;
	text-align:center;
	width:90px;
	border-style:ridge;
	border-width:1px;
	border-color:silver;
	border-style:outset;
	padding:2px;
	background-color:#ececff;
	}

a.bouton2:hover
	{
	color:red;
	font-weight:bold;
	border-style:inset;
	background-color:white;
	}

-->
</STYLE>
</HEAD>
</HTML>

