#adresse
{
  position: absolute;
  top: 280px;
  left: 70px;
  border: 1px dashed #41882E;
  padding: 10px;
}
#adresse h4
{
  color: #41882E;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 3px;
  margin-top: 10px;
}
#adresse h5
{
  font-size: 12px;
  margin-bottom: 3px;
  margin-top: 4px;
}
#adresse p
{
  font-style: italic;
}
#contenu
{
  width: 500px;
  margin-left: 450px;
  font-size: 12px;
  margin-bottom: 5px;
}
label
{
color: #465163;
font-size: 12px;
line-height: 12px;
text-align: left;
display: block;

}

#contact-form label, .form-inscription label
{
color: #353d48;
margin-right: 10px;
}
#contenu li
{
  float: left;
  list-style: none;
}
.radio_list label
{
    display: inline;
}
.error_list li
{
background-color: transparent;
background-image: url(/images/icons/exclamation.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0pt;
line-height: 16px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 20px;
color: #cc6666;
width: 300px;
}