body {
	SCROLLBAR-FACE-COLOR: #E4EFFA;
	SCROLLBAR-HIGHLIGHT-COLOR: #E4EFFA;
	SCROLLBAR-SHADOW-COLOR: #E4EFFA;
	SCROLLBAR-3DLIGHT-COLOR: #9898C4;
	SCROLLBAR-ARROW-COLOR: #9898C4;
	SCROLLBAR-TRACK-COLOR: #E4EFFA;
	background-color: White;
	font-size: 8pt;
	color: #000066;
	font-family: Verdana, Helvetica;
}

.dvd {
	LEFT: 10px; WIDTH: 790px; VISIBILITY: hidden; POSITION: absolute; TOP: 80px; HEIGHT: 150px
}

a:link {
	/*text-decoration: none;*/
	color: #5B57A6;
}
a:active {
	text-decoration: underline;
	color: #5B57A6;
}
a:visited {
	/*text-decoration: none;*/
	color: #4D498B;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

a.box:link {
	text-decoration: none;
	color: #5B57A6;
}
a.box:active {
	text-decoration: underline;
	color: #5B57A6;
}
a.box:visited {
	text-decoration: none;
	color: #4D498B;
}
a.box:hover {
	text-decoration: underline;
	color: #990000;
}
.puce {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: Red; FONT-FAMILY: Verdana, Arial, Helvetica
}

.titre {
	/*text-decoration: none;*/
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #4D498B; FONT-FAMILY: Verdana, Arial, Helvetica
}


.textes {
	/*text-decoration: none;*/
	FONT-SIZE: 12px; COLOR: #4D498B; FONT-FAMILY: Verdana, Arial, Helvetica
}

/* small font size for the footer */
.smallfont {
		font-size: 7pt;
}

/* over line for footer NOT links */
.overline {
	border-top: thin solid #9898C4;
}

/* underline to seperate table sections in view NOT the links themselves */
.underline {
	font-size: 8pt;
	border-bottom: thin solid #9898C4;
}

/* small font for link date and hits */
.small {
	font-size: 7pt;
	color: #A2A2A2;
}

img {
	border: 0px;
}

/* get rid of the stuborn white space
   that comes after every from */
form {
    margin: 0px;
}

input,select {
	font-size: 9px;
	border: 1px solid #999999;
	background : #DADAEB;
	color: blue;
}

textarea {
	font-size: 12px;
	border: 1px solid #999999;
	background : #DADAEB;
	color: blue;
}

table {
	font-size: 8pt;
}

table.border {
	font-size: 8pt;
	color: blue;/*#4D4848*/
	border: 1px solid #9898C4; /*dashed*/
	background-color: #E4EFFA;
}

table.contenu {
	font-size: 8pt;
	border: 1px dotted #9898C4; /*dotted */
	background-color: #ffffff;
}
/* thick under line in the menu */
.barre_menu {
	border-bottom: 2px solid #9898C4;
}

/* alternating colors for the displayed links */
.alt_color1 {
	font-size: 8pt;
	background-color: #ffffff;
}
.alt_color2 {
	font-size: 8pt;
	background-color: #E4EFFA;
}

/* table background color for section titles and main page */
.bg_color {
	background-color: White;
}

.bonsplans {
	font-size: 8pt;
	color: White;
	font-family: Verdana, Arial, Helvetica;
	FONT-WEIGHT: bold; 
}
.copyright {
	FONT-SIZE: 11px; COLOR: #8F8588; FONT-FAMILY: Verdana, Arial, Helvetica
}