a {
  color: #1a2e9c;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #1a2e9c;
}

.contact .niv2 {
 border: 1px solid #1a2e9c;
 background-color: #fff;
 padding: 5px;
 width: 580px;
}



.text, .textA, .textarea, .textareaA {
	border: 1px solid #1a2e9c;
	font-family: Arial;
	font-size: 10pt;
}
.textA, .textareaA {
	border: 1px solid #000000;
}
.textarea, .textareaA {
	width: 400px !important;
}


.submit {
  color: #fff;
  border: 1px outset #1a2e9c;
  background-color: #1a2e9c;
  font-size: 8pt;
  font-weight: bold;
}

h2 {
  color: #1e309c;
  border-bottom: 1px solid #fff;
}

div#logincompte {
border: 1px solid #4c638b; background-color: #dfddd0;margin: 15px 5px 5px 4px;font-size: 8pt;
text-align: center;
padding-bottom: 4px;
}
div#logincompte input.text {
  border: 1px solid #4c638b;
  width: 70px;
  font-size: 8pt;
  margin-bottom: 2px;
  
}
div#logincompte strong {
  margin: 3px 0;
  font-size: 9pt;
  color: #192d9c;
}
div#logincompte input.submit {
  border: 1px solid #4c638b;
  font-size: 6pt;
  text-transform: uppercase ;
  font-weight: bold;
}
div#logincompte label {
  text-align: center;
  display: block;
}


.item {
  background-color: #fff;
  border: 1px solid #4c638b;
  padding: 5px;
  width: 590px;
  margin: 5px;
}