body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:normal;
	color:#000000;
	}

a {
	color:#4682B4;		/* #000000 (blanc) ; #4682b4 (bleu) ; #cc9966 (brun clair) */
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color:#ff9900;		/* #ffcc00 (jaune) ; #dca976 (brun orange) */
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
	}

img {
	border:none;
	}

.index td{
	color:#000000;
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
	}

.menu td {
	color:#000000;
	font-size: 9pt;
	text-decoration: none;
	}

H1 {font-size: 16pt; font-family: Verdana; font-weight: bold; color:#000000}
H2 {font-size: 16pt; font-family: Verdana; font-weight: normal; color:#000000}
H3 {font-size: 14pt; font-family: Verdana; font-weight: normal; color:#000000}
H4 {font-size: 12pt; font-family: Verdana; font-weight: normal; color:#000000}

#cadre_width{
	/*border: 1px #999999 solid;*/
	/*width:470px;*/
	display:block;
	float:left;
	margin-left:0px;
	margin-right:0px;
}

/*#cadre{
	border: 1px #999999 solid;		#CD9C4D
	height: 400px;
	overflow: auto;
}*/

/*Note: The "border-width" property does not work if it is used alone. Use the "border-style" property to set the borders first.*/
.pageborderstyle {
	border-style: dotted;
	border-width: 1px;
	border-color: #AAAAAA;
	}

.borderstyle {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
	}

.borderstyle_orange {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FF9900;
	}

.blue_title {
	color: #4682B4;
	font-weight: bold;
	}

.orange_title {
	color: #FF9900;
	font-weight: bold;
	}

/*Données des formulaires*/
#tab_textbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	color: #000066;
	border-width: 1px;
	border-style: solid;
	border-color: #B8C5EF;
	background-color: #FFFFFF;		/*#5F8496*/
}

