@charset "utf-8";
/* CSS Document */
body {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:  14px;
    line-height: 1.3em;
    color: #2171ad;
}

h1 {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 1.5em;
  color: #DAA520;
  text-align: left;
  line-height: 1.0em;
  border-bottom: 2px solid #DAA520;
  margin: 1rem 0 0.5rem;
}
h2 {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 1.4em;
  text-align: left;
  margin: 12px 0 6px;
}
h3 {
  font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size: 1.3em;
  color: #DAA520;
  text-align: left;
  margin: 12px 0 6px;
}
h3 .h3italic {
    font-style:italic;
    font-weight: normal;
}

h4 {
  font-family: Monotype Corsiva,Apple Chancery,Arial,Helvetica,sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 12px 0 6px 0;
}
h4:first-letter {
    font-size: 36px;
}

.color1,
.color1 > a {
    color: #DAA520 !important;
}

.color2,
.color2 > a {
    color: #1B696F !important;
}
a {
    color: #DAA520;
    text-decoration: underline;
}
a:hover {
    color: #DAA520;
}

a img {
    border: none;
}

table {
    border: 0;
    padding: 0;
    border-collapse: collapse;
}

table td {
    border: 0;
}

/* flash : message à l'internaute */
div.flashhidden {
    display: none;

}

div.flashinfo {
    Display: block;
    margin: 2em;
    background-color: #C0D4F5;
    color: #2171ad;
    border: 2px #2171ad solid;
    padding: 0.5em;
    font-size: 0.9em;
    border-radius: 5px;
}

div.flasherror {
    Display: block;
    margin: 2em;
    background-color: #FFC4BF;
    color: #D52B1E;
    border: 2px #D52B1E solid;
    padding: 0.5em;
    font-size: 0.9em;
    text-align: center;
    border-radius: 5px;
}




/* bouton ajout */
.button {
    -moz-box-shadow:inset 1px 1px 0px 0px #fce2c1;
    -webkit-box-shadow:inset 1px 1px 0px 0px #fce2c1;
    box-shadow:inset 1px 1px 0px 0px #fce2c1;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CC0063), color-stop(1, #ff9c38) );
    background:-moz-linear-gradient( center top, #CC0063 5%, #ff9c38 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0063', endColorstr='#ff9c38');
    background-color:#CC0063;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fcb268;
    display:inline-block;
    color:#1B696F;
    font-size:13px;
    font-weight:200;
    padding: 1px 12px;
    text-decoration:none;
    font-weight: bold;
}
.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9c38), color-stop(1, #CC0063) );
    background:-moz-linear-gradient( center top, #ff9c38 5%, #CC0063 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9c38', endColorstr='#CC0063');
    background-color:#ff9c38;
    color: #2171ad;
    font-weight: normal;
}
.button:active {
    position:relative;
    top:1px;
}


