		BODY {
			scrollbar-3dlight-color : #1a75ac;
			scrollbar-base-color : #ffffff;
			scrollbar-darkshadow-color : #ffffff;
			scrollbar-arrow-color : #1a75ac;
			ime-mode : auto;
			scrollbar-highlight-color : #ffffff;
			scrollbar-face-color : #ebebeb;
			scrollbar-shadow-color : #1a75ac;
			scrollbar-track-color : #ffffff;

		}

		.normal {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-style: normal;
	text-align: justify;
	color: #2b3b1e;
}

		.moyen {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #2b3b1e;
}
		.petit {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-align: left;
	color: #2b3b1e;
}

		.lien_normal {
	font-family: Trebuchet MS;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: Maroon;
}
		.lien_normal:hover {
			color: #666666;
			text-decoration: underline;
		}
		.lien_normal_bleu {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #2E2E2E;
}
		.lien_normal_bleu:hover {
			color: #D2691E;
			text-decoration: underline;
		}
		
		.lien_petit {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #2b3b1e;
}
		.lien_petit:hover {
			color: #D2691E;
			text-decoration: bold;
		}
		.lien_normal_rouge {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #CD853F;
}
		.lien_normal_rouge:hover {
	color: #990000;
	text-decoration: underline;
}
		.lien_orange {
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-style: normal;
			text-decoration: none;
			color: #990000;
		}
		.lien_orange:hover {
	text-decoration: underline;
	color: #D2691E;
}
		.lien_bleu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #2b3b1e;
}
		.lien_bleu:hover {

			text-decoration: underline;
			color: #D2691E;
		}
		.lien_gris {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #2b3b1e;
}
		.lien_gris:hover {
	text-decoration: underline;
	color: D2691E;
}
		.lien_moyen {
			font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-style: normal;
			text-decoration: none;
			color: #2b3b1e;
		}
		.lien_moyen:hover {
			text-decoration: underline;
			color: #D2691E;
		}

		.lien_moyen_rouge {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #CD853F;
	word-spacing: -2px;
}
		.lien_moyen_rouge:hover {
			color: #ffff99;
		}

		.lien_moyen_blanc {
			font-family : "Trebuchet MS", Geneva, sans-serif;
			font-size : 12px;
			font-style : normal;
			text-decoration: none;
			color: #FFFFFF;
		}
		.lien_moyen_blanc:hover {
			font-family : "Trebuchet MS", Geneva, sans-serif;
			font-size : 12px;
			font-style : normal;
			text-decoration: none;
			color: #999999;
		}
		.lien_moyen_gris {
	font-family: "Trebuchet MS", Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: none;
	color: #990000;
}
		.lien_moyen_gris:hover {
			font-family : "Trebuchet MS", Geneva, sans-serif;
			font-size : 12px;
			font-style : normal;
			text-decoration: none;
			color: #CCCC99;
		}
		.lien_cadre {
			border-bottom : 1px solid #000000;
			border-left : 1px solid #000000;
			border-right : 1px solid #000000;
			border-top : 1px solid #000000;
		}
		.lien_cadre:hover {
			border-bottom : 1px solid #6699cc;
			border-left : 1px solid #6699cc;
			border-right : 1px solid #6699cc;
			border-top : 1px solid #6699cc;
		}

		.cadrenoir {
			font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-style: normal;
			text-decoration: none;
			color: #999999;
			border-bottom : 1px solid #000000;
			border-left : 1px solid #000000;
			border-right : 1px solid #000000;
			border-top : 1px solid #000000;
		}
		.cadrenoir_petit {
			font-family : "Trebuchet MS", Geneva, sans-serif;
			font-size : 9px;
			font-style: normal;
			color: #000000;
			text-decoration: none;
			border-bottom : 1px solid #000000;
			border-left : 1px solid #000000;
			border-right : 1px solid #000000;
			border-top : 1px solid #000000;
		}
		.trait_noir_haut {
			border-top : 1px solid black;
		}
		.trait_noir_bas {
			border-bottom : 1px solid black;
		}
		.trait_noir_gauche_bas {
			border-left : 1px solid black;
			border-bottom : 1px solid black;
		}
		.trait_noir_gauche {
			border-left : 1px solid black;
		}
		.trait_noir_bas_droite {
			border-right : 1px solid black;
			border-bottom : 1px solid black;
		}
		.trait_noir_droite {
			border-right : 1px solid black;
		}
		.trait_noir_gauche_haut_2 {
			border-left : 2px solid black;
			border-top : 2px solid black;
		}

		.cadregris {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	border: 1px solid #CCCCCC;
		}
		.trait_gris_bas {
			border-bottom : 1px solid #f5f5f5;
		}
		.trait_gris_haut {
			border-top : 1px solid Gray;
		}
		.trait_gris_gauche {
			border-left : 1px solid Gray;
		}
		.trait_gris_haut_bas {
			border-top : 1px solid Gray;
			border-bottom : 1px solid Gray;
		}
		.cadre_blanc {
			font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-style: normal;
			text-decoration: none;
			color: #990000;
			background-color: #FFFFFF;
			border-left : 0px solid #ffffff;
			border-top : 0px solid #ffffff;
			border-right : 0px solid #ffffff;
			border-bottom : 0px solid #ffffff;
		}
		.cadre_orange {
			border-left : 2px solid #ffcc66;
			border-top : 2px solid #ffcc66;
			border-right : 2px solid #ffcc66;
			border-bottom : 2px solid #ffcc66;
		}
		
		.trait_orange_gauche {
			border-left : 1px solid #ffcc66;
		}
		.trait_orange_gauche_haut {
			border-left : 1px solid #ffcc66;
			border-top : 1px solid #ffcc66;
		}
		.trait_orange_gauche_haut_droite {
			border-left : 1px solid #ffcc66;
			border-top : 1px solid #ffcc66;
			border-right : 1px solid #ffcc66;
		}
		.trait_orange_gauche_bas_droite {
			border-left : 1px solid #ffcc66;
			border-bottom : 1px solid #ffcc66;
			border-right : 1px solid #ffcc66;
		}
		.trait_orange_gauche_droite {
			border-left : 1px solid #ffcc66;
			border-right : 1px solid #ffcc66;
		}
		.trait_orange_gauche_haut_2 {
			border-left : 2px solid #ffcc66;
			border-top : 2px solid #ffcc66;
		}
		.trait_orange_bas {
			border-bottom : 1px solid #990000;
		}
		.trait_orange_haut_2 {
			border-top : 2px solid #ffcc66;
		}

		.cadre_bleu {
			border-left : 2px solid #6699cc;
			border-top : 2px solid #6699cc;
			border-right : 2px solid #6699cc;
			border-bottom : 2px solid #6699cc;
		}
		.cadre_bleu_1 {
			border-left : 1px solid #6699cc;
			border-top : 1px solid #6699cc;
			border-right : 1px solid #6699cc;
			border-bottom : 1px solid #6699cc;
		}
		.trait_bleu_gauche {
			border-left : 2px solid #6699cc;
		}
		.trait_bleu_gauche_haut_2 {
			border-left : 2px solid #6699cc;
			border-top : 2px solid #6699cc;
		}
		.trait_bleu_bas {
			border-bottom : 1px solid #6699cc;
		}
		.trait_bleu_haut_2 {
			border-top : 2px solid #6699cc;
		}

		.cadre_vert {
			font-family : "Trebuchet MS", Geneva, sans-serif;
			font-size : 12px;
			font-style: normal;
			color: #000000;
			text-decoration: none;
			border-bottom : 2px solid #66cc33;
			border-left : 2px solid #66cc33;
			border-right : 2px solid #66cc33;
			border-top : 2px solid #66cc33;
		}
		.cadrevert_petit {
			font-family : "Trebuchet MS", Geneva, sans-serif;
			font-size : 9px;
			font-style: normal;
			color: #000000;
			text-decoration: none;
			border-bottom : 1px solid #66cc33;
			border-left : 1px solid #66cc33;
			border-right : 1px solid #66cc33;
			border-top : 1px solid #66cc33;
		}

		.trait_vert_gauche {
			border-left : 2px solid #66cc33;
		}
		.trait_vert_gauche_haut_2 {
			border-left : 2px solid #66cc33;
			border-top : 2px solid #66cc33;
		}
		.trait_vert_bas {
			border-bottom : 1px solid #66cc33;
		}
		.trait_vert_haut_2 {
			border-top : 2px solid #66cc33;
		}

		.trait_vert_gauche_haut_pointille {
			border-left : 1px dotted #66cc33;
			border-top : 1px dotted #66cc33;
		}
		.trait_vert_haut_pointille {
			border-top : 1px dotted #66cc33;
		}
		.trait_vert_droite_pointille {
			border-right : 1px dotted #66cc33;
		}

		.cadre_jaune {
			border-left : 2px solid #eef900;
			border-top : 2px solid #eef900;
			border-right : 2px solid #eef900;
			border-bottom : 2px solid #eef900;
		}

		.trait_jaune_gauche_haut_2 {
			border-left : 2px solid #eef900;
			border-top : 2px solid #eef900;
		}
		.trait_jaune_haut_2 {
			border-top : 2px solid #eef900;
		}

		.cadre_beige {
			border-left : 1px solid #999900;
			border-top : 1px solid #999900;
			border-right : 1px solid #999900;
			border-bottom : 1px solid #999900;
		}

		.cadre_mauve {
			border-left : 2px solid #cc9999;
			border-top : 2px solid #cc9999;
			border-right : 2px solid #cc9999;
			border-bottom : 2px solid #cc9999;
		}

		.trait_rouge_gauche_haut_2 {
			border-left : 2px solid #cc9999;
			border-top : 2px solid #cc9999;
		}
		.trait_rouge_gauche_haut_pointille {
			border-left : 1px dotted #cc9999;
			border-top : 1px dotted #cc9999;
		}
		.trait_rouge_haut_pointille {
			border-top : 1px dotted #cc9999;
		}
		.trait_rouge_haut_2 {
			border-top : 2px solid #cc9999;
		}

		.trait_gris_gauche_haut_2 {
			border-left : 2px solid gray;
			border-top : 2px solid gray;
		}

		.trait_gris_bas_2 {
			border-bottom : 2px solid Gray;
		}

		.trait_gris_haut_2 {
			border-top : 2px solid Gray;
		}

		.trait_beige_haut {
			border-top : 1px solid #cccc99;
		}

		h1,h2,h3,h4{font-size:14px;margin:1px;}
		h2{font-size:13px;font-weight: normal}
		h3{font-size:13px;}
		h4{font-size:13px;font-weight: normal}
