@charset "utf-8";
@import url("login_footer.css");

body,html {
	background: #234896; /* Old browsers */
	background: linear-gradient(45deg,  #234896 0%,#248bc8 100%); 

	color:#5dbfed;
	margin:0;
	height:100%;
}

#container{
	width:980px;
	margin:auto;
	text-align:center;
	min-height:100%;
	height:100%;
	font-family: Arial,Verdana;
	font-size: 12px;
}

#tableStructure {
	height:100%;
	border-collapse:collapse;
	width:100%;
}

#tableStructure_trContent {
	height:100%;
	vertical-align:top;
}

#header {
	padding-top:50px;
}

#content{
	padding-top:10%;
}

#content_titre{
	color: #A6DD22;
	font-size:16px;
	font-weight:bold;
	padding:20px;
}

#content_message {
	color:#FCEE21;
	font-size:18px;
	font-weight:bold;
	padding:20px;
}

#content_form {
	width:100%;
	margin: auto auto 15px;
}

#content_table{
	margin:auto;
}

#content_table tr td:first-child{
	text-align:right;
	font-weight:bold;
	padding-right:20px;
}

#content_table tr td input {
	color:#244996;
	font-size:14px;
	padding-left:5px;
	width:300px;
	height:30px;
	border:#234894 2px solid;
}

#content_listeContrainte{
	margin:0;
	text-align:left;
}

#content_btnEnvoyer{
	font-size:13px;
	height:30px;
	color:#FFF;
	font-weight:bold;
	background: #94c945; /* Old browsers */
	background: linear-gradient(to bottom,  #94c945 0%,#5da032 100%); 

    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, 0.3);
		
	border:#5DA032 solid 1px;

	cursor:pointer;
	width:160px;
	border-radius:3px;
	margin-top:50px;
}

#content_btnEnvoyer:hover{
	background: #5da032; /* Old browsers */
	background: linear-gradient(to bottom,  #5da032 0%,#94c945 100%); 
}


