@CHARSET "UTF-8";

body{
  background: url(../images/fond_repetable.jpg) top left repeat-x;
  margin-top : 10px;
  line-height:inherit;
}
img{
  margin:0;
}
select, input {
  width:auto;
  border: 1px solid #aaa;
}
p{
  margin:0 0 0 0;
}
p img{
  vertical-align:center;
  float:none;
  margin:0;
}
h1{
  margin-left:15px;
  color:#747f85;
  font-size:16px;
}
h5 {
  margin:0;
}

textarea {
  width:95%;
  height:7em;
}

ul{
  list-style-type:none;
	margin:0;
}
a:link, a:visited, em.orange {
  color:#ff7628;
}
em {
  font-weight:bold;
	background:none;
	font-style:normal;
}
a:link, a:visited {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active {
  text-decoration:overline;
}

.padder {
  padding: 1em;
}
table {
  margin:0;
}
table td {
  vertical-align:middle;
}
table td, table th {
  border:none;
  font-weight:normal;
}
table.form2 th {
  width:30%;
  font-weight:normal;
}
