/*--- styles génériques du site ---*/
* {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, Verdana, sans-serif;
}/*
*:link,
*:visited,
*:hover,
*:active,
*:focus {
	outline: none;
}*/

html {
  font-size: 100%;
  background: #fff url(/css/img/fnd/fnd_html.gif) repeat-x 0 0;
  height: 100%;
}
body {
  text-align: left;
  height: 100%;
  margin: 0 auto;
  font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
	font-size: 0.80em;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3em;
  background: transparent url(/css/img/fnd/fnd_body.jpg) no-repeat left top;
}
#page {	
	position: absolute;
	width: 400px;
	top: 50%;
	left: 50%;
	margin: -140px 0 0 -200px;
}
#page #contenu{	
	background: #fff;
	border: 1px solid #7D7D7D;
	color: #181613;
	overflow: hidden;
	position: relative;
	z-index:1;
	height: 300px;
}
#page #ombre{	
	position: absolute;
	top: -5px;
	left: -5px;
	background: #000;
	filter : alpha(opacity=20);
	-moz-opacity : 0.2;
	opacity : 0.2;
	width: 410px;
	height: 313px;
}
#page #contenu h1 {
	margin: 0;
	height: 70px;
	line-height: 70px;
	font-size: 1.8em;
	font-weight: normal;
	background: #7D7D7D url(/css/img/fnd/login/fnd_titre.png) repeat-x bottom;
	color: #fff;
}
#page #contenu form {
	padding: 10px;
}
#page #contenu h1 span{
	height: 70px;
	line-height: 70px;
	display: block;
	background: url(/css/img/fnd/login/fnd_logo.png) no-repeat 10px 0;
	padding: 0 0 0 90px;
}

#page #contenu label{
	display:block;
	font-weight:bold;
	margin:2px 0;
}
#page #contenu .message{
	color: red;
	padding: 10px 10px 0 10px;
}
#page #contenu input{
	width:280px;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	padding:4px;
}
#page #contenu .checkbox {
	margin: 10px 0 0 0;
}
#page #contenu .checkbox input{
	width: auto;
	border: 0;
	margin: 2px 5px 0 0;
	padding: 0;
	float: left;
}
#page #contenu .submit {
	width: auto !important;
	margin: 15px 0 0 -1px;
	padding: 0 0 0 28px;
	height: 27px;
	background: url(/css/img/fnd/fnd_btn_valide_g.png) no-repeat left top;
}
#page #contenu .submit input {
	border: none !important;
	height: 27px;
	width: auto !important;
	padding: 0 10px 4px 0;
	cursor: pointer;
	background: url(/css/img/fnd/fnd_btn_valide_d.png) no-repeat right top;
}