/* DEFAULT */

body{
	width: 950px;
	background: #eae7d7;
	font-family: Arial, sans-serif;
    text-align: center;  
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border: 1px solid silver;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;   
}

#defilement {
	height: 30px;
	font-size: 20px;
	background-color: #FFFFDA; /*F7F8E0 / F3CD94 / FFFFCD / FFFFDA*/
	padding-top: 5px;
}

#main {
    font-size: 14px;
    align: center;
    text-align: center;
    background: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

#main.inscription, #main.myinfo {     
    padding-top: 0px;
}

#main.consultation {     
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 600px;
}

#main.message {
    font-size: 30pt;
    align: left;
    padding-top: 150px;
    padding-bottom: 150px;
}

/* COMMON */

#main input[type="button"], input[type="submit"] {
	width:120px;
   	height:35px;
	cursor: pointer;
}

#main input[type="text"]:hover {
  background-color : #ffff99;
}

#main input[type="text"]:focus {
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight: bold;
}

#main input[type="password"]:hover {
  background-color : #ffff99;
}

#main input[type="password"]:focus {
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight: bold;
}

#main textarea:hover {
  background-color : #ffff99;
}

#main textarea:focus {
  color : #009;
  border : 1px solid #990000;
  background-color : #ffff99;
  font-weight:bold;
}

#main select {
	cursor: pointer;
}

#main .notify {
   height: 40px;
   padding-top: 10px;
}

#main .notify span {
   font-family: Verdana, Arial, sans-serif; 
   background-color : #ffff00;
   font-size: 14px;
   color: #900;
}

#main label {
    font-weight: bold;
}

#main .redirect_link {
   font-family : Arial, sans-serif;
   font-size: 12px;
   color:#333;
   text-align: center;
}

#main .message{
   font-family : Arial, sans-serif;
   font-size: 11px;
   color:#333;   
   text-align: left;
   padding-left: 5px;
}

#main .error {
   font-size: 11px;
   color: #900;
   background-color : #ffff00;
}

#main tr.normal{
    background-color: #EEEEEE;
}

#main tr.highlight{
    background-color: #FFFFDA; /*F7F8E0 / F3CD94 / FFFFCD / FFFFDA*/
}

/* LOGIN */

#fieldset_group {
    border:1px solid #ccc;
    border-radius: 10px;   
    display: inline-block;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#fieldset_group legend {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#fieldset_group.login {
    width: 400px;
    background-color: #EEEEEE;
    padding: 10px;
    font-size: 16px;
}

#fieldset_group.list_banque {
    width: 700px;
    padding: 10px;
}

#fieldset_group.login input[type="text"], #fieldset_group.login input[type="password"] {
    padding : 3px; 
    border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height:140%;
    height:25px;
    width:250px;
}

#fieldset_group .login_field {
   margin-top:8px;
   margin-bottom: 10px;
}

#fieldset_group .center_field {
   text-align: center;
}

#fieldset_group tr{
    background-color: #EEEEEE;
}

#fieldset_group th{
    height: 25px;
    background-color: #7ABCBC; /*CEECF5*/
}

#fieldset_group td{
    text-align: center;
}

#fieldset_group.list_banque input[type="submit"] {
	width:120px;
   	height:25px;
	cursor: pointer;
}

#fieldset_group.list_banque input[type="text"]{
    border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    line-height:140%;
    height:20px;
    width:350px;
}

/* INSCRIPTION & CONTACT */

.fieldset_section {
    width: 720px;
    padding: 10px;
    margin-top : 10px;
    border:1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;   
    display: inline-block;
    text-align: center;   
}

.fieldset_section legend{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

#main.inscription .fieldset_section legend{
    text-align: center;
}

.fieldset_section table{
	align: center;
	width : 720px;
	padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.fieldset_section td.label{
	width: 300px;
    text-align: left;
    padding-left: 5px;
   	background-color : #E7E7E7; 
}

.fieldset_section td.input{
	width: 500px;
	padding: 0px;
    text-align: left;
}

.fieldset_section td.labelMsg{
    text-align: center;
   	background-color : #E7E7E7; 
}

.fieldset_section input[type="text"]{
    width: 500px;
    line-height:140%;
    color : #000; 
    border : 1px solid #999;
}

.fieldset_section textarea{
	resize: none;
	width: 700px;
    line-height:140%;
    color : #000; 
    border : 1px solid #999;
}

.fieldset_section input[type="password"]{
    width:500px;
    line-height:140%;
    color : #000; 
    border : 1px solid #999;
}

.fieldset_section #login input[type="text"]{
    width: 150px;
    line-height:140%;
    color : #000; 
    border : 1px solid #999;
}

.fieldset_section input.cp[type="text"]{
    width: 50px;
}

.fieldset_section input.ville[type="text"]{
    width: 442px;
}

/* CONSULTATION & BILAN */

#searchFilter {
	margin-left: auto;
	margin-right: auto;
}

#searchFilter input[type="text"]{
    line-height:140%;
    color : #000; 
    border : 1px solid #999;
}

#searchFilter input[type="button"] {
	width:120px;
   	height:25px;
	cursor: pointer;
}

#searchFilter td{
    height: 30px;
}

#resultTab {
	align: center;
	margin-left: auto;
	margin-right: auto;
}

#resultTab td{
    height: 25px;
    overflow: hidden;
}

#resultTab th{
    height: 25px;
    background-color: #7ABCBC; /*CEECF5*/
}

#resultTab tr{
    background-color: #EEEEEE;
	cursor: pointer;
}

#resultTab tr.header{
	cursor: default;
}

#resultTab tr.total{
    background-color: #FFDFA4; /*FFFFAA*/
}

#resultTab.bilan tr{
	cursor: default;
}
