
/* Global default styles. */

body {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background: #ffffff;
    color: #69166c;
}

a {
    text-decoration:none;
}

.text {
    color: #000000;
    background: #ffffff;
    font-size: 12px;
}
.text14 {
    color: #000000;
    background: #ffffff;
    font-size: 14px;
}
.text1 {
    color: #69166c;
    background: #fdc88c;
    font-size: 12px;
/*    font-weight:bold; */
}
.titre {
    color: #000062;
    background: #ffffff;
    font-size: 24px;
    font-weight:bold;
}

.bandeau {
  width:80%;
}

.bandeau-boutons {
  width:80%;
  padding:0px;
  border:0px;
}
.bandeau-boutons tr { 
  height:25px;
  padding:0px;
}
.bandeau-boutons td { 
  background:#000062; 
}
/* Form styles. */
input, select, textarea {
    font-family: Geneva, Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000;
    background: #eaffff;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background: #ffffff;
    border: 1px solid #99f;
}
.bouton0 {
    font-size: 16px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    color: #aaaaff;
    font-weight: bold;
    border: 0px ;
}
.bouton1, .bouton1:focus {
    font-size: 16px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background: #000062;
    color: #ffffff;
    font-weight: bold;
    border: 0px ;
}
.bouton1:hover {
    background: #0000c0;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
a.bouton1 {
    font-weight: bold;
    text-decoration: none;
}
.bouton2, .bouton2:focus {
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    padding: 1px 6px;
    color: #e2001a;
    background: #87be27;
    font-weight: bold;
    border: 0px;
    height: 50px;
}
.bouton2:hover {
    background: #fed090;
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
a.bouton2 {
    padding: 1px 6px;
    font-weight: bold;
    text-decoration: none;
}
/* idem bouton2 sans lien */
.bouton3, .bouton3:focus {
    font-size: 12px;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    padding: 1px 6px;
    color: #f96019;
    background: #fffad0;
    font-weight: bold;
    border: 1px solid #fff8c0;
/*
    border-left: 1px solid #888888;
    border-top: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
*/
/*    height: 32px; */
}
