/* -------------------- */
/* --- PLAN DU SiTE --- */
/* -------------------- */

/*lvl1*/
#plan
{
}

#plan ul
{
	list-style: none;
	margin: 0;
	padding: 15px 0 5px 20px;
	background: #F5F7E8;
	border: 1px solid #EEF2DC;
}

#plan ul li
{
	margin-bottom: 20px;
}

#plan ul li a
{
	font-size: 14px;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #aaa;
	background: url(../img/puce-leaf-2.png) no-repeat left top;
	padding-left: 18px;
}

#plan ul li a:hover
{
	text-decoration: underline!important;
}

/*lvl2*/
#plan ul ul
{
	margin: 0 0 0 22px;
	padding: 0;
	background: none;
	border: none;
	list-style: circle;
	list-style-position: inside;
	color: #aaa;
}

#plan ul ul li
{
	margin-bottom: 0;
}

#plan ul ul li a
{
	font-size: 12px;
	font-weight: normal;
	background: none;
	padding-left: 0;
}

/*lvl3*/


/* --------------------------- */
/* --- MOTEUR DE RECHERCHE --- */
/* --------------------------- */

span.lienrech
{
	display: block;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	overflow: hidden;
	padding-left: 5px;
	background-color: #eee;
	margin-top: 20px;
}

span.lienrech a
{
	text-decoration: none;
}

span.lienrech a:hover
{
	text-decoration: none!important;
}

#poprech a
{
	text-decoration: none;
}

#poprech a:hover
{
	text-decoration: underline;
}

div.fondresultrecherche
{
	color: #666;
}

div.basresultrecherche
{
	background-image: url(img/separateur_rech.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 2px;
	padding-top: 1px;
	padding-left: 0;
	padding-bottom: 2px;
	margin-bottom: 7px;
	margin-bottom: 2px;
	overflow: hidden;
	text-align: left;
}

div.basresultrecherche a,
div.basresultrecherche
{
	text-decoration: none;
	font-family: arial;
	font-style: italic;
	font-size: 10px;
	color: #606264;
}

div.basresultrecherche a:hover
{
	text-decoration: underline;
}

span.stitre1
{
	display: block;
	padding: 10px;
}

/* ----------------- */
/* --- wd select --- */
/* ----------------- */

.front div.wd-select
{
	cursor: pointer;
	width: 252px;
	background: url(../img/bg-home-select.gif) no-repeat left top;
	height: 19px;
}

.page div.wd-select
{
	cursor: pointer;
	width: 183px;
	background: url(../img/bg-page-select.gif) no-repeat left top;
	height: 21px;
}


.front div.wd-select div.display
{
	color: #407b0c;
	font-weight: bold;
	padding: 1px 0 0 10px;
	position: relative;
	z-index: 2;
}

.page div.wd-select div.display
{
	padding: 2px 10px 0 10px;
	overflow: hidden;
	height: 19px;
}

.front div.wd-select ul.popup
{
	list-style: none;
	margin: -6px 0 0 0;
	padding: 10px 0 0 0;
	text-align: left;
	background: #fff url(../img/bg-home-select-dot.gif) no-repeat right -10px;
	overflow: hidden;
}

.page div.wd-select ul.popup
{
	border-left: 1px solid #628d1a;
	border-right: 1px solid #628d1a;
	border-bottom: 1px solid #628d1a;
	margin: -10px 0 0 0;
	background: #fff url(../img/bg-home-select-dot.gif) no-repeat 162px -9px;
}

.front div.wd-select ul.popup li
{
	color: #407b0c;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	white-space: nowrap;
}

.front div.wd-select ul.popup li.selected
{
	background: #E2E9B8;
}

/* ------------- */
/* --- gamme --- */
/* ------------- */

div.row,
div.row div.cell,
div.row div.cell-header
{
	height: 39px;
	color: #555;
}

div.row div.second-part
{
	color: #949494;
}

div.row-header div.second-part
{
	color: #888;
}

div.row div.cell-header
{
	border-right: 1px dotted #999;
}

div.row
{
	border-bottom: 1px solid #e7e7e7;
	cursor: help;
}

div.row div.cell
{
	width: 39px;
	text-align: center;
	border-right: 1px dotted #999;
}

div.row div.third
{
	border-right-style: dashed;
}

div.row div.sixth
{
	border-right-style: solid;
}

div.row-header,
div.row-header div.cell,
div.row-header div.cell-header
{
	height: 30px;
	border-right: none;
	padding-top: none;
}

div.row-header
{
	background: url(../img/gamme-th-bg.png) no-repeat right top;
	cursor: default;
}

div.row div.cell-header
{
	width: 182px;
	padding-left: 20px;
}

div.row-header div.cell
{
	background: url(../img/gamme-th-bg.png) repeat-x left top;
	width: 40px;
}

div.row div.cell,
div.row div.cell-header
{
	float: left;
	height: 28px;
	padding-top: 12px;
}

div.row-header div.cell,
div.row-header div.cell-header
{
	float: left;
	height: 24px;
	padding-top: 6px;
}

div.row div.cell-header a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.35em;
	color: #555;
	display: block;
	margin-top: -.1em;
}

