/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #7080DD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 

}

h1 {
	font-size: 14px;
	font-weight:bold;
	color: #0066CC;
}

.txtblanc {
	color:#FFFFFF
	}

a:link, a:visited {
	font-size: 12px;
	color:#0066CC;
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:underline;
	color:#00CC66;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuheader {
	font-size: 13px;
	color: #404AB1;
	font-weight: bold;
}


a.menuheader:link, a.menuheader:visited {
	font-size: 13px;
	color: #404AB1;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}

a.menuheader:hover, a.menuheader:active {
	text-decoration:underline;
	color:#00CC66;
}

.menufooter {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a.menufooter:link, a.menufooter:visited {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a.menufooter:hover, a.menufooter:active {
	text-decoration:underline;
}
