/*** Niveau 1 spe specifique css ***/

.exp {
  vertical-align: super;
  font-size: 9pt;
  color: red;
}

/* La cartouche orange au dessus de la navigation gauche */
p.panier {
  display: block;
  position: relative;
  color: #FFFFFF;
  font-size: 12px;
  padding-left: 16px;
  width: 166px;
  height: 27px;
  line-height: 27px;
  font-weight: bold;
  background-image: url(../img/panier-bt-fond-orange.jpg);
  text-align: left;
  cursor: pointer;
}

p.panier span.pictoPanier {
  position: absolute;
  right: 10px;
  top: 0px;
}

/* Bandeau des �tapes de validation */
div.etapesValidation {
  text-transform: uppercase;
  margin: 35px 0;
}

div.etapesValidation span {
  display: inline-block;
  text-align: center;
  height: 16px;
  color: #bfbfbf;
  padding: 0 20px;
  min-width: 100px;
  cursor: pointer;
}

/* Bandeau 'Siregal' */

img.banner {
  position: absolute;
  top: 100px;
  width: 61.2%;
}



/*Essai 2 valid� */
table.progression {
  border: 0;
  padding: 0;
  width: 100%;
}

table.progression td {
  border: 0;
  padding: 0;
  width: 25%;
  white-space: nowrap;
  text-align: center;
  color: #bfbfbf;
  cursor: pointer;
}

table.progression td  a {
  position: relative;
  color: #bfbfbf;
  display: block;
  height: 30px;
  cursor: default;
  text-decoration: none;
}
/*Activer ca pour avoir le rollover sur les etapes de validation
table.progression td:hover a,*/
table.progression td.active a {
  color: #7b9e03;
  text-decoration: none;
  cursor: default;
}

table.progression td.etape1 a {
  background-image: url(../img/etape1.gif);
  background-position: top;
  background-repeat: no-repeat;
}

table.progression td.etape2 a {
  background-image: url(../img/etape2.gif);
  background-position: top;
  background-repeat: no-repeat;
}

table.progression td.etape3 a {
  background-image: url(../img/etape2.gif);
  background-position: top;
  background-repeat: no-repeat;
}

table.progression td.etape4 a {
  background-image: url(../img/etape4.gif);
  background-position: top;
  background-repeat: no-repeat;
}

/*Activer ca pour avoir le rollover sur les etapes de validation
table.progression td.etape1 a:hover, table.progression td.etape2 a:hover, table.progression td.etape3 a:hover, table.progression td.etape4 a:hover,*/
table.progression td.active a {
  background-position: bottom;
}

/* Bouton de bas de page */
p.retour {
  position: relative;
  height: 25px;
} /* */
p.sanstab {
  border-bottom: #97bf0d solid 2px;
}

p.help {
  position: relative;
  height: 25px;
}

p.retour a {
  color: #4b4b4c;
  font-weight: bold;
  font-size: 11px;
}

.retourHybride {
  position: absolute;
  left: 0;
}

.retourAccueil {
  position: absolute;
  right: 0;
}

