html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0 10px 20px;
	/*background: url("../img/fond.jpg") no-repeat scroll center bottom / contain #F0F0F2;*/
	background: #ddd;
    color: #000000;
    font-family: 'Trebuchet MS',Arial,sans-serif;
    font-size: 0.8em;
    line-height: 1.25;
}
a img {
  border: 0;
}
.header {
	background: url("../img/header2.jpg") no-repeat scroll center top #F0F0F2;
	height: 140px;

}

#content {
	border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
	background: none repeat scroll 0 0 #F0F0F2;
    border-color: #A4A4A4;
}

.nav-titre{
	height: 60px;
    padding-top: 0;
	text-align:center;
	background: url("../img/navhalo.png") no-repeat scroll right top #F0F0F2;
}

.nav-titre h1 {
    font-size: 1.55em;
	color: #005F54;
	margin:0px;
	padding-top:9px;
}
.nav-titre a {
    display: block;
    float: left;
    line-height: 0;
    margin: 10px 0 0 20px;
    max-width: 152px;
    position: relative;
}
.nav-titre a:hover {
    background: url("../img/semences.png") no-repeat scroll 2px -194px rgba(0, 0, 0, 0);
}
.fil {
    font-size: 0.9em;
    margin-left: 18px;
    margin-top: -15px;	
	margin-bottom:20px;
}
.fil a {
    color: #005F54;
}
h1 {
    font-size: 3em;
    font-style: italic;
}
tr {height: 22px;}

input, select {
	background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    color: #000000;
    font: 1em arial,geneva,helvetica,sans-serif;
	height: 22px;
}
.catalogue{margin-top:30px;}
.catalogue table {width:100%;}
.tb-catalogue td{
	font-size: 0.9em;
}
.tb-catalogue th{
	text-align:left;
	font-size: 0.7em;
}


.footer {
	font-size: 0.85em;
	text-align: center;
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 1px 0 10px 5px;
}
.choix{min-height:230px;padding: 5px;}
p {margin: 0.75em;}


/**************************************/
table {
border-collapse: collapse;
}
select {
	width: 240px;
	float:right;
	/*line-height: 30px;*/
	
}
input {
	float:right;
}
input[readonly] {
	border: 1px solid #000000;
	background: #c0c0c0;
	width: 240px;
	font-weight: bold;
	padding-left:5px;
}
input#filtre{margin:0;padding:0;float:left;height:18px;}
label{width: 100px;}
.labelvaleur{font-size: 1.1em;font-weight: bold;}
.tbl-ligne{display: block;height:27px;}
h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.45em;
	margin: 0;
	padding: 6px 8px;
	display: block;
	font: bold 14px/16px Arial;
}
.titre-orange {
	width: 363px;
	height: 28px;
	border: 1px solid #A4A4A4;
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
	border-radius: 0 8px 0 0;
}

.rect_orange {
	border-left: 0;
	border-right: 25px solid transparent;
	height: 0;
	width: 160px;
}

.violet {
	border-bottom: 28px solid #92244b;
}
.vert {
	border-bottom: 28px solid #10742e;
}
input#Redevance {
	border: 1px solid red;
	background:#e1e1e1;
}

.tbl-orange {
padding: 4px;
height: 156px;
border-bottom: 1px solid #A4A4A4;
border-left: 1px solid #A4A4A4;
border-right: 1px solid #A4A4A4;
}

.vert_strong {
	border-bottom: 28px solid #196559;
}

.catalogue .titre-orange {
margin-left: 0;
width: 948px;
border-left-color: #196559;
border-bottom-color: #196559;
}

.resultat {
border-top: 1px solid #196559;
border-left: 2px solid #196559;
border-right: 2px solid #196559;
border-bottom: 2px solid #196559;
}

.infos_bas{
font-size: 0.85em;
background:#fff;
margin: 0;
padding: 10px 0 1px 0;
}


.catalogue td {
 border:1px dashed #a4a4a4;
}

.bk_jaune{background: yellow;}