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

	}

						.normal {
							font-family: "MS Sans Serif", Geneva, sans-serif;
							font-size: 12px;
							font-style: normal;
							text-align: justify;
							color: #666666;
						}

						.moyen {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size: 14px;
							font-style: normal;
							color: #666666;
						}
						.petit {
							font-family: "MS Sans Serif", Geneva, sans-serif;
							font-size: 11px;
							font-style: normal;
							text-align: left;
							color: #666666;
						}

						.lien_normal {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 12px;
							font-style : normal;
							text-decoration: underline;
							color: #006699;
						}
						.lien_normal:hover {
							color: #6699cc;
							text-decoration: underline;
						}
						.lien_petit {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 11px;
							font-style : normal;
							text-decoration: underline;
							color: #006699;
						}
						.lien_petit:hover {
							color: #6699cc;
							text-decoration: underline;
						}
						.lien_normal_rouge {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 13px;
							font-style : normal;
							text-decoration: none;
							color: #cc3333;
						}
						.lien_normal_rouge:hover {
							color: #cc9999;
							text-decoration: underline;
						}
						.lien_normal_blanc {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 13px;
							font-style : normal;
							text-decoration: none;
							color: #ffffff;
						}
						.lien_normal_blanc:hover {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 13px;
							font-style : normal;
							text-decoration: underline;
							color: #e1e1e1;
						}

						.lien_moyen {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 14px;
							font-style : normal;
							text-decoration: underline;
							color: #006699;
						}
						.lien_moyen:hover {
							color: #6699cc;
						}
						
						.lien_moyen_rouge {
							font-family: "MS Sans Serif", Geneva, sans-serif;
							font-size: 13px;
							font-style: normal;
							text-decoration: none;
							color: #ff6633;
							word-spacing: -2px;
						}
						.lien_moyen_rouge:hover {
							color: #ffff99;
						}

						.lien_moyen_blanc {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 14px;
							font-style : normal;
							text-decoration: none;
							color: #FFFFFF;
						}
						.lien_moyen_blanc:hover {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 14px;
							font-style : normal;
							text-decoration: none;
							color: #999999;
						}
						.lien_moyen_gris {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 14px;
							font-style : normal;
							text-decoration: none;
							color: #CCCCCC;
						}
						.lien_moyen_gris:hover {
							font-family : "MS Sans Serif", Geneva, sans-serif;
							font-size : 14px;
							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 : "MS Sans Serif", Geneva, sans-serif;
							font-size : 12px;
							font-style: normal;
							color: #000000;
							border-bottom : 1px solid #000000;
							border-left : 1px solid #000000;
							border-right : 1px solid #000000;
							border-top : 1px solid #000000;
						}
						.cadrenoir_petit {
							font-family : "MS Sans Serif", 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 {
        			border-bottom : 1px solid #CCCCCC;
        			border-left : 1px solid #CCCCCC;
        			border-right: 1px solid #CCCCCC;
        			border-top: 1px solid #CCCCCC;
        			font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
        			font-size : 11px;
        			font-style : normal;
        		}
        		.trait_gris_bas {
        			border-bottom : 1px solid Gray;
        		}
        		.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_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 : "MS Sans Serif", 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 : "MS Sans Serif", 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:15px;margin:1px;}
			h2{font-size:15px;font-weight: normal}
			h3{font-size:13px;}
			h4{font-size:13px;font-weight: normal}