h1
{
  color: #a60939;
  font-weight: normal;
  font-size:1.5em; 
}

h2 { 
  font-family: verdana;
  font-size: 1.3em;
}

.lienBandeau
{
  display: inline-block;
  padding: 0.6em;
  margin-top: 0.5em;
  border-bottom: 2px solid;
  text-decoration: none;
  color: black;
  margin-right: 1em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.lienBandeau.encours
{
  border-color: #239cd3;
}

.lienBandeau.encours.boutonActif
{
  background: #e8edef;
}

.lienBandeau.encours:hover, .lienBandeau.encours.boutonActif:hover
{
  background: #239cd3;
  color: white;
}



.lienBandeau.nouv
{
  border-color: #c3d010;
}

.lienBandeau.nouv.boutonActif
{
  background: #f0f4b5;
}

.lienBandeau.nouv:hover, .lienBandeau.nouv.boutonActif:hover
{
  background: #c3d010;
  color: white;
}

.utilLogue
{
  float: right;
  background: url('logout.png');
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px;
  font-size: 0.8em;
  vertical-align: bottom;
  padding-top: 10px;
}

/*
 *   style du tableau d'interventions
 */
table
{
border-collapse:collapse;
}

table td
{
  padding: 3px;
}

ul.demandesAvantIntegration li:hover
{
  font-weight: bold;
  color: #239CD3;
}


/*
 *   styles des puces
 */
ul {
    list-style-type: disc;
    list-style-image: url(../images/puce.png);
    list-style-position: inside;
}

ul li {
  padding-top: 0.35em;
}

.blocConditionsValidation
{
  font-size: 0.8em;
  max-width: 600px;
}


/*
 *   Liste des interventions
 */

td.enCours
{
  color: grey;
  text-decoration: italic;
}

/*
 *  liste des type d'interventions possibles (formulaire de demande)
 */

.blocTypeInter
{
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
  max-width: 265px;
  vertical-align: top;
  margin-top: 0.5em;
}



.blocTypeInter .titre {
    background: #f1940c;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 0.2em;
    height: 20px;
    padding: 5px;
    font-style: verdana;
}

.blocTypeInter.desactive .titre { background: #ccc; }

.blocTypeInter .titre input[TYPE=RADIO]
{
  float: left;
 /* margin-top: 12px;*/
}

.blocTypeInter .contenu {
    background: #e7bcf4;
    font-size: 0.8em;
    height: 36px;
/*     text-align: justify; */
    padding-right: 0.2em;
    position: relative;
}

.blocTypeInter .contenu .prix {
    position: absolute;
    bottom: 4px;
    margin: auto;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-family: sans;
    font-size: 1.5em;
}
.blocTypeInter .contenu .espacePrix {
    visibility: hidden;
    font-weight: bold;
    font-family: sans;
    font-size: 1.5em;
    padding: 3px;
}



.blocTypeInter.desactive .contenu { background: #eee; }

.blocTypeInter.desactive .contenu .raisonDesact { color:red; }

.blocTypeInter ul {
    list-style-type: disc;
    list-style-image: url(../images/pucev.png);
    list-style-position: inside;
    padding-left: 0.4em;
}

.blocTypeInter ul li {
  padding-top: 0.75em;
}


.champObligatoire
{
  color: #E78900 !important;
}

.introModif {
    background: #ffe1a9;
    font-style: italic;
    padding: .75em;
    border-radius: 1em;
    text-align: justify;
}

.frmFilArianeListePages {
    margin-top: 13px;
}

/*
 *  formulaire
 */

.blocTypeInter ul li {
    text-align: left;
}
