@import "/fyh/fr/styles/consult_fr.css";
@import "/fyh/fr/styles/cotefyh_fr.css";

.consultlastadtable  {
    border:solid #163291 1px;
    width:100%;
    height:100%;
}
.Main form {
    width: inherit;
    font-size: 12px;
}
.Main .consultforestlinktable {
    margin-top: 10px;
    padding: 5px;
    border: 5px #113887 solid;
}



/*	ENCART PUB COMPARATEUR	*/
#encart_pub	{
	background-color: lightgrey;
	border: 1px solid grey;
	box-shadow: 3px 3px 10px darkgrey;
	filter: progid:DXImageTransform.Microsoft.shadow ( color=#817d7e,direction=135,strength=5); /* Pour IE < 9.0 */
	margin: 1px 5px 10px 2px;
	padding: 5px;
	width: 890px;
	height: 60px;
}
*html #encart_pub	{
	width: 894px;
	margin-left: 5px;
}
#encart_pub img	{
	border: none;
}
#encart_pub #texte	{
	position: absolute;
	width: 340px;
	margin: -5px 0 0 270px;
	text-align: center;
	color: #911331;
	font-size: 20px;
	line-height: 1.4;
}
*html #encart_pub #texte	{
	margin-left: 0;
	line-height: 1.3;
}
#encart_pub #texte a	{
	color: #911331;
	text-decoration: none;
}
#encart_pub #texte a:hover	{
	text-decoration: underline;
}
#encart_pub .left	{
	float: left;
}
#encart_pub .right	{
	float: right;
}
