body {
  background: #e4e4e4 url("http://www.inp-toulouse.fr/charte/images/header-bg.jpg");
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0; }

.plainText {
  text-align: left;
  line-height: 18px; }

.pageContainer {
  overflow: hidden;
  border: 1px solid #000;
  background: url("http://www.inp-toulouse.fr/charte/images/logo-inpt.png") 12px 51px/175px 140px no-repeat, url("http://www.inp-toulouse.fr/charte/images/header-inpt.jpg") 0px 2px no-repeat;
  background-color: white;
  width: 969px;
  padding-top: 222px; }

.pageContent {
  overflow: visible;
  padding: 0px 10px 10px 10px;
  width: 949px;
  border: 0;
  background: white;
   }

.pageHeader {
  height: 154px;
  background: url() no-repeat 20px 20px; }

.pageCover {
  padding-top: 0px;
  background: white;
  width: 100%; }

.wizardContainer {
  overflow: visible; }

.wizardTitleBar {
  background: #e1265c;
  width: 690px;
  padding: 10px;
  float: right; }

/* login bar */
.loginBar {
  padding: 4px 0px 4px 2px;
  position: absolute;
  top: 48px;
  right: 0px;
  font-size: 11px;
  line-height: 18px; }

.loginBar a, .loginBar span {
  color: black; }

  #languageButtons {
  top: -153px;
}
li.currentLanguage {
    background: #526979 none repeat scroll 0 0;
}

/* wizard title */
.wizardTitle {
  color: white;
  font-family: Helvetica; }

.fadeLayer {
  top: 60px; }

.pageCover h1 {
  color: #526979;
  font-size: 25px;
  margin: 0 0 0 300px;
  line-height: 50px; }

.formHeader {
  color: #526979;
  font-size: 20px;
  border-color: #526979; }

/** menu */
.menuContainer {
  background: none;
  width: auto;
  overflow: visible;
  float: left;
  font-size: 12px;
  border-radius: 0px 0px 0px 0px;
  margin: 0px 0 0 0; }

.vMenu{
	border: 1px solid #e8e8e8 ! important;
	background : #f6f6f6;
}

.vMenu > a > li {
  background: #e8e8e8;
  color: #526979;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px; }

.vMenu > a > li:hover {
  background: #888888;
  color: white;
  text-decoration: none; }

.vMenu > a > li.complete {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 186px 6px #d3d600;
  color: #526979; }

.vMenu > a > li.complete:hover {
  background: url(https://static.moveon4.com/default/icons/completed_icon.png) no-repeat 186px 6px #d3d600;
  color: #e31f5d;
  /* text-decoration: underline; */
  text-decoration: none; }

.vMenu > a > li.active {
  font-family: "Open Sans", sans-serif;
  color: #E1265C;
  font-weight: 700;
  background: #e8e8e8;
  text-decoration: none; }

.remove {
  right: 15px; }

/* form */
fieldset > legend {
  background: transparent;
  font-size: 15px;
  font-weight: bold;
  color: #e31f5d; }

.formContainer fieldset > legend {
  color: #e31f5d;
  background: #f1f1f1;
  font-weight: bold;
  font-size: 15px; }

/* buttons */
input[type=submit], button, input[type=reset], .button, .nicEdit-pane input[type=submit] {
  background: #526979;
  position: relative;
  padding: 2px 10px 3px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  float: left;
  top: 0px;
  line-height: 18px; }

input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type=reset][disabled=disabled],
.button[disabled=disabled] {
  background: #b2b0b0 url(https://static.moveon4.com/default/icons/alert-overlay.png) repeat-x;
  position: relative;
  padding: 2px 10px 3px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #999;
  cursor: pointer;
  font-size: 13px;
  float: left;
  top: 0px;
  line-height: 18px; }

button[kind="previous_button"] {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #526979;
  padding-left: 20px; }

button[kind="previous_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/prev_button_icon.png) no-repeat center left #005e92; }

button[kind="next_button"] {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #526979;
  padding-right: 20px; }

button[kind="next_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/next_button_icon.png) no-repeat right center #526979; }

button[kind="save_button"] {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left #526979;
  padding-left: 27px; }

input[type=submit]:hover, button:hover, input[type=reset]:hover, .button:hover {
  background-color: white;
  color: #E1265C; }

button[kind="save_button"]:hover {
  background: url(https://static.moveon4.com/default/icons/save_button_icon.png) no-repeat center left;
  padding-left: 27px; }

input[type=submit]:active, button:active, input[type=reset]:active, .button:active {
  top: 0px; }

.reloadBtn {
  background: url(https://static.moveon4.com/default/icons/upload_reload_icon.png) no-repeat center Transparent;
  height: 26px;
  width: 26px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.8;
  margin-top: 30px; }
