body {
 font-family:time,arial;
 background-color:#FCF6CF;
 color:black;
 margin:1em;
}

a.nav:hover{
 background-color:silver;
 color:red;
}

.return {
 border-style:solid;
 border-width:medium;
 border-color:red
}

div.form {
 text-align:center;
 padding-top:2em;
}

div.content {
 margin-left:4ex; 
}

table.prix {
 border-style:solid;
 border-width:thin;
 text-align:right;
 margin:.5em 1.5em;
}

table.droits {
 text-align:center;
 margin:.5em 1.5em;
}

th {
 border-style:solid;
 border-width:thin;
}

tr.alt { 
 background-color:aqua;
 border-style:solid;
}

td{
 border: thin solid #cd0000;
}

h2 {
 border:thin solid #CD0000;
 background-color:#040A40;
 color:#FCF6CF;
 margin:.3em;
}

h3 {
 border:thin groove #CD0000;
 margin:.6em;
}

h4,dt {
 color:#CD0000;
 margin:.9em;
  }

h5 {
 margin:1.3em;
}

p {
 margin:.7em 1.5em;
}

ul {
 font-style: italic;
 margin:1.5em;
}


.shameless {
 background-color: aqua;
 color: red;
}