<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

body{
	font-family: Trebuchet MS;
	color:#707173;
	height: 100%;
	font-size:9pt;
	background-color:white;
}

div, html, body, a, form, img, table, td, h1, h2, h3, h4, h5, h6, blockquote, header, section, footer {
    margin: 0;
    padding: 0;
}

header, footer{
    display: block;
}

.collapse {
    border-collapse: collapse;
}

.wraper, .footer footer, .footer .mentionsLegales, .content .frame{
	margin: 0 auto;
    position: relative;
    width: 960px;
    display:block;
}

a{
	color:#9c9e9f;
	text-decoration:none;
}

button{
	color:white;
	height:30px;

	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.blurPage{
	position:absolute;
	width:100%;
	height:1200px;
}

/**================================== SLIDE UP ================================== */
.slideUp{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 1003;;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.slideUp #panelUp{
	width: 100%;
	height: 330px;
	color: #ebebec;
	background: #3e3e40;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

.slideUp .contentUp{
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

.slideUp .actionList{
  	background: url(/slide/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.slideUp .actionList .action{
	width:110px;
	height:60px;
	margin: 0 auto;
	
	background-color:#3e3e40;
	color:#fbba00;
	
	border-radius: 0 0 200px 200px;
	-moz-border-radius: 0 0 200px 200px;
	-webkit-border-radius: 0 0 200px 200px;
	
	cursor:pointer;
}

.slideUp .actionList .action div{
	padding:5px 10px;

	font-style:italic;
	height:45px;
	background-image:url(/SlideUp.png);
	background-repeat:no-repeat;
	background-position: center bottom;
}

.slideUp .actionList .action.open div{
	background-image:url(/SlideUp.png);
}

.slideUp .actionList .action.close{
	display:none;
}

.slideUp .actionList .action.close div{
	color:white;
	font-style:normal;
	background-image:url(/SlideDown.png);
}

.cotation{
	width:200px;
	float:left;
	padding-bottom:20px;
	padding-right:30px;
}

.cotation table{
	width:100%;
}

.cotation .positive{
	color:#9eb777;
}

.cotation .negative{
	color:#c8748a;
}

/**================================== HEADER ================================== */

.header {
    min-height: 100px;
    position: relative;
    z-index: 1001;
}

.header .logo{
	padding-top:30px;
}

/**================================== USER ================================== */

.userIdentity{
	width: 976px;
	position:absolute;
	right:0;
	left:0;
	margin: 0 auto;
	z-index: 1002;
	top:48px;
}

.idendityBox{
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-color:#e8e8e8;
	background-color:white;
	
	border-radius: 10px 10px 0 0; 
	-moz-border-radius: 10px 10px 0 0; 
	-webkit-border-radius: 10px 10px 0 0; 
	
	opacity:0.90;
	filter:alpha(opacity=90);
	
	padding:15px 20px 7px 20px;
	float:right;
	width:300px;
}

.userIcon{
	background-image:url(/User.png);
	background-repeat:no-repeat;
	background-position:right center;
	float:right;
	content:"";
	height:37px;
	width:40px;
}



/**================================== CONTENT ================================== */
.content{
	background-image:url(/Background.png);
	background-color:#f6f6f6;
	background-position:top center; 
	background-repeat:no-repeat;
	
	min-height:800px;
}

.content .frame{
	border:1px solid #e8e8e8;
	background-color:white;

	border-radius: 10px 0 10px 10px; 
	-moz-border-radius: 10px 0 10px 10px;
	-webkit-border-radius: 10px 0 10px 10px;
	
	opacity:0.90;
	filter:alpha(opacity=90);
	
	overflow:auto;
	padding:7px;
}

.content .frame .blocLeft{
	float: left;
}

.content .frame .blocRight{
	float: right;
}

.content .frame .bloc{
	padding:7px;
}

.content .frame .subBloc{
	background-color:#e8e9e9;
	padding:14px;
}

.content .frame .subBloc.decorated{
	background-image:url(/BoxBackground.png);
	background-repeat:no-repeat;
	background-position:right center;
}

.content .frame .serparator{
	background-image:url(/Separator.png);
	background-position:center center;
	background-repeat:no-repeat;
	content:"";
	height:30px;
	display:block;
	clear: both;
}

.content .frame h1, .contentUp h1{
	background-image:url(/Arrow.png);
	background-position:center left; 
	background-repeat:no-repeat;
	padding-left:25px;
	margin-bottom:15px;
	
	color:#fbba00;
	font-size:13pt;
}

.content .frame h2{
	color:#fbba00;
	font-size:13pt;
}

.content .frame h3{
	color:#eb6e08;
	background-color:#ebebec;
	font-weight:bold;
	font-size: 100%;
	line-height: 1.3;
	padding: 4px 4px 4px 9px;
}

.content .frame h4{
	background-image:url(/Arrow2.png);
	background-position:center left; 
	background-repeat:no-repeat;
	padding-left:20px;
	margin-bottom:15px;
	
	color:#fbba00;
	font-size:10pt;
}

.content .frame button{
	background-image:linear-gradient(#4da1ed,#2774bf);
	border:1px solid #295b9d;
}

.content .frame .tagList{
	padding-top:20px;
}

.content .frame .tag{
	height:35px;
	float:left;
}

.content .frame .tag .arrow-left {
	width: 0; 
	height: 0; 
	border-top: 12px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:12px solid #eceded;
	float:left;
}

.content .frame .tag .tagContent{
	background-color:#eceded;
	float:left;
	padding:4px 7px 4px 10px;
	margin-right:5px;
	
	background-image:url(/Dot.png);
	background-repeat:no-repeat;
	background-position:left center;
	
	border-top-right-radius: 4px; 
	-moz-border-top-right-radius: 4px; 
	-webkit-border-top-right-radius: 4px; 
	
	border-bottom-right-radius: 4px; 
	-moz-border-bottom-right-radius: 4px; 
	-webkit-border-bottom-right-radius: 4px; 
}

/**================================== FOOTER ================================== */
.footer{
	background-color:#3e3e40;
	padding-top:30px;
}

.footer h3{
	color:white;
	font-size:13pt;
	margin-bottom:10px;
}

.footer footer{
	clear: both;
	content: "";
}

.footer footer ul{
	padding-left:16px;
}

.footer footer ul li{
	padding-bottom:10px;
}

.footer footer .activiteEnDirect{
	float: left;
    padding: 0 30px 0 0;
    width: 212px;
}

.footer footer .pointMeteo{
    float: left;
    padding: 0 15px;
    width: 212px;
}

.footer footer .commentaitesMarches{
   float: left;
   padding: 0 15px;
   width: 212px;
}

.footer footer .dernieresPublications{
    float: left;
    padding: 0 0 0 15px;
    width: 212px;
}

.footer .mentionsLegales{
	text-align:center;
	font-size:9pt;
	padding-bottom:20px;
}

/**================================== TABLEAU DE DONNEES ================================== */

.content .liste{
	width:100%;
	table-layout: fixed;
}

.content .liste tr{
	border-bottom:1px solid #E8E8E8;
	height:23px;
	cursor:pointer;
}

.content .liste tr:hover{
	background-color:#ebebec;
}

.content .liste .date{
	padding-left:5px;
	width:50px;
}

.content .liste .answers{
	padding-left:10px;
	width:42px;
	color:#9c9e9f;
}

.content .liste .title{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}

/**================================== LISTE LIEN DANS LES SOUS BLOCS ================================== */

.subBloc ul li{
	border-bottom:1px solid #dbdcdc;
	padding:3px 0 3px 20px;
	list-style-type: none; 
	
	background-image:url(/Leaf.png);
	background-repeat:no-repeat;
	background-position:left center;
}

/**================================== COMMENTAIRES ================================== */

.comments .new, .comments .comment{
	background-color: #E8E9E9;
}

.comments{
	margin:5px 0;
}

.comments .new{
	padding:10px;
	text-align:right;
	margin-bottom:10px;
}

.comments .new textarea{
	border:none;
	width:100%;
	resize: none;
	height: 90px;
	margin-bottom:10px;
}

.comments .previous .total{
	color:#EB6E08;
	background-color:#3e3e40;
	padding:5px 5px 5px 25px;
	background-image:url(/Answers.png);
	background-repeat:no-repeat;
	background-position:7px center;
}

.comments .comment{
	border-bottom:2px solid white;
	padding:15px 20px;
}

.comments .comment .title{
	color:#3e3e40;
	font-weight:bold;
}

.comments .comment .title span{
	color:#b1b3b4;
}

/**================================== MISE EN FORME SPECIFIQUE PAR ID ================================== */

#blocALaUne{
	width:240px;
}

#blocEnDirect{
	width:450px;
}

#blocRubriques{
	width:228px;
}

#subBlocPointMeteo{
	width:49%;
	margin:7px;
}

#subBlocPointMeteo ul{
	padding-left:210px
}
#subBlocPointMeteo img{
	float:left;
}

