body {
  background-color: #EFF1FD;
  color: #0C0C0C;
  margin-top:40px; 
  margin-left:30px;
}

h1 {
  color: #000066;
  font-family: verdana,helvetica,sans-serif;
  font-weight: normal;
}

h2 {
  color: #333399;
  font-family: verdana,helvetica,sans-serif;
  font-weight: normal;
  font-size: 1.2em;
}

li {
  text-align: left;
}

a:link { 
  color: #000080; 
}

hr {
  border: 0;
  width: 100%;
  color: rgb(124,192,255);
  background-color: rgb(124,192,255);
  height: 3px;
}
hr.thin {
  color: rgb(124,192,255);
  height: 1px;
}

form {
  background-color: #CFD2FD;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
}

input {
  background-color: white;
  border: #333399 2px ridge;
}
textarea {
  background-color: white;
  border: #333399 2px ridge;
}

.bleu {
  border: 2px solid rgb(124,192,255);
  background: #D8E7F5;
}

#menu { 
  list-style-type: none; 
  width: 200px;
  border: 2px solid #6666FF; 
  padding: 0px 4px 0px 4px; /* pas d'indentation de liste*/
  color: #6699FF;
  background-color: #CFD2FD;
  font-family: verdana,helvetica,sans-serif;
  font-weight: normal;
  text-align: center;
}


#menu a { text-decoration: none; }
#menu a:link {  color: #6666FF; }
#menu a:hover { display: block; background-color: #EFF1FD; }
#menu li { border-top: 1px solid #6666FF; 
line-height : 1.5em;
}
#menu li.courant { 
  border-top: 1px solid #6666FF; 
  line-height : 1.5em;
  color: black;
}

.petit {
  font-family: verdana,helvetica,sans-serif;
  font-style: italic;
  font-size: 0.7em;
  text-align: left;
}

.mediter {
  font-family: verdana,helvetica,sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 0.7em;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #080879;
}


.citation {
  font-family: comic,purisa,verdana,helvetica,sans-serif;
  background-image:url(images/fond_amediter.gif);
  background-repeat:no-repeat;
  color:#080879;
  cursor:pointer;
  padding: 2px;
  font-size: 0.7em;
  font-style:italic;
  margin-top: 2px;
  border-style: solid;
  border-color: #333399; 
  border-width: 0px;
  text-align: left;
}

.citation a {
  color:#080879;
  text-decoration: none;
}

.titre {
  color: white;
  background-color: #333399;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-left: 3px;
  /* max-width est bogué dans Firefox lorsqu'on clique sur un lien */
  width : 605px;
  font-family: verdana,helvetica,sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}

.titre_petit {
  color: white;
  background-color: #333399;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-left: 3px;
  /* max-width est bogué dans Firefox lorsqu'on clique sur un lien */
  width : 305px;
  font-family: verdana,helvetica,sans-serif;
  font-weight: normal;
  font-size: 1.1em;
}

table.bloc {
  background-color: #CFD2FD;
  border-width: 1px;
  border-style: solid;
  border-color: #333399;
  border-collapse: collapse;
  padding: 0;
  margin-top: 16px;
}

table.bloc th {
  background-color: #333399;
  margin:0;
  border-width:0;
}

table.bloc td {
  border-width:0;
  padding:3px;
}

.bloc {
  background-color: #CFD2FD;
  margin-top: 0;
  margin-bottom: 0;
  padding : 0.8em 3px;
  width : 600px;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
  border-top-width: 0px;
}

.bloc2 {
  background-color: #CFD2FD;
  margin-top: 0;
  margin-bottom: 0;
  padding : 0.8em 3px;
  width : 600px;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
  border-top-width: 0px;
}

.bloc_petit {
  background-color: #CFD2FD;
  margin-top: 0;
  margin-bottom: 0;
  padding : 0.8em 3px;
  width : 300px;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
  border-top-width: 0px;
}

.bloc_resume {
  background-color: #CFD2FD;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding :0px 10px 0px 10px;
  width : 450px;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
  border-top-width: 1px;
}

.titre-gauche {
  color: white;
  background-color: #333399;
  margin-bottom: 0;
  margin-right: 20%;
  padding-bottom: 0;
  padding-left: 3px;
}

.bloc-gauche {
  background-color: #CFD2FD;
  margin-top: 0;
  margin-right: 20%;
  padding : 0.5em 3px;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
  border-top-width: 0px;
}

.titre-droit {
  color: white;
  background-color: #333399;
  margin-bottom: 0;
  margin-left: 20%;
  padding-bottom: 0;
  padding-left: 3px;
}

.bloc-droit {
  background-color: #CFD2FD;
  margin-top: 0;
  margin-left: 20%;
  padding : 0.5em 3px;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
  border-top-width: 0px;
}

.retrait1 {
  margin-left: 72pt;
}
.retrait2 {
  margin-left: 100pt;
}
.retrait3 {
  margin-left: 40pt;
}

.carte {
  background-color: #CFD2FD;
  border-style: solid;
  border-color: #333399; 
  border-width: 1px;
  margin-left: 15px;
}

table.small {
  font-size: 0.7em;
}

div.resume {
  display: none;
}


