*
{
  margin:0px;
  padding:0px;
}

table
{
	border-collapse: separate;
	border-spacing: 0;
}

li
{
  list-style:none;
}

a
{
  color:#414647;
  text-decoration:none;
  outline: none;
}

img
{
  border:none;
}

ul.error_list li
{
  color:red;
  font-size:0.9em;
  width:100%;
}

/*TITRES*/
h3
{
  padding:5px 10px;
  background:#ed6b30;
  color:#414647;
  margin-bottom:10px;
  font-size:14px;
}

h4
{
  color:#ed6b30;
  margin-bottom:7px;
  font-size:13px;
}

/*FORMULAIRES*/
form table
{
  width:100%;
}

form table th
{
  text-align:left;
  vertical-align:top;
  font-weight:normal;
  width:30%;
}

form table td
{
  padding-bottom:10px;
}

input[type="submit"], input[type="button"]
{
  background:#d7dade;
  padding:0px 20px;
  border:1px solid #9ea5ac;
  font-size:11px;
}

input[type="submit"]:hover, input[type="button"]:hover
{
  cursor:pointer;
}
