@charset "iso-8859-1";
IMG{ border:0; }
DIV{ border:0; margin:0; padding:0; }
TABLE{ border: 0; border-collapse: collapse; }
TD{ vertical-align: top;font-size: 100%; }
OL, UL, LI { font-size: 100%; }
.left{ text-align: left; }
.right{ text-align: right; }
.center{ text-align: center; }
.bold{ font-weight: bold; }
.small{ font-size: small; }
.xsmall{ font-size: x-small; }
.just{ text-align: justify; }
.clearfloat{ clear: both; }

a, a:link {
	color: #0000ff;
	font-family: "Comic Sans MS",Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

a:visited{
	color: #660066;
}

a:hover{
	background-color: transparent;
	color: #0066ff;
}

a:active{
	background-color: transparent;
	color: #cc0000;
}

body{
	background: #99ccff;
	color: #000066;
	font-family: "Comic Sans MS",Verdana,Georgia,Arial,Helvetica,sans-serif;
}

h1{
	color: #0066ff;
	font-size: 24px;
}

h2{
	color: #0066ff;
	font-size: 20px;
}

h3, .hd3 {
	color: #0066ff;
	font-size: 16px;
}

h4, .hd4 {
	font-size: 14px;
}

h5{
	font-size: 13px;
}

h6{
	color: #0066ff;
	font-size: 1.0em;
}

p{
	color: #000066;
	font-family: "Comic Sans MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

pre{
	background-color: transparent;
	color: #000000;
	font-family: "Comic Sans MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding-left: 30pt;
}

.areatxt {
	background: transparent;
	color: #003300;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: smaller;
}

.areatxtcenter {
	background: transparent;
	color: #003300;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: smaller;
	text-align: center;
}

.celldark {
	background-color: #add8e6;
	color: #000066;
}

.celllight {
	background-color: #e0ffff;
	color: #000066;
}

.copy {
	color: #808080;
	font-family: sans-serif, verdana, arial, helvetica;
	font-size: smaller;
	font-weight: lighter;
}

.hd4blue{
	background-color: transparent;
	color: #1e90ff;
	font-size: 14px;
	font-weight: bold;
}

.indent {
	padding-left: 15px;
}

.just {
	font-weight: normal;
	text-align: justify;
}

.navbar {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin-top: 10px;
}

.navbar a, .navbar a:link {
	color: #0000ff;
	font-weight: normal;
	text-decoration: none;
}

.navbar a:visited {
	color: #4169e1;
	font-weight: normal;
	text-decoration: none;
}

.navbar a:visited:hover {
	color: #00008b;
	font-weight: normal;
	text-decoration: underline;
}

.navbar a:hover {
	color: #000080;
	font-weight: normal;
	text-decoration: underline;
}

.rubrique {
	color: #3300cc;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.tableblue{
	background-color: #ffffff;
	background-image: none;
	border-color: #00bfff;
	border-style: groove;
	border-width: 4px;
	color: #ffffff;
}

.tableheaderblue{
	background-color: #1e90ff;
	color: #ffffff;
}

.tablelightblue{
	background-color: #0099ff;
	background-image: none;
	border-color: #000066;
	border-style: groove;
	border-width: 0;
	color: #ffffff;
}

.tablenav{
	background-color: #e0ffff;
	background-image: none;
}

.tablerubrique{
	background-color: #ffff80;
	background-image: none;
	border-color: #004080;
	border-style: groove;
	border-width: 3px;
	font-size: 13px;
}

.tablewhite{
	background-color: #ffffff;
	background-image: none;
	border-color: #000066;
	border-style: groove;
	border-width: 4px;
	color: #000066;
}

.telephone{
	background-color: transparent;
	color: #005125;
	font-family: "Comic Sans MS",Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	margin-top: 3pt;
}

.topnav{
	color: #000066;
	font-size: 12px;
	font-weight: bold;
}

.topnav a:visited, .topnav a, .topnav a:link {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.topnav a:visited:hover, .topnav a:hover {
	color: #ff4500;
	font-weight: bold;
	text-decoration: underline;
}
DIV#wrapsitu{
	width:880px;
	background-color: #0099ff;
	/*border-color: #000066;
	border-style: groove;
	border-width: 3;*/
	color: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 3px 3px #e9e9e9;
	-webkit-box-shadow: 1px 3px 3px #e9e9e9;
	box-shadow: 1px 3px 3px #e9e9e9;
}