div.row div.cell-header a small
{
	font-weight: normal;
	font-size: 0.6em;
	display: block;
	margin-top: -0.6em;
}

div.row div.cell-header sup
{
	font-weight: normal;
	font-size: 0.7em;
	color: #999;
	vertical-align: top;
}

div.table-overload
{
	background: url(../img/box-01.png) no-repeat left top;
	_background: url(../img/box-01.gif) no-repeat left top;
	height: 80px;
	width: 775px;
	position: absolute;
	top: 0;
	z-index: 3;
	overflow: hidden;
}

div.table-overload div
{
	border-color: #9bc2bf!important;
	color: #fff!important;
}

div.table-overload div.row
{
	position: absolute;
	border-bottom: none!important;
	cursor: default!important;
}

div.table-overload div.row a
{
	cursor: default;
}

div.table-overload div.cell
{
	border-bottom: 1px solid;
	border-top: 1px solid;
}

div.table-overload div a,
div.table-overload div sup
{
	color: #fff!important;
}

div.table-overload a.picto
{
	float: right;
	width: 69px;
	height: 63px;
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-right: 11px;
	cursor: pointer;
	background-image: url(../img/locale/fr/formulations.png);
}

div.table-overload a.f01	{	background-position: 0 0; }
div.table-overload a.f02	{	background-position: -79px 0;	}
div.table-overload a.f03	{	background-position: -157px 0;	}
div.table-overload a.f04	{	background-position: -236px 0;	}
div.table-overload a.f05	{	background-position: -317px 0;	}
div.table-overload a.f06	{	background-position: -395px 0;	}

div.table-overload a.f07	{	background-position: 0 -66px;	}
div.table-overload a.f08	{	background-position: -79px -66px;	}
div.table-overload a.f09	{	background-position: -157px -66px;	}
div.table-overload a.f10	{	background-position: -236px -66px;	}
div.table-overload a.f11	{	background-position: -317px -66px;	}
div.table-overload a.f12	{	background-position: -395px -66px;	}

div.table-overload a.know-more
{
	position: absolute;
	right: 0;
	margin-right: 92px;
	margin-top: 54px;
	color: #bee0d9;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/puce-leaf-2.png) no-repeat left top;
	padding-left: 15px;
}

div.table-overload a.know-more:hover
{
	text-decoration: underline;
}

div.table-overload div.second-part
{
	color: #9bc2bf!important;
}

/* pager */

div.pager
{
	text-align: right;
	padding-right: 5px;
	margin: 0.6em 0;
	font-size: 10px;
	color: #666;
}

div.pager a
{
	color: #666;
	text-decoration: none;
}

div.pager a:hover,
div.pager a.selected
{
	color: #5b8816;
}

/*
**

FORMS

**
*/

form ul.missing
{
	color: red;
}


/* --- radio-group --- */

body.vegediag #leaf
{
	background: url(../img/leaf-company.png) no-repeat left top;
}

#options-col
{
	width: 413px;
	float: left;
	position: relative;
}

#options-col.simple
{
	width: 320px;
}

.page #options-col div.blue-cornered-box
{
	margin-bottom: 0;
}

#options-col h3
{
	border-bottom: 1px solid #5E8487;
	text-align: center;
	padding-bottom: 4px;
}

.by-culture #options-col h3
{
	border-bottom: 1px solid #b87649;
}

#options-col h4
{
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
}

#options-col button
{
	margin: 10px auto;
	position: relative;
	display: block;
}

#options.vegediag form
{
	margin: 0;
}

#options.vegediag div.radio-group
{
	float: left;
	width: 255px;
}

#options.vegediag div#cultures.radio-group
{
	float: left;
	width: 120px;
}

.simple #options.vegediag div.radio-group,
.simple #options.vegediag div#cultures.radio-group
{
	width: 141px;
}

#options.vegediag form
{
	margin: 0;
	padding: 0;
}

#options.vegediag label
{
	display: block;
}

#diagnostic.vegediag
{
	float: left;
	width: 557px;
	margin-left: 30px;
	font-size: 1.1em;
	line-height: 1.5em;
}

