body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../images/wheat.gif);
    background-repeat: repeat;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
}

#slimbar {
    height: 35px;
    width: 100%;
    background-image: url(../images/bg.jpg);
}

#banner {
    height: 100px;
    width: 100%;
}

#inner_banner {
    height: 90px;
    margin-top: 8px;
}

#bannerwords {
    height: 51px;
    width: 780px;
    float: left;
    margin-left: 25px;
    margin-top: 15px;
}

#logo {
    height: 81px;
    width: 117px;
    margin-left: 30px;
    float: left;
    margin-top: 25px;
}

#nav {
    height: 50px;
    width: 100%;
    background-image: url(../images/menu_bar.jpg);
	margin-top:45px;
}

#nav_inner {
    margin-top: 15px;
    float: left;
}

#nav li {
    display: inline;
    margin-right: 9px;
    color: #FFF;
}

#nav li a {
    color: #FFF;
    font-size: 15px;
}

#nav li a:hover {
    text-decoration: none;
}

#nav ul {
    display: inline;
}

#content {
    height: auto;
    width: 100%;
    float: left;
    background-color: #FFF;
}

#inner_content {
    width: 99%;
    margin-right: auto;
    margin-left: auto;
}

#pics {
    height: 89px;
    width: 100%;
    background-image: url(../images/commodities.jpg);
    background-repeat: no-repeat;
}

#footer {
    height: 120px;
    background-color: #FFF;
    float: left;
    width: 100%;
    font-size: 11px;
    clear: both;
}

#leftcol {
    float: left;
    height: auto;
    width: 31%;
}

#rightcol {
    float: right;
    height: auto;
    width: 69%;
}

#fullcol {
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 13px;
    text-align: justify;
    width: 98%;
    margin-right: auto;
    margin-left: auto;
}

h2 {
    color: #F60;
}

#innerfooter {
    background-color: #00EA75;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    width: 98%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    height: 100px;
}

.widget {
    height: auto;
    width: 98%;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 15px;
    margin-left: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #D6D6D6;
    border-bottom-color: #D6D6D6;
    border-left-color: #D6D6D6;
}

.adminwidget {
    height: auto;
    width: 98%;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 15px;
    margin-left: 2px;
}

.widgethead {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
    color: #444;
    font-size: 15px;
    padding-top: 8px;
}

.innerwidgethead {
    padding-left: 5px;
}

.widgetbody {
    height: auto;
    width: 100%;
}

.widgetbodyinner {
    padding: 2px;
    font-size: 13px;
    width: 98%;
    margin: 2px;
}

.current {
    text-decoration: none;
}

.altrowcolor {
    background-color: #FFE0B3;
}

.rowcolor {
    background-color: #FFF;
}

a {
    color: #060;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.imborder {
    padding: 2px;
    border: 1px solid #D6D6D6;
}

#datatable .datarow {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
}

.producer {
    background-color: #9DB0FF;
    text-align: center;
}

.wholesaler {
    background-color: #FC0;
    text-align: center;
}

.consumer {
    background-color: #A6FFA6;
    text-align: center;
}

.titletop {
    background-color: #FFE0B3;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #999;
    border-bottom-color: #999;
}

/*----- forms -----*/
fieldset {
    border: none;
    width: 100%;
    overflow: hidden;
    display: block;
    padding-top: 20px;
}

label {
    display: block;
    overflow: hidden;
    font-weight: bold;
}

input[type="text"], input[type="password"] {
    color: #111;
    border: 1px solid #a09b96;
    background: #fff;
    /* [disabled]width:250px; */
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 5px;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

select, input[type="file"] {
    font-size: 15px;
    border: 1px solid #a09b96;
}

textarea {
    color: #111;
    border: 1px solid #a09b96;
    background: #fff;
    overflow: auto;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 5px;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, input[type="radio"]:focus, textarea:focus, select:focus {
    border: 1px solid #F4A90B;
}

.slink {
    list-style-type: none;
    display: block;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 30px;
    padding-right: 5px;
}

.slink li {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
}

.slink li a {
    color: #090;
}

#newsmkt {
    width: 100%;
}

#newscol {
    float: left;
    width: 61%;
}

#mktcol {
    float: left;
    width: 39%;
}

#maparea {
    height: 348px;
    width: 648px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 2px;
    margin-top: 2px;
    border: 1px solid #999;
}

#formarea {
    height: auto;
    width: 648px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 2px;
    margin-top: 2px;
}

#marketmap {
    width: 280px;
    height: 150px;
    padding: 3px;
    border: 1px solid #999;
}

.anyClass img {
    margin-right: 2px;
    margin-left: 2px;
}

.flagcounter {
    margin-left: 2px;
}

.countrymenu {
    margin-left: 100px;
    font-size: 14px;
    /*float:right;
    margin-top: auto;
    margin-bottom: auto;*/
}

#flaglang {
    float: right;
    margin-right: 5px;
}

.newsimg {
    padding: 2px;
    border: 1px solid #F0F0F0;
    margin-right: 2px;
}

.newsimg2 {
    padding: 2px;
    border: 1px solid #F0F0F0;
    margin-right: 5px;
    float: left;
}

.headline {
    font-weight: bold;
    background-color: #E5E5E5;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #B0B0B0;
    border-bottom-color: #B0B0B0;
    padding-left: 5px;
}

.datatable {
    font-size: 11px;
}

.infowin {
    font-size: 13px;
}

.message {
    background-color: #E9F5E0;
    padding: 10px;
    border: 1px solid #CCC;
    line-height: 20px;
    font-weight: bold;
}
#subscribe, 
#login{

