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

#page-content-home label {
	color:#ffffff;
	font-weight: bold;
	font-size: 14px;
}

input, textarea {
	/*width: 200px;*/
	height: 20px;
	padding: 4px;
	vertical-align: middle;
	border-radius: 5px;
	background-color: #e3ebf1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

select {
	/*width: 200px;*/
	
	vertical-align: middle;
	border-radius: 5px;
	background-color: #e3ebf1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

input[type="submit"], input[type="reset"]  {
	color: #ffffff;
	height: 30px;
	text-align: center;
	margin: 0px;
	padding: 4px;
	background-color: #45ad18;	/*display: block;*/
}


#container_html-home {
	height: 60px;
	width: 100%;
	float: left;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: +2;
	
}

#page-content-home {
	width:940px;
	height: 20px;
	padding: 20px;
	margin: 0px;
	float: left;
	/*background-color: #356097;*/
	text-align: center;
	color: #FFF;
	font-size: 16px;

}


ul#anim-home li span {
	color: #FFF;
	font-size: 26px;
	text-decoration: none;
}

ul#anim-home li {
	color: #FFF;
	text-decoration: none;
}
#link-home {
	width: 100%;
	position: absolute;
	font-size: 18px;	
	}
	
#link-home a {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}



#choixlangue {
	height: 30px;
	width: 840px;
	margin-top: 0px;
	margin-right: 50px;
	margin-left: 50px;
	color: #104694;
	text-align: center;
	
}

#choixlangue a:link, #choixlangue a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #104694;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#choixlangue a:hover {
	text-decoration: underline;	
}

#login {
	width: 840px;
	margin-top: 5px;
	margin-right: 50px;
	margin-left: 50px;
	
}

#newuser {
	width: 499px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-right: 10px;
	padding-left: 10px;
}

#user {
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

#foregtpass {
	text-align: left;
	width: 250px;
	margin-left: 15px;
}
#foregtpass a:link, #foregtpass a:visited, #foregtpass a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-style: italic;
}


#forgetpass-form {
	background-color: #da005e;
	border: 1px dotted #c50e20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	display:none;
	width: 300px;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#forgetpass-form label {
	color: #FFF;	
	}
