body {
  font:1em helvetica,sans-serif;
   font-size:12px;
}

.selected {
  font-weight:bold;
}

.unselected {
  font-weight:normal;
  color:grey;
  font-style:italic;
}

h1 {
  font-size:16px;
  border-bottom:solid 1px #aaaaaa;
  }
h2 {
  font-size:14px;
  border-bottom:solid 1px #aaaaaa;
  }

table.tarifs td {
  border:solid 1px #aaaaaa;
  text-align:center;
  font-size: 11px;
}

table.inscription td {
  border:solid 1px #aaaaaa;
  text-align:center;
  font-size: 11px;
}

table.inscription td.name {
  width:250px;
  border:none 0px;
  text-align:left;
  font-size:13px;
}

td.name1 {
  color:navy;
  font-weight:bold;
  background:#aaaaee;
  width:200px;
   font-size:11px;
}

td.name2 {
  font-size:12px;
  font-weight:bold;
  width:150px;
}

td.name3 {
  color:navy;
  font-weight:bold;
  background:#aaaaee;
    font-size:11px;
}


td {
  font:1em helvetica,sans-serif;
  font-size: 11px;
}

.texte {
  margin-left:100px;
  font-size: 12px;
}

#org {
  padding-top:20px;
  margin-left:30px;
}

.subtitle {
  font-weight:bold;
  font-size:12px;
}

.contact {
  border:solid 1px #aaaaaa;
  background-color:#cccccc;
  text-align:center;
  width:50%;
  font-size: 12px;
}

td.banque {
  font-weight:bold;
  font-size: 12px;
}

.rib {
  border:solid 1px #aaaaaa;
  margin-left:20px;
  font-size: 12px;
}

.total {
  font-weight:bold;
  color:#551111;
  font-size: 12px;
}
  
input.validate
{
    background-color:lightgreen;
}

input.cancel
{
    background-color:lightcoral;
}
