body {
background-color : #eeffee;
color : #001100;
font-size : 14px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

textarea {
color : #006600;
background-color : #cceecc;
border-color : #006600;
border-width:1px;
border-style:solid;
}

input {
color : #006600;
background-color : #cceecc;
border-color : #006600;
border-width:1px;
border-style:solid;
}

select {
  color: #006600;
  background-color: #cceecc;
  border-color: #006600;
  border-width:thin;
  border-style:solid; 
}

.italique {
font-style : italic;
}

table {
border-width:1px;
border-color:#006600;
border-style:solid;
border-collapse:collapse;
}

td {
border-width:1px;
border-color:#006600;
border-style:solid;
padding:2px;
}

.left {
text-align:left;
}

.centered {
  text-align:center;
}

.right {
  text-align:right;
}

.bolded {
  font-weight:bold;
}
.normaled {
  font-weight:normal;
}

.titre {
text-align:center;
font-weight:bold;
background-color:#44bb44;
}

.ligne0 {
  background-color:#aaeeaa;
}
.ligne1 {
  background-color:#cceecc;
}

a:link {
  text-decoration:none;
  color: #006600;
}

a:visited {
  text-decoration:none;
  color:#006600;
}

a:hover {
  background-color:#006600;
  color:#eeffee;
}

.footer {
  position:fixed;
  top:0px;
  width:100%;
  min-height:15px; 
  text-align:center;
  left:0px;
  z-index:1;
}

.footer_table {
  width:100%;
}

.corps {
  position:absolute;
  top:80px;
  width:90%;
  left:5%;
  min-height:70%;
  z-index:0;
}

.dla_expiree {
  color:red;
}

.error {
  color:red;
  text-align:center;
  font-weight:bold;
  text-decoration:blink;
}

.footer_titre1 {
  font-size:16px;
  color:black;
  font-weight:bold;
}

.footer_titre2 {
  font-size:14px;
  color:black;
  font-weight:bold;
}

a.footer_titre1:link {
  text-decoration:none;
  color:black;
}
a.footer_titre1:visited {
  text-decoration:none;
  color:black;
}
a.footer_titre1:hover {
  color:white;
}

a.footer_titre2:link {
  text-decoration:none;
  color:black;
}
a.footer_titre2:visited {
    text-decoration:none;
      color:black;
}
a.footer_titre2:hover {
  color:white;
}