margin-top:12px;
	width: 95%;	
	padding: 2px 2% 2px 1%;
	/*margin: 0 0 35px 0;*/
	
	border: 0px solid rgba( 25, 156, 26, 0.8);
	
	border-radius: 8px;
	
	
}

#search{

margin-top:12px;

	width: 250px;;	
	padding: 2px 2% 2px 1%;
	/*margin: 0 0 35px 0;*/
	border-radius: 8px;
	
}
#login{
	z-index: 22;
}
#wrapper h1{
	
	font-size: 38px;
	color: rgb(100, 157, 61);
	
	font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
	
	text-align: center;
	
}
#login h1{
	font-size: 28px;
	padding:0;
	color: rgb(198, 157, 61);
	font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
	text-align: center;
	margin-top:4px;
	margin-bottom:0;
}

/** For the moment only webkit supports the background-clip:text; */
#wrapper h1{
	background: 
	-webkit-repeating-linear-gradient(-45deg, 
		rgb(18, 83, 93) , 
		rgb(18, 83, 93) 20px,
		rgb(64, 111, 118) 20px,
		rgb(64, 111, 118) 40px,
		rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#wrapper h1:after{
	content:' ';
	display:block;
	width:100%;
	height:2px;
	margin-top:10px;
	background: 
		linear-gradient(left,  
			rgba(147,184,189,0) 0%,
			rgba(147,184,189,0.8) 20%,
			rgba(147,184,189,1) 53%,
			rgba(147,184,189,0.8) 79%,
			rgba(147,184,189,0) 100%); 
}

::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 


#wrapper input:not([type="checkbox"]){
	width: 95%;
	margin-top: 4px;
	padding: 10px 5px 10px 5px;	
	border: 1px solid rgb(178, 178, 178);
	box-sizing : content-box;
	border-radius: 3px;
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	transition: all 0.2s linear;
}


#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
} 

@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fontomas-webfont.woff') format('woff'),
         url('fonts/fontomas-webfont.ttf') format('truetype'),
         url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 35px;
	width: 30px;
}

#wrapper p.button input{
	width: 25%;
	cursor: pointer;	
	background: rgb(100, 157, 61);
	padding: 5px 3px;
	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 20px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 2px;	
	margin-right:17px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 3px;	
	box-shadow:
		0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
		0px 0px 0px 3px rgb(254, 254, 254),
		0px 5px 3px 3px rgb(210, 210, 210);
	transition: all 0.2s linear;
}

#wrapper div.button input{
	width: 50%;
	cursor: pointer;	
	background: rgb(100, 157, 61);
	padding: 5px 3px;
	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 20px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 2px;	
	margin-right:17px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 3px;	
	box-shadow:
		0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
		0px 0px 0px 3px rgb(254, 254, 254),
		0px 5px 3px 3px rgb(210, 210, 210);
	transition: all 0.2s linear;
}

#wrapper div.button input:hover{
	background: rgb(100, 197, 61);
}
#wrapper div.button input:active,
#wrapper div.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}


#wrapper p.button input:hover{
	background: rgb(100, 197, 61);
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
	text-align:center;
	margin: 5px 0;
	margin-left:30px;
}

div.signin.button{
	text-align:center;
	margin: 5px 0;
	margin-left:30px;
}

td { 
    word-wrap: break-word; 
} 





.keeplogin{
	margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
	display: inline-block;
	font-size: 12px;	
	font-style: italic;
}
.keeplogin input#loginkeeping{
	margin-right: 5px;
}
.keeplogin label{
	width: 80%;
}

p.change_link{
	
	color: rgb(127, 124, 124);
	
	height: 20px;
	width: 85%;
	padding: 17px 30px 20px 30px;
	font-size: 16px	;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	border-radius: 0 0  5px 5px;
	
	
}
#wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
	
	padding: 2px 6px;
	
	color: rgb(100, 157, 61);
	margin-left: 10px;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
	color: rgb(0, 0, 0);
	
	background: rgb(100, 157, 61);
	border: 1px solid rgb(74, 198, 50);
}
#wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
#register{	
	z-index: 21;
	opacity: 0;
}

#toregister:target ~ #wrapper #register,
#tologin:target ~ #wrapper #login{
	z-index: 22;
	animation-name: fadeInLeft;
	animation-delay: .1s;
}

.animate{
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: both;
}
.grostitre{
color:#339900;
font-size:35px;
}
.titre{
font-size:24px;
font-weight:bold;
color:#339900;

}
table td span {
color:#000000;
font-family:Verdana, Tunga;
font-size:12px;
text-decoration:underline;
}

#login select {
height:36px;

}

.petittitre{
font-size:14px;
font-weight:bold;
color:#006600;
}
.message{
color:#FF0000;
}
.petitmenu{
font-size:12px;
font-weight:bold;
color:#006600;
}

#onglets
{
    position : absolute;
        border : 1px solid transparent;
        padding : 0;
        font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
        list-style-type : none;
        left : 38%;
        margin-top : 0;
        width : 100%;
		margin-left : -275px; /* la moitié de width */

}

label{
font-size:14px; 
font-weight:lighter;
text-decoration:underline;
}

#onglets li
{
    float : left;
    height : 21px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    background-color: #F4F9FD;
    margin : 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 0 2px;  /* Pour IE  */
    border : 1px solid #9EA0A1;
}


#onglets li.active
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

#onglets a
{
    display : block;
    color : #666;
    text-decoration : none;
    padding : 4px;
}

#onglets a:hover
{
    background : #fff;
}

#menu
{
        border-bottom : 1px solid #9EA0A1;
        padding-bottom : 25px;
		margin-top:25px;
}

textarea{ resize:none;}