#diagnostic.vegediag.simple
{
	float: left;
	width: 650px;
}

#diagnostic.vegediag h3
{
	color: #5E8487;
	font-size: 1.5em;
	border-bottom: 1px solid #5E8487;
	padding-bottom: 2px;
	margin-top: 0.8em;
}

.by-culture #diagnostic.vegediag h3
{
	color: #b87649;
	border-bottom: 1px solid #b87649;
}

#diagnostic.vegediag h4
{
	color: #5E8487;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	background: url(../img/puce-leaf-3.png) no-repeat 0 0;
	padding-left: 17px;
	padding-top: 3px;
}

.by-culture #diagnostic.vegediag h4
{
	color: #BAA91F;
	background: url(../img/puce-leaf-5.png) no-repeat 0 0;
}

#diagnostic.vegediag ul.thumbnails
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#diagnostic.vegediag ul.thumbnails li
{
	float: left;
	padding: 2px;
	border: 1px solid #589994;
	margin-right: 5px;
}

.by-culture #diagnostic.vegediag ul.thumbnails li
{
	border: 1px solid #BAA91F;
}

#diagnostic.vegediag ul.thumbnails li a
{
	display: block;
	height: 128px;
	width: 128px;
}

#diagnostic.vegediag ul.precognize
{
	padding: 0;
}

#diagnostic.vegediag ul.precognize li
{
}

#diagnostic.vegediag ul.precognize li a
{
	font-weight: bold;
}

#vegediag-loader
{
	background: url(../img/vegediag-loader.gif) no-repeat 0 0;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 0;
	margin: 15px 25px 0 0;
}

.vegediag div.blue-cornered-box ul,
.vegediag div.red-cornered-box ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.vegediag div.blue-cornered-box ul li,
.vegediag div.red-cornered-box ul li
{
	padding-left: 40px;
}

.vegediag div.blue-cornered-box ul li
{
	background: url(../img/puce-bigger.png) no-repeat 0 0;
}

.vegediag div.red-cornered-box ul li
{
	background: url(../img/puce-bigger-3.png) no-repeat 0 0;
}

.vegediag div.blue-cornered-box ul li a,
.vegediag div.red-cornered-box ul li a
{
	text-decoration: none;
	font-weight: bold;
}

.vegediag div.blue-cornered-box ul li a
{
	color: #589994;
}

.vegediag div.red-cornered-box ul li a
{
/*	color: #BAA91F;*/
	color: #b87649;
	
}

.vegediag div.blue-cornered-box ul li a strong,
.vegediag div.red-cornered-box ul li a strong
{
	display: block;
	font-size: 1.3em;
	margin-bottom: 0.2em;
}

.vegediag div.blue-cornered-box:hover ul li a,
.vegediag div.red-cornered-box:hover ul li a
{
	color: #fff;
}

.vegediag div.clickable
{
	cursor: pointer;
}


/* --- newsbox --- */

.page #content-right #news-box.box
{
	padding-top: 23px;
	height: auto;
}

.page #news-box h2
{
	margin: 0 0 0 18px;
	color: #8e9b00;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
}

.page #news-box h3
{
	margin: 0;
	background: url(../img/prod-list.gif) no-repeat 0 5px;
	padding-left: 10px;
}

.page #news-box h3 a
{
	font-weight: bold;
	display: block;
}

.page #news-box ul
{
	margin: 0;
	padding: 10px 27px 0 27px;
	list-style: none;
}

.page #news-box p
{
	margin-top: 0.2em;
}

/* --- documents --- */

.page #search.documents h3
{
	text-align: left;
}

.page #search.documents div
{
	width: 180px;
	float: left;
	margin-right: 5px;
}

.page #search.documents.single div
{
	width: auto;
	float: none;
	margin-right: 0;
}

.page #search.documents div ul li
{
	margin-bottom: 3px;
}

.page #search.documents div ul li.mine
{
	margin-top: 1em;
	padding-top: .5em;
	background: url(../img/prod-list.gif) no-repeat 0 11px;
	border-top: 1px dotted #363738;
}

.page #search.documents div ul a
{
	text-decoration: none;
	font-size: 1em;
}

.page #search.documents div ul a:hover
{
	text-decoration: underline;
}

.page #search.documents div ul a.active
{
	color: #5E8487;
}

.page #matches.documents p.infos
{
	font-size: 0.85em;
	margin: -1em 0 1em 0;
}

.advice #content-left ul.knowledge
{
	margin-top: 30px;
	margin-left: 215px;
}

body.contact button
{
	text-align: center;
}
