/* Balises html génériques */
a       {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none}
a:hover {text-decoration:underline}
body    {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; background-color:#FFFFFF; margin:0px}
br      {font-family:Arial; font-size:10px}
td      {color:#000000; font-family:Arial; font-size:12px; font-weight:normal}

/* Classes de styles spécifiques */
.title    {color:#AAAAAA; font-family:Arial; font-size:17px; font-weight:bold}
.subtitle {color:#000000; font-family:Arial; font-size:16px; font-weight:normal}
.menu     {color:#000000; font-family:Arial; font-size:16px; font-weight:bold}
.text     {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; text-align:justify}
.date     {color:#AAAAAA; font-family:Arial; font-size:11px; font-weight:normal; font-style:italic}
.input    {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; width:700px; height:19px}
.inputshort {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; width:150px; height:19px; padding-left:2px}
.inputmedium {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; width:190px; height:19px; padding-left:2px}
.inputveryshort {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; width:30px; height:19px; text-align:center}
.Action   {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; width:120px}
.button   {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; width:150px}
.buttonlong {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; width:250px}
.border   {border:1px solid #AAAAAA}
.space    {font-size:6px}
.error    {color:#CC0000; font-weight:bold; text-align:center; text-transform:uppercase}

.table    {border:1px solid #AAAAAA; border-collapse:collapse}
.table tr:hover, .table tr.hovered{background-color:#EEEEEE}
.table td {text-align:center}

.part     {color:#000000; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none}
.partbold {color:#cc0000; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none}
