
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
body {
  color: #212424;
  font-family: Arial,Tahoma,Helvetica,sans-serif;
  font-size: 12px;
  margin: auto;
  width: 1000px;
}

fieldset {
  border:none;
}

a {
  color: #464646;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#header {
  height: 81px;
  margin-bottom: 20px;
}
#header .logo {
  float: left;
  height: 81px;
  margin-bottom: 0;
  margin-top: 0;
  width: 81px;
}
#header .logo a {
  background: url("../images/bandeau/logo.png") no-repeat scroll left top transparent;
  display: block;
  height: 81px;
  overflow: hidden;
  width: 81px;
}
#header .bandeau_haut {
  background: url("../images/bandeau/banniere.jpg") no-repeat scroll right top transparent;
  color: black;
  float: right;
  font-size: 32px;
  height: 81px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-top: 0;
  overflow: hidden;
  padding-top: 16px;
  text-align: center;
  width: 890px;
}
.info_user_connecte {
  color: #0D2875;
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  padding-right: 70px;
  padding-top: 17px;
  text-align: right;
}
.aide {
  background-color: transparent;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  height: 54px;
}
.aide h2 {
  color: #495E67;
  float: left;
  font-size: 29px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0 10px 24px;
}
.aide_titre {
  border-right: 1px solid #CCCCCC;
  padding-right: 16px;
}
.aide_titre img {
  vertical-align: middle;
}
.aide p {
  float: left;
  font-size: 15px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: normal;
  margin: 0;
  padding: 18px 0 0 12px;
}
.error_list {
  color: red;
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 3px;
}
.clearboth {
  clear: both;
}

.footer {
  background: url("../images/footer_ul_fd.gif") repeat-x scroll 0 0 transparent;
  border-top: 1px solid #CCCCCC;
  clear: both;
  color: black;
  height: 19px;
  padding-right: 50px;
  padding-top: 5px;
  text-align: center;
}
.info_footer a {
  cursor: pointer;
}
.footer_image {
  border: 0 none;
  vertical-align: middle;
}
.sf_admin_action_new {
  float: right;
}
.sf_admin_batch_actions_choice {
  float: left;
}
.sf_admin_actions {
  height: 40px;
}
.sf_admin_form_row {
 min-height: 10px;
  margin:5px;
  padding:0px;
}

.left-column {
 float: left;
 width: 49%;

}
.right-column {
 float: right;
 width: 49%;

}
.sf_admin_form_row label {
  font-weight: bold;
}
.sf_admin_form_row .content {
}
.sf_admin_form .sf_admin_actions li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.sf_admin_form .sf_admin_actions {
  float: right;
  margin: 0 0 0 10px;
}
.sf_admin_form .sf_admin_actions li a, .sf_admin_form .sf_admin_actions li a:active, .sf_admin_form .sf_admin_actions li a:visited {
  margin-top: -3px;
  color: #464646;
}
.sf_admin_form .sf_admin_actions li.sf_admin_action_list, .sf_admin_form .sf_admin_actions li.sf_admin_action_delete {
  margin-top: 12px;
}


#sf_admin_container ul.sf_admin_td_actions li {
  display: inline;
  list-style-type: none;
  margin-right: 10px;
}
#sf_admin_container ul li.sf_admin_action_edit a {
  background: url("/images/edit.png") no-repeat scroll 0 0 transparent;
}
#sf_admin_container ul li a {
  background: url("/images/default.png") no-repeat scroll 0 0 transparent;
  padding-left: 20px;
}
#sf_admin_container ul li.sf_admin_action_delete a {
  background: url("/images/delete.png") no-repeat scroll 0 0 transparent;
}

.ui-button
{
  border: none;
  font-weight: bold;
  font-size: 1em;
  color: #333;
  line-height: 20px;

  text-align: center;
  cursor: pointer;
  background: url('../images/gradients/gradient_univers_btn.png') top repeat-x !important;
  margin: 0 auto;
  display: inline-block;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid #c28c0e;
  text-decoration: none;
  outline-style: hidden;
}

.ui-button:hover
{
  background: url('../images/gradients/gradient_univers_hover_btn.png') top repeat-x !important;
    color: black;
  box-shadow: 0 1px 5px #999;
  border: 1px solid #845f07;
}

.left-column {
 float: left;
 width: 49%;
 background-color: #ededed;
 border: none;
 

}
.right-column {
 float: right;
 width: 49%;
background-color: #ededed;
}

.left-column .sf_admin_form_row .content input[type=text],
.left-column .sf_admin_form_row .content select,
.right-column .sf_admin_form_row .content input[type=text],
.right-column .sf_admin_form_row .content select{
    width: 93%;
} 

.left-column .sf_admin_form_row table,
.right-column .sf_admin_form_row table {
    border-bottom: 1px solid white;
}
