/*################################################################
 "r"  Top page 
################################################################*/
.ui-bar-r{
	background:#939496;
	background-image:-moz-linear-gradient(top, #939496, #505050);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #939496), color-stop(1, #505050));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#939496', EndColorStr='#505050')";
	color:#ffffff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.ui-header .ui-title{
	color: #fff;	
}



/*################################################################
 "s"  Footer
################################################################*/
.ui-btn-up-s{
	background:#747474;
	background-image:-moz-linear-gradient(top, #747474, #494949);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #747474), color-stop(1, #494949));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#747474', EndColorStr='#494949')";
	color:#ffffff;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #747474;
	font-weight: bold;
}


/*################################################################
 "e" = hiver > Footer + heberg  + "s" hover
################################################################*/
.ui-btn-hover-e, .ui-btn-hover-s {
	background:#d8d7d6;
	background-image:-moz-linear-gradient(top, #d8d7d6, #8f8e8d);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d8d7d6), color-stop(1, #8f8e8d));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#d8d7d6', EndColorStr='#8f8e8d')";
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #d8d7d6;
	font-weight: bold;
}