html {
font-size:100%;
}
a img {
border:none;
}
em {
font-style:italic;
}
strong {
font-weight:700;
}
ul li {
list-style:none;
}
p {
margin:.75em 0;
}
address {
margin:.75em 0;
font-style:normal;
}
a {
text-decoration:underline;
}
/* --- align attributes --- */ 
.alignLeft, div.alignLeft p, body div p.alignLeft {
  text-align:left;
}
.alignJustify, div.alignJustify p, body div p.alignJustify {
  text-align:justify;
}
.alignCenter, div.alignCenter p, body div p.alignCenter {
  text-align:center;
}
.alignRight, div.alignRight p, body div p.alignRight {
  text-align:right;
}
/*** object align attributes ***/
.styleFloatLeft, img.styleFloatLeft, .alignementGauche, object.styleFloatLeft, .alignementGauche, form.styleFloatLeft, .alignementGauche {
 float: left;
 margin-right: 10px;
}
.styleFloatCenter, form.styleFloatCenter, .centrer {
  margin:auto;
  width:70%;
}
.styleFloatCenter, img.styleFloatCenter, .centrer, object.styleFloatCenter, .centrer {
  margin:auto;
}
.styleFloatRight, img.styleFloatRight, .alignementDroit, object.styleFloatRight, .alignementDroit, form.styleFloatRight, .alignementDroit {
 float: right;
 margin-left: 10px;
}
/*** FORMULAIRES ET CHAMPS DE SAISIE ***/
input[type="submit"],
input[type="reset"]{
cursor: pointer;
}
input[type="submit"]:hover{
background: green;
}
input[type="reset"]:hover{
background: red;
}
form,fieldset {
margin:0;
padding:0;
border:none;
}
input,button,select {
vertical-align:middle;
}
body #inter form {
margin: 20px 50px 10px 25px;
}
body form div.entry {
clear:both;
float:left;
padding-bottom:7px;
width:100%;
}
body form div.entry div{
float:right;
width:60%;
}
body form div.entry label {
float:left;
width:37%;
font-weight: bold;
text-align:right;
padding-right:10px;
}
body form div.entry input, body form div.entry textarea, body form div.entry select {
float:right;
width:60%;
color: #333A4C;
border: 1px solid #597FBF;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: small;
}
body form div.entry textarea {
height:80px;
color: #333A4C;
border: 1px solid #597FBF;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: small;
}
body form div.entry input.formatNumeric, body form div.entry input.formatDecimal, body form div.entry input.formatMoney {
width:120px;
/*text-align:right;*/
color: #333A4C;
border: 1px solid #597FBF;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: small;
} 
body form div.entry div input {
width:auto;
border: none;
}
body form legend {
 text-indent:-5000px;
}
body #inter .questionnaire legend {
 text-indent:0;
 margin:0;
 padding:0;
}
body form div.entry div label {
width:18%;
margin-left:15px;
}
body form div.entry div label:first-child {
margin-left:0px;
}
body form div.entry span.postfix {
  float:left;
  margin-left:3px;
}
body form div.submit {
float:left;
clear:both;
width:100%;
}
body form div.submit input {
float:right;
width:auto;
margin:5px 0 25px 15px;
background-color: #D40D4B;
border: 1px solid #333A4C;
color: #FFFFFF;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-weight: bold;
}
form div.hidden, .ligneCache {
  display:none;
}
form div.vertical div label, .listeVertical, body form div.vertical div label {
clear:left;
width:360px;
}
.footer {
float: right;
width:100%;
padding: 0;
text-align:right;
font-size: x-small;
}
.footer + .submit {
 float:right;
 width:100%;
}
/**** BALISES ****/
acronym {
cursor:help;
}
/*--------------------------------------------------------------------------------------------------------------*/
/*--- NAVIG_DIRECT---*/
#navigDirect ul ,
#navigDirect ul li{
margin: 0;
padding: 0;
float: left;
}
#navigDirect ul li a span {
position:absolute;
left:-5000px;
}
#navigDirect ul li a:focus span,
#navigDirect ul li a:active span{
font-size: x-small;
position:absolute;
top:10px;
left: 125px;
}
/*** TABLE INPUTS ***/
.questionnaire div.entry table th, 
.questionnaire div.entry table td {
  vertical-align:middle;
}
body form div.entry div input[type="radio"], 
body form div.entry div input[type="checkbox"], 
body form div.entry table td input[type="radio"], 
body form div.entry table td input[type="checkbox"] {
  width:auto;
  border: none;
  margin:auto;
}
body form div.entry div label,
body form div.entry div label span, 
body form div.entry div input {
  float:left;
}
body form div.entry div label {
  width:auto;
}
body form div.entry div label input[type="text"] {
  margin:0px 0px 0px 3px;
  width: 60%;
}
body form div.entry table td label,
body form div.entry table td input {
  display: inline;
  float: none;
}
body form fieldset div.entry table td label {
  width: auto;
  padding:0;
  margin:0;
}
body form div.entry table td[headers] {
  text-align: center;
}
/*** END TABLE INPUT STYLES ***/
/*** QUESTIONNAIRE ***/
.questionnaire, .questionnaire {}
form.multiscreen, .multi-ecran{}
.questionnaire legend {
  clear: both;
  display: block;
  position: static;
  width: 100%;
}
.questionnaire div.entry label {
  display:block;
  text-align: left;
  width: 100%;
}
.questionnaire div.entry div,
.questionnaire div.entry table {
  width: 90%;
}
.questionnaire div.entry table tr td label {
  float:none;
  text-align:left;
}
.questionnaire div.entry div label {
  display:inline;
  width:49.5%;
  text-align: left;
  padding:0;
  margin:0;
}
/*** END QUESTIONNAIRE ***/   