.bloc { 
  display : block; 
}
.fixe { 
  /* un bloc fixe situé en haut qui fait toute la largeur */ 
  position : fixed; 
  top: 400px; 
  left: 600px; 
  right: 0px; 
  width: 100%; 
  /* et le patch pour IE */ 
  position : expression("relative"); 
  width : expression("100%"); 
  top : expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight); 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.champ_text {
	font-family:Verdana;
	font-size:10px;
}
img {
	border:none;
}

a img {
	text-decoration:none;
}

* {  
	outline: none;
	list-style-type: none;
}

.select_lexique {
background-color:#ffffff;
border-bottom-color:#91905A;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#86878B
	}
.presse { 
	font-family: verdana;
	font-size: 11px;
	color: #86878B
	}
.presse_bis { 
	font-family: Arial;
	font-size: 9px;
	color: #86878B
	}
.titre_produit { 
	font-family: Arial;
	font-size: 14px;
	color: #504F4F
	}
.H1 { 
	font-family: Tahoma;
	font-size: 18px;
	color: #FF9527
	}
.H2 { 
	font-family: Tahoma;
	font-size: 14px;
	color: #8B8B8B
	}
.text_gris_clair { 
	font-family: Arial;
	font-size: 12px;
	color: #86878B
	}
.titre_gris_clair { 
	font-family: Arial;
	font-size: 12px;
	color: #919058
	}
.text_blanc { 
	font-family: Arial;
	font-size: 12px;
	color: #86878B
	}
.lien_service { 
	font-family: Arial;
	font-size: 12px;
	color: #86878B
	}
.text_noir_arial { 
	font-family: Arial;
	font-size: 12px;
	color: #000000
	}
.titre_blanc { 
	font-family: Arial;
	font-size: 12px;
	color: #86878B
	}
.vraititre_blanc { 
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF
	}
.vrailien_blanc { 
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF
	}
.lien_orange_clair { 
    font-family: Arial;
	font-size: 11px;
	color: #FF9527
	}
.lien_pied_page { 
	font-family: Arial;
	font-size: 11px;
	color: #86878B;
	}
.lien_gris_clair { 
	font-size: 11px;
	color: #9D826F
	}
.lien_gris { 
	font-size: 11px;
	color: #86878B
	}
.lien_gris { 
	font-size: 11px;
	color: #86878B
	}
a {
	font-family: Arial;
	text-decoration: none
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

