/* Div 300 sur page accueil*/

.box_saisie_300{
  width:300px;
  background:#f3f6fa;
  border:#a0a0a0;
  padding:10px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  margin: 10px;
  display: inline-block;
  vertical-align: top;
  height: 300px;
}

/* Fieldset pour inscription*/
.inscription{
  background:#f3f6fa;
  border:#a0a0a0;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px; 
  display:block;
  width:340px;
  margin:0px;
  padding: 5px;
}

.inscription_label
{
  width: 75px;
}

/* Boutton rouge */
.buttonred
{
  background-color: #de2b37!important;
}


/* Petit caracteres*/
.info{
  font-size: 12px;
  color: rgb(54, 61, 68);

}

/* Formulaire de recherche */
#input_recherche
{
		width:80%;
}

#frm_recherche
{
	width:100%;
	text-align:center;
}


.div_nouvelledemande
{
  margin: auto;
  width:430px;
  text-align: left;

}

.adroite
{
    width:'100%';
    text-align: right;
}

.flex_box
{
  display: flex;
  flex-wrap: wrap;
}


table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 14px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}


.lien
{
  color:#1C6EA4 !important;
  font-style: italic;
}



