@charset "utf-8";
/* CSS Document */



html {background:url(../images/background_layout.jpg) center; background-color:#4a4a4a; }

.logo  {margin:-15px 0 0 0 ; }

.form .headline h2, .form a { color:#ffffff; }
.form .headline span { color:#ffffff; }
.form .headline span strong { color:#ffffff; }


.row input[type=button] {
	color:#fff;
	
	border:1px solid #024e4e;
	
	background: #478b38; 
    background: -moz-linear-gradient(top, #077777, #024e4e); 
    background: -webkit-gradient(linear, left top, left bottom,
				color-stop(0%,#077777), color-stop(100%,#024e4e));
    background: -webkit-linear-gradient(top, #077777, #024e4e);
    background: -o-linear-gradient(top, #077777, #024e4e);
    background: -ms-linear-gradient(top, #077777, #024e4e);
    background: linear-gradient(top, #077777, #024e4e);
}


.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:#005b61;
	color:#7b7b7b;
	border:1px solid #cacaca;
	background: #f72c95; 
    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:#ffffff;  }

.wrapper {
	background: #C70B0C; 
    background: -moz-linear-gradient(top, #C70B0C, #C70B0C, #C70B0C); 
    background: -webkit-gradient(linear, left top, left bottom,
				color-stop(0%,#C70B0C), color-stop(100%,#C70B0C), color-stop(100%,#C70B0C));
    background: -webkit-linear-gradient(top, #C70B0C, #C70B0C, #C70B0C);
    background: -o-linear-gradient(top, #C70B0C, #C70B0C, #C70B0C);
    background: -ms-linear-gradient(top, #C70B0C, #C70B0C, #C70B0C);
    background: linear-gradient(top, #C70B0C, #C70B0C, #C70B0C);
}

.header { border-bottom:1px solid #dbdbdb; }
