A:link, A:active, A:visited {
	color: #000088;
	text-decoration: none;
}
A:active {
text-decoration: underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000088;
	background-image: url(../img/fond01.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-position: center;
}



h1, h2 {
	text-align: center;
	vertical-align: top;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

img {
	vertical-align: middle;
}

table {
	text-align: left;
	vertical-align: middle;
}

tr {
	border: 1px solid #000088;	
}

.hi_lght {
	background-color: #ddddee;
	cursor: pointer;
}

.rubrique {
	font-size: 12pt;
	font-weight: bold;
}

.item {
	font-size: 10pt;
	font-weight: bold;
        text-decoration: underline;
}

.itNoLink {
	font-size: 10pt;
	font-style: italic;
}

.style_large {
	font-size: 14pt
}

.message_urgent {
	color: #FF0000
	font-weight: bold;
}

