body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.calendar {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}

table.calendar th{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

table.dashb {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: black;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

table.dashgl {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: black;
	border-collapse: collapse;
	background-color: #EEEEEE;
}

table.dashg {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: black;
	border-collapse: collapse;
	background-color: #DDDDDD;
}

table.newsb {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: black;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

table.dashj {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: black;
	border-collapse: collapse;
	background-color: #FFFF99;
}

table.tab1 {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}

input { 
	font-family: Verdana;
	font-weight:normal;
	font-size: 10pt;
	color:#000033;
	background:#FFFFFF;
	border:dotted 1px #333333;
}

.radio { 
	font-family: Verdana;
	font-weight:normal;
	font-size: 10pt;
	color:#000033;
	border:none;
}

.inpfile { 
	font-family: Verdana;
	font-weight:normal;
	font-size: 10pt;
	color:#000033;
	background:#FFFFFF;
	border:dotted 1px #333333;
}

textarea { 
	font-family: Verdana;
	font-weight:normal;
	font-size: 10pt;
	color:#000033;
	background:#FFFFFF;
	border:dotted 1px #333333;
} 

a:link {text-decoration: none;font-family : Verdana; font-size : 10pt; font-weight: normal;color: #000033}
a:visited {text-decoration: none;font-family : Verdana; font-size : 10pt; font-weight: normal;color: #000033}
a:hover {text-decoration: none; font-family : Verdana; font-size : 10pt; font-weight: normal;color: #FF0000}

a.l1:link {text-decoration: none;font-family : Verdana; font-size : 7pt; font-weight: normal;color: #000033}
a.l1:visited {text-decoration: none;font-family : Verdana; font-size : 7pt; font-weight: normal;color: #000033}
a.l1:hover {text-decoration: none; border-bottom:dotted 1px #333333; font-family : Verdana; font-size : 7pt; font-weight: normal;color: #FF0000}

a.l2:link {text-decoration: none;font-family : Verdana; font-size : 8pt; font-weight: normal;color: #000033}
a.l2:visited {text-decoration: none;font-family : Verdana; font-size : 8pt; font-weight: normal;color: #000033}
a.l2:hover {text-decoration: none; border-bottom:dotted 1px #333333; font-family : Verdana; font-size : 8pt; font-weight: normal;color: #FF0000}

a.l4:link {text-decoration: none;font-family : Verdana; font-size : 10pt; font-weight: normal;color: #000033}
a.l4:visited {text-decoration: none;font-family : Verdana; font-size : 10pt; font-weight: normal;color: #000033}
a.l4:hover {text-decoration: none; border-bottom:dotted 1px #333333; font-family : Verdana; font-size : 10pt; font-weight: normal;color: #FF0000}

a.l3:link {text-decoration: none; border-bottom:dotted 1px #333333; font-family : Verdana; font-size : 9pt; font-weight: normal;color: #000033}
a.l3:visited {text-decoration: none; border-bottom:dotted 1px #333333; font-family : Verdana; font-size : 9pt; font-weight: normal;color: #000033}
a.l3:hover {text-decoration: none; border-bottom:solid 1px #ff0000; font-family : Verdana; font-size : 9pt; font-weight: normal;color: #FF0000}

a.profil:link {text-decoration: none; font-family : Verdana; font-size : 12px; font-weight: bold;color: #990000}
a.profil:visited {text-decoration: none; font-family : Verdana; font-size : 12px; font-weight: bold;color: #990000}
a.profil:hover {text-decoration: none; font-family : Verdana; font-size : 12px; font-weight: bold;color: #990000; background-color: #FFFFFF}

a.info {
position: relative;
text-decoration: none;font-family : Verdana; font-size : 8pt; font-weight: normal;color: #000033;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
width: 200px;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 500;
}
a.info:hover span {
display: inline;
position: absolute;
top: 2em;
left: 1em;
background: #FFFFBB;
border: solid 1px #000000;
text-align: center;
color: black;
padding: 2px;
}
