a.bouton1:link{
	width:300px;
	height:30px;
	background-color:#33CC03;
	text-decoration:none;
	color:white;
	text-align:center;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
	border-width:0px;
	padding:6px;
}

a.bouton1:visited{
	width:190px;
	height:30px;
	background-color:#33CC03;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;


	border-width:0px;
	padding:6px;
}

a.bouton1:hover{
	width:300px;
	height:30px;
	background-color:#FF9900;
	text-decoration:none;
	color:white;
	text-align:center;
	font-family:verdana;
	font-weight:bold;
	font-size:12px;

	padding:6px;
	//border-style:outset;
	border-width:0px;
}
a.bouton2:link{
	text-decoration:none;
	color:#33CC03;
	text-align:center;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
}

a.bouton2:visited{
	text-decoration:none;
	color:#33CC03;
	text-align:center;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
}

a.bouton2:hover{
	text-decoration:none;
	color:#FF6600;
	text-align:center;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
}

h1{
	text-decoration:none;
	color:#FF6600;
	text-align:center;
	font-weight:bold;
	font-family:verdana;
	font-size:14px;
	font-style: italic;
}