#subBlocLiensUtiles{
	width:39%;
	height:157px;
	margin:7px;
}

#subBlocLiensUtiles ul{
	padding-left:20px;
	width:130px;
}

#subBlocCommentairesMarche ul{
	padding-left: 20px;
}

/**================================== CARTE AGRO CLIMATIQUE ================================== */
.agroMap{
	#background:none repeat scroll 0 0 #DDDDDD;
}

.agroMap tspan{
	display:none;
}

.agroMap .infobulleTitre{
	font-size: 16px;
	font-weight:bold;
	color: #676767;
}
		
.agroMap .infobulleDescription{
	font-size: 12px;
	color: #676767;
	padding-left:10px;
	text-decoration:underline;
} 

.agroMap .infobulleTableau{
	font-size: 12px;
	color: #676767;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	padding-right:0px;
} 

.agroMap .infobulleAide{
	font-size: 10px;
	color: #676767;
	font-style:italic;
	vertical-align:top;
} 

.agroMap .cadre{
	background:url("/agroMap/tiny_grid.png") repeat scroll 0 0 #FFFFFF;
	width:703px;
	height:391px;
	margin-left:15px;
	margin-top:10px;
}

.agroMap .titre{
	font-family : "Trebuchet MS";
	width:730px;
	font-size: 18px;
	padding: 10px 0 0 15px;
	margin-top:50px;
	text-align:left;
	color: #7baf1f;
}

