@font-face {
	src: url('bankgthd.ttf');
	font-family: "BankGothic";
	/*bankgothicltbt*/
}

/* ELEMENTS STANDARD */
html{
	background-color: white; /*#d5d5d5*/
}

body {
  	font-size: 16px;
	font-family: "BankGothic", Verdana,Arial,Helvetica, sans-serif;
	color: white;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;	
	margin: 0 auto;
	max-width: 1100px;
	min-width: 800px;
}

a {
	text-decoration: none;
	/*color: #224FA9;*/
	color: white;

}

a:hover
{
	text-decoration: underline;
}

ul, li {
	margin: 0;
	padding: 0;
}

h3 {
	text-decoration: underline;
}


/* DIVISIONS */

div.head{
	background-image: url('../img/headerText.png');
	background-position: 20px 20px;
	background-repeat: no-repeat;	
	background-color: black;
	height: 160px;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	-webkit-box-shadow: 10px 10px 25px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 25px -5px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 25px -5px rgba(0,0,0,0.5);		
}

div.menu{
	margin-left: 20px;
	padding: 0 auto;
	position: absolute;
}

div.main{
	display: block;
	position: relative;
	/*background-image: url('../img/foot.png');	
	background-position: right bottom;
	background-repeat: no-repeat;*/	
	background-color: black;
	min-height: 500px;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 100px;
	margin: 0;
	-webkit-box-shadow: 10px 10px 25px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 25px -5px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 25px -5px rgba(0,0,0,0.5);		
}

div.contenu{
	position: relative;
	margin-left: 230px;
	margin-right: 20px;
}


/* HEAD */
.head form{
	position: relative;
	float: right;
	margin: 90px 20px 0 0;
}
.head .welcome{
	position: relative;
	float: right;
	margin: 100px 20px 0 0;	
	text-align: right;
}
.head input{
	width: 100px;
}

/* MSG */
.error{
	border: 1px solid red;
	padding: 5px;
	width: 500px;
	color: red;
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -250px;
    background-color: #ffcccc;
}
.info{
	border: 1px solid green;
	padding: 5px;
	width: 500px;
	color: green;
	text-align: center;
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -250px;
    background-color: #ccffcc;
}

/* BOUTONS */
.menu ul li
{
	margin-bottom: 15px;
	list-style: none;
}

.myButton {
	width: 130px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.myButtonAdmin {
	width: 130px;

	-moz-box-shadow:inset 0px 1px 0px 0px #F5A9A9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #F5A9A9;
	box-shadow:inset 0px 1px 0px 0px #F5A9A9;
	border:1px solid #FE2E2E;	

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #F78181), color-stop(1, #FA5858));
	background:-moz-linear-gradient(top, #F78181 5%, #FA5858 100%);
	background:-webkit-linear-gradient(top, #F78181 5%, #FA5858 100%);
	background:-o-linear-gradient(top,#F78181 5%, #FA5858 100%);
	background:-ms-linear-gradient(top, #F78181 5%, #FA5858 100%);
	background:linear-gradient(to bottom, #F78181 5%, #FA5858 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FA5858', endColorstr='#F78181',GradientType=0);
	background-color:#FA5858;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButtonAdmin:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FA5858), color-stop(1, #F78181));
	background:-moz-linear-gradient(top, #FA5858 5%, #F78181 100%);
	background:-webkit-linear-gradient(top, #FA5858 5%, #F78181 100%);
	background:-o-linear-gradient(top, #FA5858 5%, #F78181 100%);
	background:-ms-linear-gradient(top, #FA5858 5%, #F78181 100%);
	background:linear-gradient(to bottom, #FA5858 5%, #F78181 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F78181', endColorstr='#FA5858',GradientType=0);
	background-color:#0061a7;
}



.boutonLogin {
	width: 90px;
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.boutonLogin:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.boutonLogin:active {
	position:relative;
	top:1px;
}
