/* LAYOUT */
/* ----------------------------------------- */

html {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
body {
	color:#656565;
	font-family:Tahoma, sans-serif;
	font-size:13px;
	height:367px;
	border-bottom: 1px solid #FFFFFF;
	margin:0;
}
#wrapper {
	width:1060px;
	margin:0 auto;
	padding-top:70px;
	height:250px;
}
h2 {
	text-align: center;
	font-size:1.8em;
	line-height:1;
	margin:20px;
	padding:0;
}
h3 {
	font-size: 1.1em;
}
p {
	text-align: center;
	font-size:1.1em;
	margin:0 20px 30px;
}
a:link {
	color: #2a6888;
	text-decoration: underline;
}
a:visited {
	color: #999;
}
a:hover, a:focus {
	color: #2a6888;
	text-decoration: none;
}
a:active {
	color: #2a6888;
	text-decoration: underline;
}
#logo {
	width:500px;
	height:110px;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
}
#logo img{
	max-height:125px
}
#page-container {
	width:884px;
	margin:0 auto;
}
.container {
	background-image:url(../images/page.png);
	background-repeat: no-repeat;
	position: relative;
	width: 740px;
	height: 420px;
	padding: 1px;
	padding-left:0;
	padding-right:0;
	margin:0 auto;
	z-index:3;
	position:relative;
}
.content {
	display: block;
	margin: 0 auto;
}
#message {
	/*height:280px;*/
	height:160px;
	margin:auto;
	text-align:center;
	width:700px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom:5px;
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
}

/* PASSWORD */

#password_form {
	width:501px;
	height:45px;
	margin: 0 auto;
	position: relative;
	background:url(/resources/lib/restriction_theme/style/images/blue-email.png) no-repeat;
}
input.password {
	width:375px;
	height:21px;
	line-height: 21px;
	background-color:transparent;
	border:none;
	margin: 11px 11px 13px 11px;
	color: #2a6888;
	position: relative;
	float:left;
	z-index: 1;
}
button.submit {
	width:100px;
	height:33px;
	padding:0;
	color: #fefefe;
	font-size:13px;
	background-image:url(/resources/lib/restriction_theme/style/images/send-blue.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	border:1px solid #BEBEBE;
	line-height: 33px;
	display: block;
	margin-top:-41px;
	margin-right:8px;
	position: relative;
	float:right;
	cursor: pointer;
	z-index: 10;
	border-radius:5px;
}
button.submit:active {
	background-position:0 -33px;
}
.resultText {
	font-size: 11px;
	padding: 5px 0 0 10px;
	color: #7a7a7a;
	position: absolute;
	top:10px;
	text-align: right;
	right: 120px;
	z-index: 100;
}

/* IP ACCESS */

#ip_access{
	width:480px;
	padding:10px;
	margin:10px auto;
	text-align: center;
	background:#FDEBAE;
	border:1px solid #E6C555;
	border-radius:5px;
	color:#9E660D;
}
#ip_access a{
	color:#9E660D;
}

/* POWERED */

#powered_ferme{
	position:absolute;
	bottom:40px;
	right:20px;
}

#mauvais_mdp {
	background: url("/resources/lib/restriction_theme/style/images/mauvais_mdp.png") no-repeat scroll 10px 11px #FFCCCC;
	border: 1px solid #FF9999;
   	color: #C31B00;
  	border-radius: 8px 8px 8px 8px;
    clear: both;
    margin: 10px auto;
	width:434px;
    padding: 12px 20px 15px 45px;
}