.help {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.valider,.commander,.results {
  display: block;
  height: 23px;
  line-height: 23px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  float: right;
  margin-left: 10px;
}

.valider {
  background-image: url(../img/bt-fond-rouge.jpg);
  width: 103px;
}

.commander {
  background-image: url(../img/bt-fond-vert.jpg);
  width: 89px;
}

.results {
  background-image: url(../img/bt-fond-vert.jpg);
  width: 89px;
}

/* Tableaux de liste  */
table {
  border-bottom: #97bf0d solid 2px;
  border-top: #97bf0d solid 2px;
}

table td,table th {
  border-bottom: #97bf0d solid 1px;
}

.firstCol {
  width: 5px;
}

.lastCol {
  width: 5px;
}

table.gnpTable {
  
}

table.gnpTable td {
  padding: 3px 10px;
}

table.siregal {
  
}

table.siregal td {
  padding: 3px 10px;
}

table.experiment {
  
}

.experiment tr:hover {
  background-color: #e0ecb6;
  cursor: pointer;
}

.experiment td {
  border-bottom: #d3d3d3 solid 1px;
  font-size: 11px;
  padding: 3px 12px;
}

/* Tableau de grande liste */
.hybridation {
  font-size: 11px;
  color: #4b4b4c;
}

.hybridation td,.hybridation th {
  padding: 3px 10px;
}

.hybridation td select {
  border: #dfebb6 solid 1px;
  width: 220px;
  font-size: 11px;
  padding: 1px;
  color: #4b4b4c;
  width: auto;
}

.accessoires {
  font-size: 11px;
  color: #4b4b4c;
}

.accessoires td,.accessoires th {
  border-bottom: #d3d3d3 solid 1px;
  padding: 3px 10px;
}

.gnp, .cardTable {
  font-size: 11px;
  color: #4b4b4c;
  width: 100%;
}

.gnp td, .gnp th, .cardTable td, .cardTable th {
  border-bottom: #d3d3d3 solid 1px;
  padding: 4px 10px;
  float: none;
}

.gnp th, .cardTable td.left {
  color: #EB690B;
  font-weight: bold;
  width: 40%;
}

table.gnp tr.extraTR td,table.gnp tr.extraTR th, table.cardTable tr.extraTR td, table.cardTable tr.extraTR th {
  border-bottom: #97bf0d solid 1px;
  height: 0px;
}

/* Modification de la Card Identification, le texte doit pouvoir �tre mieux r�parti (Btissam & Thomas 10/01/2013) */
.gnp, .cardTable_2 {
  font-size: 11px;
  color: #4b4b4c;
  width: 100%;
}

.gnp td, .gnp th, .cardTable_2 td, .cardTable_2 th, .association_popup td, .association_popup th {
  border-bottom: #d3d3d3 solid 1px;
  padding: 4px 5px;
  float: none;
}

.gnp th, .cardTable_2 td.left, .association_popup td.left {
  color: #EB690B;
  font-weight: bold;
  width: 20%;
  white-space: nowrap;
}

table.gnp tr.extraTR td,table.gnp tr.extraTR th, table.cardTable_2 tr.extraTR td, table.cardTable_2 tr.extraTR th {
  border-bottom: #97bf0d solid 1px;
  height: 0px;
}
/* Fin des modifications */





h5.speTable {
  clear: both;
  background-color: #97bf0d;
  text-transform: uppercase;
  color: #ffffff;
  height: 19px;
  line-height: 17px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  top: 4px;
}

/* Tableau de formulaire */
table.query {
  
} /*width:470px;*/
.query td,.query th {
  border-bottom: #97bf0d solid 1px;
  font-size: 11px;
}

.query th {
  width: 120px;
}

.query td.noborder,.query th.noborder {
  border: 0px;
}

table.query td input,table.query td select {
  border: #dfebb6 solid 1px;
  width: 250px;
  font-size: 11px;
  padding: 3px;
  color: #4b4b4c;
}

table.query td select option[selected=selected],table.query td select option:focus {
  background-color: #e0ecb6;
}

div.filet {
  border-bottom: #d3d3d3 solid 1px;
  text-align: center;
  height: 10px;
  margin-bottom: 8px;
  width: 700px;
/*   position: absolute; */
/*   float: left; */
}

div.filet strong {
  background-color: #ffffff;
  color: #939393;
  padding: 0 5px;
  color: #d3d3d3;
}

.and {
  border-bottom: #d3d3d3 solid 1px;
  border-right: #d3d3d3 solid 1px;
  border-top: #d3d3d3 solid 1px;
  width: 14px;
  height: 40px;
  margin-right: 30px;
}

.and strong {
  position: relative;
  right: -20px;
  top: 12px;
  text-transform: uppercase;
  color: #d3d3d3;
}
/* Tableau matrice */
#matrix-gwt table.matrix {
	border: 3px red solid;
}

#matrix-gwt, .matrix, tr.matrix {
	border-bottom: 3px black solid;
}

#matrix-gwt, .matrix, td.matrix {
	border-right: 1px #97BF0D solid;
	border-bottom: 1px #97BF0D solid;
}

#matrix-gwt, .matrix, th.matrix {
	border-right: 1px #97BF0D solid;
}

/* Bandeaux de pagination  */
table.pagination,table.pagination td {
  border: 0;
  padding: 4px 3px;
}

.pagination td {
  color: #9a9a9a;
  font-size: 11px;
}

.pagination select {
  border: #dfebb6 solid 1px;
  font-size: 10px;
  width: 40px;
}

