/* CSS Document */

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}



body{ background: #e2e3e7;}


#home {
	background-color: rgba(255,255,255,0.7);
	float: right;
	padding: 100px 30px 50px;
	border-radius: 0 0 0 15px;
	margin: 0;
	position: relative;
	max-width: 310px;
	min-height: 400px;
}

@keyframes login {
    from { margin-top: 150px; }
    to { margin-top: 50px; }
}

@-webkit-keyframes login {
    from { margin-top: 150px; }
    to { margin-top: 50px; }
}

#home form {
	margin-top: 150px;
	-webkit-animation: 1s ease 0.5s normal forwards 1 running login;
	-o-animation: 1s ease 0.5s normal forwards 1 running login;
	animation: 1s ease 0.5s normal forwards 1 running login;
}

#home label {
    display: inline-block;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
}

#home label[for="ps"] {
	margin-right: 25px;
}

#home input.texte {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b2b8be;
    border-radius: 6px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 30px auto 0;
    padding-left: 5px;
    padding-right: 5px;
    transition: all 0.4s ease-out 0s;
    width: 200px;
}

#home input#connexion {
	background-color: #FF0000;
	border-radius: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	width: 150px;
	margin: 30px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 5px 10px;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#home input#connexion:hover {
	background-color: #262626;
}

#home #logo_fournisseur {
	margin-top: 100px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

#home #logo_fournisseur img {
	height: 50px;
	width: auto;
	max-width: 300px;
}
