body {
  padding: 0 !important;
}

a {
  color: #CC0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header {
  background: #4673b4;
  border-bottom: 1px solid black;
  height: 69px;
  position: relative;
  padding: 5px 20px;
}

#header_title {
  color: white;
}

#header_menu {
  position: absolute;  
  left: 5px;
  top: 55px;
}

#header_menu dl, dt, dd, ul, li {
  margin: 0;  
  padding: 0;
  list-style-type: none;
}

#header_menu dl {
  background: white;
  border-right: 1px solid black;
  border-left: 1px solid black;  
  color: #CC0000;
  float: left;
  font-weight: bold;
  line-height: 24px;    
  margin-right: 5px;
  width: 12em;
}

#header_menu dt {
  border-top: 1px solid black;
  cursor: pointer;
  font-size: 1.2em;
  text-align: center;  
}

#header_menu dd {
  border-bottom: 1px solid black;
  font-size: 1.1em;
}

#header_menu dt a, #header_menu li a {
  color: #CC0000;
  display: block;
  heigth: 100%;
  padding: 0 5px;
  text-decoration: none;
}

#header_menu dt a:hover, #header_menu li a:hover {
  background: #CC0000;
  color: white;
  text-decoration: none;
}

#user_logged {
  color: white;
  position: absolute;
  right: 20px;
  top: 10px;
}

#user_logged a {
  color: white;
}

#content {
  padding: 20px;
}

fieldset h2, table.sf_admin_list th {
  background: #4673b4 !important;
  color: white !important;
}

table.sf_admin_list th a {
  color: white !important;
  text-decoration: underline !important;
}

table.sf_admin_list th a:hover {
  text-decoration: none !important;
}

#languages-tabs {
	border-bottom: 1px solid black;
	height: 27px;
  list-style-type: none;
  margin: 0 0 1em 0 !important;
  padding: 0;
}

#languages-tabs li {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
  display: block;
  float: left;
  height: 25px;
  line-height: 25px;
  margin-right: 1px !important;
  margin-top: 1px !important;
  padding-left: 26px !important;
  padding-right: 5px !important;
}

#languages-tabs li.untranslated {
  font-style: italic;
}

#languages-tabs li.current {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  height: 26px;
  line-height: 26px;
  margin-top: 0 !important;
}

#languages-tabs li.fr {
  background: url('/orchestraCMSPlugin/images/fr.png') no-repeat 5px center;
}

#languages-tabs li.en {
  background: url('/orchestraCMSPlugin/images/en.png') no-repeat 5px center;
}

#languages-tabs li.nl {
  background: url('/orchestraCMSPlugin/images/nl.png') no-repeat 5px center;
}

#sf_admin_container ul.sf_admin_actions_header {
	text-align: left !important;
}

#sf_admin_container ul.sf_admin_actions_header .sf_admin_action_manage_images {
  background: #ffc url(/orNewsPlugin/images/picture_edit.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_admin_container ul.sf_admin_actions_header .sf_admin_action_manage_addresses {
  background: #ffc url(/orDirectoryPlugin/images/report_edit.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

#sf_admin_container label.required {
	color: #666 !important;
  font-weight: normal !important;
}

p.breadCrumbs {
  border: 1px solid #ddd;
  padding: 5px;
}

/******************************************************************************************
* Menu de boutons
******************************************************************************************/
#sf_admin_container ul.sf_admin_top_actions
{
  margin: 10px 0;
  list-style-type: none;
}

#sf_admin_container ul.sf_admin_top_actions li
{
  list-style-type: none;
  display: inline;
}

#sf_admin_container ul.sf_admin_top_actions input
{
  padding: 3px 3px 3px 20px;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  border-right: 4px solid #999;
  background-color: #ffc;
  cursor: hand;
  cursor: pointer;
}

#sf_admin_container .sf_admin_action_export
{
  background: url(/orContactPlugin/images/database_go.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}