.pagination td a {
  color: #4b4b4c;
  font-weight: bold;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  padding: 0 2px;
}

.pagination td a:hover,.pagination td a.active {
  color: #eb690b;
  text-decoration: none;
}

.pagination td a img {
  margin-bottom: -3px;
}

/* Liste chiffr�  */
ol {
  color: #eb690b;
  font-size: 11px;
  font-weight: bold;
}

ol li {
  padding-left: 6px;
}

ol span {
  color: #6c6c6c;
  font-weight: normal;
}

ol.bleu {
  color: #437b9c;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 10px 30px;
}

ol.bleu li {
  padding: 0;
}

ol.bleu span {
  color: #6c6c6c;
  font-weight: normal;
}

/*All*/
.noborder,.noborder td {
  border: 0px;
}

.noborder-bottom,.noborder-bottom td {
  border-bottom: 0px;
}

/*News*/
div#content h3 {
  margin: 0px 0px 5px;
}

div#content p {
  margin: 0px 0px 5px;
}

div#content p.news {
  color: #000000;
}

div#content p.change {
  border-bottom: #CCCCCC solid 1px;
  padding-bottom: 5px;
  color: #6c6c6c;
}

div#content p.archives {
  font-weight: bold;
  font-size: 12px;
}

div.news ul, div.news li {
  list-style-type: disc;
  padding-left: 0px;
  margin-left: 3px;
}

/**/
.fruitSpecies,.vegetableSpecies,.cropSpecies {
  float: left;
  width: 150px;
  text-align: center;
}

.fruitSpecies h5,.vegetableSpecies h5,.cropSpecies h5 {
  text-transform: uppercase;
  color: #437b9c;
}

.fruitSpecies img,.vegetableSpecies img,.cropSpecies img {
  display: block;
  margin: auto;
}

a.fruitsImg {
  display: block;
  background-position: top;
  width: 73px;
  height: 73px;
  margin: auto;
}

a.fruitsImg:hover {
  background-position: bottom;
}

#grappvine {
  background-image: url(img/picto-grappvine.jpg);
}

#nuts {
  background-image: url(img/picto-nuts.jpg);
}

#plum {
  background-image: url(img/picto-plum.jpg);
}

#cherry {
  background-image: url(img/picto-cherry.jpg);
}

#brassica {
  background-image: url(img/picto-brassica.jpg);
}

#maize {
  background-image: url(img/picto-maize.jpg);
}

#grappvine2 {
  background-image: url(img/picto-grappvine2.jpg);
}

#cereals {
  background-image: url(img/picto-cereals.jpg);
}

div#content div.highlight {
  padding: 10px;
  background-color: #eaf2cf;
}

div#content div.highlight ul {
  margin: 0 0 0px 12px;
}

div#content div.highlight li {
  background-image: url(../img/fiche-liste.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #eb690b;
}
div#content div.highlight li.hidden {
  background: none;
  padding: 0;
}

/* Onglets */
div.onglets {
  margin-left: 10px;
}

div.onglets a {
  display: block;
  width: 116px;
  height: 43px;
  background-image: url(../img/onglets-ombre-off.png);
  float: left;
  text-align: center;
  line-height: 43px;
  color: #000000;
}

div.onglets a:hover,div.onglets a.active {
  background-image: url(../img/onglets-ombre-on.png);
  text-decoration: none;
  color: #FFFFFF;
}
div.onglets a.active {
  cursor: auto;
}

div.ongletsBas {
  clear: both;
  background-image: url(../img/onglets-ombre-bas-599x7.png);
  position: relative;
  top: -10px;
  width: 599px;
  height: 7px;
}

