
/*#############*/
/*----------------GENERAL*/
/*#############*/
body {
	margin : 0;
	padding : 0;
	font-family : verdana, Lucida Console, monospace;
	color:#A7A7A7;
	font-size : 12px;
	line-height: 17px ;
	text-align : center;
	background : #ffffff;
	height: 100%;
}

img { border : none; }

a { 
	color : #4a79aa;
	text-decoration : underline;
	background : transparent;
}
a:hover { 
	color : #FF0000;
	text-decoration : underline;
	background : transparent; 
}

/*input {
border: #A7A7A7 solid 1px;
}*/

.page {
	width : 80%;
	margin-left : auto;
	margin-right : auto;
	background : #ffffff;
	border : 0px red solid;
	position: relative;
    min-height: 100%
}

/*INDEX*/
.form {
	display: inline;
}
.log {
	margin-top : 5px;
	text-align : right;
}
.ok {
	height: 20px;
	width: 35px;
	font-size : 10px;
}
.inscription-bouton {
	height: 20px;
	font-size : 10px;
}
.login {
	font-size : 10px;
	color: #000000;
	font-weight: 900;
}
.label{
	font-size : 10px;
	display : inline;
	width : 130px;
}
/*INSCRIPTION*/
.inscription {
	width : 670px;
	margin-left : auto;
	margin-right : auto;
	text-align: left;
	padding: 15px;
	background: url(fond-inscription.png) no-repeat 300px -100px;
	border : 1px #A7A7A7 solid;
}
.mention {
	width : 700px;
	margin-left : auto;
	margin-right : auto;
	text-align: right;
	background : #ffffff;
	border : 0px #A7A7A7 solid;
}
.mentionbad {
	width : 700px;
	margin-left : auto;
	margin-right : auto;
	text-align: left;
	color: red;
	background : #ffffff;
	border : 0px #A7A7A7 solid;
}
.login-ins {
	font-size : 18px;
	color: #000000;
	font-weight: 900;
}
.label-ins{
	font-size : 15px;
	display : inline;
	float : left;
	width : 160px;
}
/*COURANT*/
.corps {
	width : 700px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 50px;
	margin-bottom : 20px;
	background : #ffffff;
	border : 0px #A7A7A7 solid;
}

.foot {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 20px;
	background : #d3daed;
	border : 1px #d3daed solid;
	text-align: center;
}

