div.fieldset {
  border: 1px solid #C2C2C2;
  padding: 2px;
  margin: 10px 0 0 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

div.fieldset.buttons {
  border: none;
  padding: 0;
  text-align: center;
}

div.fieldset ul {
  list-style: none;
  margin: 0;
  padding: 1em 2em;
}

div.fieldset ul ul {
  padding: 0;
}

div.fieldset.shaded ul {
  background: #E6E3E3;
  background: transparent url(../images/fieldset-shade.png) repeat-x left top;
  background: -moz-linear-gradient(100% 100% 90deg, #FFF, #E6E3E3);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E6E3E3), to(#FFF));
}

div.fieldset li {  
  padding-top: 0.5em;
}

span.legend {
  color: #790131;
  font-weight: bold;
}

span.legend {
  position: relative;
  top: -0.5em;
}

label.top {
  display: block;
}
label.left {
  float: left;
  width: 75%;
}
div.right {
  float: right;
}
div.clear {
  clear: both;
  height: 0;
  visibility: hidden;
}
div.left {
  float: left;
}
div.hidden {
  display: none;
}
div.left.input {
  float: left;
  width: 26px;
}
div.right.label {
  float: right;
  width: 674px;
}

.inlinedValidationWarning.active {
  color: #D63301;
  font-style: italic;
  font-weight: bold;
}
input.invalid {
  border: 2px solid #D63301;
}

th, td, input, textarea, select, option {
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

input.text {
  height: 1.5em;
  width: 250px;
}
input.text.short {
  height: 1.5em;
  width: 150px;
}
input.Dollar, input.Cent {
  text-align: right;
}
select {
  min-width: 50px;
}
textarea {
  font-size: 1em;
  width: 500px;
  height: 40px;
}

input.submit, input.reset, input.button {
  color: #333;
  font: 1em Arial,'Lucida Grande', 'Lucida Sans Unicode', Lucida, Helvetica, Arial, sans-serif;
  padding: 4px;
}
input.submit[disabled], input.reset[disabled], input.button[disabled] {
  color: #999;
}

div.fieldset.sectionSuivantePrecendente.buttons {
  margin-top: 27px;
}

hr {
  background-color: #C2C2C2;
  border: 0 none;
  color: #C2C2C2;
  height: 1px;
  margin: 5px 0 5px 0;
  padding: 0;
}

hr.buttonPanelSeperator {
  background-color: #E6E5E5;
  color: #E6E5E5;
}



.texte_riche table { margin-bottom:20px; }


.texte_riche table.riche {
	background:#d3d3d5;
}

.texte_riche table.riche th {
	background-color:#484647;
	color:#fff;
	padding:10px;
	font-size:14px;
	text-align:left;
}

.texte_riche table.riche th a {
	color:#fff;
}

.texte_riche table.riche td {
	background-color:#fff;
	padding:10px;
}