/* --------------------------------------------------------------------- */
/*            ****             FORMS                ****                 */
/* --------------------------------------------------------------------- */
form {
  text-align: center;
}
td form {
  text-align: left;
}
form.queryForm {
  border-bottom: #97bf0d solid 2px;
  border-top: #97bf0d solid 2px;
  margin-top: 23px;
  margin-bottom: 5px;
  padding: 3px;
}
hr {
  background-color: #97bf0d;
  visibility: hidden;
  width: auto;
  clear: both;
}
.form-subtitle {
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	margin: 5px;
}
.textLink {
  cursor: pointer;
}
fieldset.formblock {
  margin: 0px;
  padding: 0px;
}
fieldset.formblock legend {
  color: gray;
  font-weight: bold;
  text-align: left;
}
form h3 {
  font-weight: bold;
  color: #ff0000;
}
.queryForm input, select, textarea {
  border: #dfebb6 solid 1px;
  width: 250px;
  font-size: 11px;
  padding: 3px;
  color: #4b4b4c;
}
.queryForm  select {
  width: 254px;
}
form div.buttonLabel {
  position: relative;
  bottom: -35px;
  float: right;
}
form input[type="checkbox"], form input[type="radio"] {
  width: auto;
  padding: 0;
  border: none;
}
form input[type="submit"], form input[type="button"], form input.button {
  background-image: url("../img/bt-fond-vert.jpg");
  width: 89px;
  border: none;
  color: #FFFFFF;
  display: block;
  float: right;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  margin-left: 10px;
  text-align: center;
  position: relative;
  bottom: -30px;
}
form input[type="submit"].noposition, input[type="button"].noposition {
  float: none;
  position: static;
}
form input[type="submit"].float, input[type="button"].float {
  position: static;
}
form input[type="button"].cancel, form input[type="submit"].cancel {
  background-image: url("../img/bt-fond-rouge.jpg");
  width: 103px;
}
form input[type="image"] {
  vertical-align: middle;
  width: auto;
  border: none;
  float: right;
  display: block;
  margin-left: 10px;
}
form input[type="image"].noposition {
  float: none;
  position: static;
}
form input[type="submit"].nostyle {
  background: none;
  margin: 0px;
  text-align: left;
}
#drapeaux form input[type="image"] {
  vertical-align: baseline;
  border: none;
  float: none;
  display: inline;
  margin-left: 0px;
}
div.spacer {
  clear: both;
}
.light-spacer {
  clear: both;
  height: 0px;
}
div.row {
  clear: both;
}
div.row span.label {
  padding: 7px;
  float: left;
  width: 250px;
  margin: 0px 2px 0px 5px;
  text-align: left;
  color: #EB690B;
  font-size: 11px;
  font-weight: bold;
}
div.row span.formw {
  padding: 7px;
  float: right;
  width: 400px;
  text-align: left;
}


form select.dateSelect {
  width: auto;
}
.dateSelector {
  border: 0px;
  padding: 0px;
  vertical-align: top;
}
form img.button {  
  cursor: pointer;
  vertical-align: middle;
}
div.inline {
  display: inline;
}

#helpLink {
  position: relative;
  left: 0;
}

.legend {
  width: 500px;
}


/* --------------------------------------------------------------------- */
/*            ****             MESSAGES             ****                 */
/* --------------------------------------------------------------------- */

.errors {
  border: 1px solid red;
  background-color: #fccdca;
}
.messages {
  border: 1px solid orange;
  background-color: #ffffcc;
}
.errors, .messages {
  text-align: left;
  padding: 10px;
  margin: 10px 10px 10px 0px;
  list-style-position: inside;
  border-radius: 4px 4px 4px 4px;
}
.errors li, .messages li {
  padding: 2px 2px 2px 15px;
}
.loading {
  font-size: 14px;
  font-weight: bolder;
  color: #054463;
  float: left;
  margin-left: 200px;
}
.legendText {
  font-size: 10pt;
  text-align: center;
  padding: 0;
  margin: 0;
}
.loading-img {
  background-image: url(../icons/ajax-loader-small.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.loading-img-ended {
  background-image: none;
}
.loading-on-button {
	visibility: hidden;
	float: right;
	position: relative;
	bottom: -33px;
	left: -50px;
	z-index: 1;
}

/* --------------------------------------------------------------------- */
/*            ****              LOGOS               ****                 */
/* --------------------------------------------------------------------- */

.partner-logo {
  height: 50px;
  vertical-align: middle;  
  display: block;
}

.siregalbanner {
	width: 100%;
	height: 20%;
	padding-bottom: 1%;
}

div.grc_inra {
	text-align: right;
}

/* DYGRAPHS */

.dygraph-legend {
	font-size: 9px;
}

.association_popup {
	color: #4b4b4c;
	font-size: 9px;
	z-index:1000000;
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.mapLegend {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mapLegend img {
	height: 1.5em;
	vertical-align: text-top;
	margin-right: 2px;
	margin-left: 5px;
}