/* Gilbert Nettoyeur &copy; 2007 designed by Mediasoft Image */


body {
	background-image:url(images/html_bkgd.jpg);
	background-attachment:fixed;
	background-position:center;
	background-color: #bdc7cc;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}


/* TEXTS --------------------------------------------------*/

.maintext_blk {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

.maintext_blk_s {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.maintext_bge {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #ebe4ca;
}

.subtitle {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 16px;
	line-height: 27px;
	color: #006699;
}

.subtitle_s {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
	color: #006699;
}

.copyright {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	line-height: 30px;
	color: #000000;
}

/* BOXES -------------------------------------------------*/

td.mainbody {
	background-image: url(images/mainbody.jpg);
	background-repeat:repeat;
	background-position:top;
	background-attachment:fixed;
}

td.mainbody_c {
	background-color: #f5f5f5;
}

table.framesize {
	width: 700px;
}

table.shadow {
	background-image: url(images/shadow_10.jpg);
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
	width: 760px;
}

table.pagebox {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 15px;
margin-right: 15px;
}



/* LINKS -----------------------------------------------*/

a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

a:active {
	color: #006699;
	text-decoration: underline;
}

/*-----------------------------------------*/

a.wht_link:link {
	color: #ffffff;
	text-decoration: underline;
}

a.wht_link:visited {
	color: #ffffff;
	text-decoration: underline;
}

a.wht_link:hover {
	color: #ffffff;
	text-decoration: none;
}

a.wht_link:active {
	color: #ffffff;
	text-decoration: underline;
}

