*{
margin:0;
padding:0;
}

body{
font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
text-align:left;
color:#000;
font-size: 80%;
margin: 10px;
}

#mail {
text-align: center;
width : 460px;
/*height: 400px;*/
border: 0px solid #000;
margin: 5px;
padding: 5px;
}

.titre {
text-align: center;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
margin: 20px 0px 8px 0px;
font-weight: bold;
text-transform: capitalize;
background-color: #cec;
}

table{
width: 100%;
margin-bottom: 20px; 
}

.td1 {
width: 100px;
}


.td2 {
width: 350px;
}

input, textarea, select {
border: 1px solid #000;
font-size: 0.9em;
}

.submit {
display: inline;
text-align: center;
}

.submit input, .bouton {
background-color: #cceecc;
width: 80px;
border: 1px solid #000;
font-size: 0.9em;
color: #000;
display: inline;
}

.submit input {
margin-right: 20px;
}

#bt_nouveau {
margin-left: 20px;
padding: 0px 20px 0px 20px;
}

#bt_selection {
margin: 5px;
padding: 0px 20px 0px 20px;
}

.bouton a {
text-decoration: none;
color:#000;
}


fieldset {
width: 450px;
border: 1px solid #669966;
background-color: #fffcea;
padding: 5px 5px 0px 5px;
text-align:left;
}

fieldset legend {
border: 1px solid #669966;
padding: 5px;
margin: 5px 5px 0px 5px;
background-color: #cceecc;
font-weight: bold;
}

label {
  left:20px;
}

textarea {
padding:.2em;
font-size: 1.2em
}

.adresse {
}

.message {
  color:#FF0000;
  font-weight:bold;
  font-size: 1em;
}

.message2 {
  width:98%;
}

.error-message {
  font-size: 0.9em;
  text-align: left;
}

.obligatoire {
  font-weight:bold;
}

.note {
  text-align: right;
  font-size: 0.8em;
  font-style: italic,
}

