html,body
{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
.texte {
	font-family: Verdana, sans-serif;
	font-size: 11 px;
	color: #FFFFFF;
}
.footer {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #CDCDCF;
}
object, embed
{
	outline:none;
}
.myButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #442a2a), color-stop(1, #5c3e3e) );
	background:-moz-linear-gradient( center top, #442a2a 5%, #5c3e3e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#442a2a', endColorstr='#5c3e3e');
	background-color:#442a2a;
/*	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	border:5px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:10px 16px;
	text-decoration:none;
	text-align:left;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5c3e3e), color-stop(1, #442a2a) );
	background:-moz-linear-gradient( center top, #5c3e3e 5%, #442a2a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c3e3e', endColorstr='#442a2a');
	background-color:#5c3e3e;
}.myButton:active {
	position:relative;
	top:1px;
}
.cacher
{
	display:none;
}
