﻿@charset "UTF-8";


html, body, img, p, table, tr, td, a
{
font-family: Arial, Mangal, Helvetica, sans-serif;
border-style:none;
margin:0px;
padding:0px;
text-align:center;
vertical-align: middle;
}

body{
font-size:80%;
}
body.bodyForMini{
overflow-y: hidden;
overflow-x: visible;
}

table.mainTable{
height:520px;
width:690px;
}
table.mainTableForMini{
margin:2px 10px 2px 10px;
height:90px;
}

.erreur{
font-weight: bold;
color:#FF0000;
}
p{
font-size:10pt;
}
a:link, a:active, a:visited{
text-decoration:underline;
color:#9F5F37;
font-weight:inherit;
}
a:hover{
text-decoration:none;
color:#5e65ff;
}

td.mini{
width: 120px;
text-align:center;
border-style:dotted;
border-width:1px;
border-color:#000000;
}
td.forMargin{
width: 10px;
}
.myLink{
cursor:pointer;  
}