.agroMap .selection{
	font-family : "Trebuchet MS";
	width:730px;
	font-size: 12px;
	padding: 20px 0 0 15px;

	text-align:left;
	color: #676767;
}

.agroMap .aide{
	font-size: 10px;
	color: #676767;
	font-style:italic;
	vertical-align:middle;
} 

.agroMap .arrondi {
	width:960px;
	margin-left:50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.agroMap .radio{
	margin-left:9px;
}
/**================================== ADMINISTRATION AGRO CLIMATIQUE ================================== */

.agroMapConfig{
	margin:20px auto;
}

.agroMapConfig tr th,.agroMapConfig tr td{
	border:1px solid #CCCCCC;
}

.agroMapConfig tr th{
	background-color:#E8E9E9;
}

.agroMapConfig tr th.indicateur{
	border-bottom:1px solid #E8E9E9;
}

.agroMapConfig tr td.zone{
	background-color:#E8E9E9;
	width:120px;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
}

.agroMapConfig tr td.alternColor{
	background-color:#F6F6F6;
}

.agroMapConfig tr td{
	width:110px;
	height:48px;
	text-align:center;
}

.agroMapConfig tr td select{
	width:100px;
	border:1px solid #E8E9E9;
}


/**================================== Login ================================== */
.contentLogin{
	background-color:white;
}


.userLogin{
	width: 320px;
	margin: 0 auto;
	z-index: 1002;
	text-align:center;
}

.logBox{
	width:280px;
}

.logBox {
	padding:15px 20px 7px 20px;
	border:solid 1px #d4d4d4;
}

.logBox {
	font-weight:bold;
	margin-bottom:15px;
	background-color:#f9f9f9;
}

.logBox #userID {
	border:1px solid #c5c5c5;
}

.logBox  #password{
	border:1px solid #c5c5c5;
}

.logBox input[type="text"]{
	height:35px;
	margin:10px 0 5px 0;
	padding:0 5px 0 5px;
		
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.logBox input[type="password"]{
	height:35px;
	margin:10px 0 5px 0;
	padding:0 5px 0 5px;
		
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.logBox input[type="submit"]{
	line-height:19px!important;
	display:block;
	height:36px!important;
	//margin-right:4px;

	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0px 0px 0px;
	background-color: #B5CA48;
	text-align: center;
color: #FFFFFF;
padding: 8px 13px;
position: relative;
overflow: hidden;
border:0px;
-webkit-appearance: none;

}

.logBox input[type="submit"]:hover{
opacity: 0.8;
}

.logBox input:focus{
	border-color:#939393;
	
	-moz-box-shadow:inset 0 0 2px #d9d9d9;
    box-shadow:inset 0 0 2px #d9d9d9;
}

.logBox .field div{
	color:#c3c3c3;
	text-align:right;
}

.logBox .action{
	color:#bbbdbe;
	font-weight:bold;
	border-top:1px solid #d4d4d4;
	background-color:#f9f9f9;
	
	padding:30px 20px 30px 20px;
}

.logBox  button{
	background-color:#707173;
	border:1px solid #707173;
	font-weight:bold;
	cursor:pointer;
}

.logBox  input{
	margin-right:7px;
}

.wpsInstructionText {
color: #FFFFFF;
margin: 0.6em 0px 0px 0px;
}

label{
	color:#707173;
	text-transform:uppercase;
}

.wpsStatusMsg{
	width: 260px;
	z-index: 1002;
	display: table;
}

.wpsStatusMsg img {
  vertical-align: middle;
  display: table-cell;
}
.wpsStatusMsg span {
  vertical-align: middle;
  display: table-cell;
}

.problem{
	float:right;
	padding-top:20px;
	color:#c3c3c3;

}

.rememberme{
	float:left;
	text-transform:uppercase;
	color:#707173;
	padding-top:15px;
	padding-bottom:20px;
}	</pre></body></html>