@charset "utf-8";
/* CSS Document */



html {background:url(../images/background_layout.jpg) center; background-color:#4a4a4a; }


.form .headline h2, .form a { color:#62a908; }
.form .headline span { color:#62a908; }
.form .headline span strong { color:#62a908; }


.row input[type=button] {
	color:#fff;
	text-shadow:-1px -1px 0 #90a853 !important;
	border:1px solid #c70067;

	background: #ff7c01;
    background: -moz-linear-gradient(top, #ffac0d, #ff7c01);
    background: -webkit-gradient(linear, left top, left bottom,
				color-stop(0%,#ffac0d), color-stop(100%,#ff7c01));
    background: -webkit-linear-gradient(top, #ffac0d, #ff7c01);
    background: -o-linear-gradient(top, #ffac0d, #ff7c01);
    background: -ms-linear-gradient(top, #ffac0d, #ff7c01);
    background: linear-gradient(top, #ffac0d, #ff7c01);
}


.row .element input[type=text] { border:1px solid #00919b; box-shadow:3px 3px 4px #bebebe inset; }
.row .element input[type=password] { border:1px solid #00919b; box-shadow:3px 3px 4px #bebebe inset; }
.row input[type=checkbox] { border:1px solid #b5b5b5; }

.autorisation a {
	background-color:#e4e4e4;
	color:#7b7b7b;
	border:1px solid #cacaca;
	background: #e4e4e4;
    background: -moz-linear-gradient(top, #fff, #e4e4e4);
    background: -webkit-gradient(linear, left top, left bottom,
				color-stop(0%,#fff), color-stop(100%,#e4e4e4));
    background: -webkit-linear-gradient(top, #fff, #e4e4e4);
    background: -o-linear-gradient(top, #fff, #e4e4e4);
    background: -ms-linear-gradient(top, #fff, #e4e4e4);
    background: linear-gradient(top, #fff, #e4e4e4);
}
.autorisation a:hover {	color:#000; }
.form { color:#4a4a4a; /*text-shadow:1px 1px 0 #fff;*/ }

.wrapper {
	background: #ededed;
    background: -moz-linear-gradient(top, #fdfdfd, #eeeeee, #ededed);
    background: -webkit-gradient(linear, left top, left bottom,
				color-stop(0%,#fdfdfd), color-stop(100%,#eeeeee), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #fdfdfd, #eeeeee, #ededed);
    background: -o-linear-gradient(top, #fdfdfd, #eeeeee, #ededed);
    background: -ms-linear-gradient(top, #fdfdfd, #eeeeee, #ededed);
    background: linear-gradient(top, #fdfdfd, #eeeeee, #ededed);
}

.header { border-bottom:1px solid #dbdbdb; }
