html, body {
color:000000;
font-family:"Verdana";
font-size:12px;
height:100%;
margin-bottom:0px;
padding:0px;
	 }
	 
h1 {
font-family:"Verdana";
font-size:16px;	
}

h2 {
font-family:"Verdana";
font-size:14px;	
}

h3 {
font-family:"Verdana";
font-size:12px;	
}

h4 {
font-family:"Verdana";
font-size:10px;	
}

#dhtmlgoodies_marquee{
	/* general marquee layout*/
	padding-top:3px;
	height:25px;
	background-color: #000;
	
	
	/* End general marquee layout */
	
	
	position:absolute;
	left:0px;
	z-index:1000;
	bottom:0px;		
	display:none;		
	width:100%;
	overflow:hidden;
}
body > div#dhtmlgoodies_marquee{	/* Firefox rule */
	position:fixed;
}	
#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
	position:absolute;	
	color: #FFF;
	font-weight:bold;
	white-space:nowrap;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:18px;
}
/* Just some layout classes used in this example script */
.highlighted{
	color:#F00;	// Red color
}
.greenText{
	color:#0F0;	// Green color
}

a:link    { color: #fff700; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva; text-decoration: none }
.link1   { color: #fff; font-size: 9pt; font-family: Arial, Helvetica, Geneva; font-weight: bold; text-decoration: none; background-color: #e1020f }
a:hover { color: #ffffff; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:visited  { color: #ff0; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold }
.nav    { color: #a51000; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a.rubnav:link { color: #a51000; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
.h1   { color: #0e4417; font-weight: bold; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.h4 { color: #0e4417; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.h2   { color: #0e4417; font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold }
.h3 { color: black; font-weight: bolder; font-size: 12pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.h3anglais { color: black; font-style: oblique; font-weight: bolder; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.greentext    { color: #0e4417; font-style: oblique; font-weight: bold; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.green:link { color: #0e4417; font-style: italic; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.text    { color: black; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.textanglais { color: black; font-style: italic; font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.table_gps {
	border-width:1px; 
	border-style:solid; 
	border-color:#137924;
	width:240px;
	height:115px;
	font-size:11px;
}

.DHTMLSuite_validInput{
	border:1px solid green;
}
.DHTMLSuite_invalidInput{
	border:1px solid red;
}

.DHTMLSuite_validInput,.DHTMLSuite_invalidInput{
	padding:1px;
	margin:0px;
}

.DHTMLSuite_validInput select{
	margin:0px;
	padding:0px;
}

.DHTMLSuite_validationImage{
	background-position:center center;
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.DHTMLSuite_invalidInputImage{
	background-image:url(../../../images/incorrect.gif)

}
.DHTMLSuite_validInputImage{
	background-image:url(../../../images/correct.gif);
}

.DHTMLSuite_validationBar{
	width:3px;
}
.DHTMLSuite_validationBarInvalid{
	background-color:#a51000;
}

.DHTMLSuite_validationBarValid{
	background-color:#137924;
}
#pageflip {
	position: relative;
}
#pageflip img {
	width: 120px; height: 122px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 120px; height: 118px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}