﻿
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(http://www.agro-analyses.com/images/trame.gif) repeat;
	font: 11px verdana;
	color: #FFFFFF;
	margin-top: 6px;
	margin-bottom: 6px;
}
p {
	margin: 0;
	padding: 0;
	
}
a img {
	border: 0;
	margin: 0 0 0 0;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 110%;
}
ul, li {
	list-style: square;
	margin-left: 60px;
	color: #FFF;
}
em {
	color: #FFE610;
}
/*------------------------------------image roll over horizontale-------------------------------------------------*/
a.info {
  position:relative;
}
a.info:hover {
   background: none; 
   z-index: 1000; 
}
a.info span {
	display: none;
}
*html a.info:hover span {
	top: -250px; 
	left: -200px
	/*left: 2px;*/
	display: inline; 
  	position: absolute;
  	/*white-space: nowrap;*/
  	/*width: 220px;*/
  	background: #353535;
  	padding: 3px;
}
a.info:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:10px;
   font-weight:normal;
   text-align: center;
   width: 310px;
   left: -200px;
   top: -250px;
   background: #353535;
   padding: 3px;
}
a.info:hover span img {
	cursor:crosshair;
	text-align: center;	
	border: 1px solid #000;	
}
/*------------------------------------image roll over verticale-------------------------------------------------*/
a.info2 {
  position:relative;
}
a.info2:hover {
   background: none; 
   z-index: 800;   
}
a.info2 span {
	display: none;
}
*html a.info2:hover span {
	top: -350px; 
	display: inline; 
  	position: absolute;
  	/*white-space: nowrap;*/
  	/*width: 220px;*/
  	background: #353535;
  	padding: 3px;
}
a.info2:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:10px;
   color: #fff;
   font-weight:normal;
   text-align: center;
   width: 210px;
   left: auto;
   top: -350px;
   background: #353535;
   padding: 3px;
}
a.info2:hover span img {
	cursor:crosshair;
	text-align: center;
	border: 1px solid #000;	
}
/*------------------------------------image roll over article-------------------------------------------------*/
a.article {
  position:relative;
}
a.article:hover {
   background: none;  
}
a.article span {
	display: none;
}
*html a.article:hover span {
	left: 20px;
	top: -300px;
	/*left: 2px;*/
	display: inline; 
  	position: absolute;
  	/*white-space: nowrap;*/
  	/*width: 220px;*/
  	background: #353535;
  	padding: 3px;
}
a.article:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:10px;
   font-weight:normal;
   text-align: center;
   width: 420px;
   top: -20px;
   left: 20px;
   height: auto;
   background: #4f4f4f;
   padding: 3px;
   z-index: 800;
}
a.article:hover span img {
	cursor:crosshair;
	text-align: center;	
	border: 1px solid #000;	
}
/*------------------------------------image roll over article2-------------------------------------------------*/
a.article2 {
  position:relative;
}
a.article2:hover {
   background: none;  
}
a.article2 span {
	display: none;
}
*html a.article2:hover span {
	left: 20px;
	top: -300px;
	/*left: 2px;*/
	display: inline; 
  	position: absolute;
  	/*white-space: nowrap;*/
  	/*width: 220px;*/
  	background: #353535;
  	padding: 3px;
}
a.article2:hover span {
   display: inline; 
   position: absolute;
   white-space: nowrap;
   font-size:10px;
   font-weight:normal;
   text-align: center;
   width: 420px;
   top: -300px;
   left: 20px;
   height: auto;
   background: #4f4f4f;
   padding: 3px;
   z-index: 800;
}
a.article2:hover span img {
	cursor:crosshair;
	text-align: center;	
	border: 1px solid #000;	
}
/*------------------------------------info bulle-------------------------------------------------*/
a.infobulle {
   position: relative;
   color: 000;
   text-decoration: none;
}
a.infobulle span {
   display: none; /* on masque l'infobulle */
}
a.infobulle:hover {
   background: none; /* correction d'un bug IE */
   z-index: 600; /* on définit une valeur pour l'ordre d'affichage */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.infobulle:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   text-align: left;
   /*white-space: nowrap;  on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 15px; /* on positionne notre infobulle */
   left: 20px;
   font-weight:normal;
   background: #cfec38;
   width: 240px;
   cursor:help;
   color: #555555;
   padding: 3px;
   border: 2px solid white;
   /*border-top: 10px solid white;
   border-bottom: 4px solid white;*/
}
/*------------------------------------info bulle 2-------------------------------------------------*/
a.infobulle2 {
   position: relative;
   color: 000;
   text-decoration: none;
}
a.infobulle2 span {
   display: none; /* on masque l'infobulle */
}
a.infobulle2:hover {
   background: none; /* correction d'un bug IE */
   z-index: 600; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.infobulle2:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
   text-align: left;
   /*white-space: nowrap;  on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 15px; /* on positionne notre infobulle */
   left: 20px;
   font-weight:normal;
   background: #6fb0f8;
   width: 240px;
   cursor:help;
   color: white;
   padding: 3px;
   border: 2px solid white;
   /*border-top: 10px solid white;
   border-bottom: 4px solid white;*/
}
/*------------------------------------div-------------------------------------------------*/
#contentX{
	width: 894px;	
	margin: 0 auto;
	background: transparent url(http://www.agro-analyses.com/images/bg.png)center repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.agro-analyses.com/images/bg.png', sizingMethod='scale')/*ombre portée*/
}
#content{
	position: relative;
	width: 870px;
	margin: 0 auto;
	border: 1px solid #ffffff;
	background: #4f4f4f;
}
#content2{
	position: relative;
	width: 868px;
	margin: 0 auto;
	padding-top: 30px;
}
#top{
	width: 868px;
	height: 80px;
	background: url(http://www.agro-analyses.com/images/header.gif);
	border: 1px solid #FFFFFF;
}
#top2{
	width: 868px;
	height: 80px;
	background: url(http://www.agro-analyses.com/images/header_chrome.gif);
	border: 1px solid #FFFFFF;
}
#bandeau_swf {
	margin: 0;
	height: 147px;
	width: 868px;
	border: 1px solid #FFFFFF;
	background: url(http://www.agro-analyses.com/images/bandeau.png) #4f4f4f;
}
*html #news_search{
	float: right;
	width:145px;
	height: auto; 
	margin-right: 6px;
	min-height: 400px;
	margin-left: 6px;
}
#news_search{
	z-index: 10;
	position: relative;
	float: right;
	width: 170px;
	height: 100%; 
	margin-right: 8px;
	min-height: 400px;
	padding-top: 20px;
}
*html #page{
	z-index: 20;
	width: 655px;
	margin: 52px 10px 10px 10px;
	padding: 10px 5px 5px 5px ;
	background: #181818;
	border: 1px solid #FFFFFF;
	/*line-height: 2em;*/
	min-height: 650px;
}
*+html #page{
	width: 655px;
	margin: 52px 10px 10px 10px;
	padding: 10px 5px 5px 5px ;
	background: #181818;
	border: 1px solid #FFFFFF;
	/*line-height: 2em;*/
	min-height: 650px;
}
#page{
	width: 655px;
	margin: 22px 10px 10px 10px;
	padding: 10px 5px 5px 5px ;
	background: #181818;
	border: 1px solid #FFFFFF;
	min-height: 650px;
}
#page p{
	padding-bottom:10px;
}
#page a {
	text-decoration: none;
	color: #cfec38;
	font-weight: bold;
}
#page a:hover {
	color: #FFFFFF;
}
#page .tdlight .terme a {/*ancre nommée*/
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#page .tddark .terme a {/*ancre nommée*/
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#page .tddark p, #page .tdlight p {
	padding-bottom: 5px;
}
#page .tddark ul, #page .tdlight ul, #page .tdsitemap ul{
	padding: 0px;
	margin: 0px;
}
#page .tddark ul li a, #page .tdlight ul li a {
	color: #FFE610;
	font-weight: normal;
}
#page .tddark ul li a:hover, #page .tdlight ul li a:hover {
	color: #212121;
	background: #fff;
}
#page .tdsitemap ul li {
	list-style: none; 
}
#page .tdsitemap ul li.second a {
	padding: 0 0 0 25px;
	color: #fff; 
}
#page .tdsitemap ul li.second a:hover {
	color: #6fb0f8; 
}
#page .tdsitemap ul li a {
	color: #cfec38;
	padding: 0 0 0 10px;
}	
#page .tdsitemap ul li a:hover {
	color: #fff;
}
#page .tdsitemap p a {
 color: #fff;
}
#page .tdsitemap p a:hover {
 color: #6fb0f8;
}
#page .tddark2 p {
	display:table-cell; 
	width:auto; 
	padding:5px
}
/*#page .tddark2 {text-align:right} */
#page .tddark2 + p {text-align:justify} 
#page .tddark2 p+p+p {vertical-align:bottom}
#footer{
	width: 868px;
	height: 15px;
	padding-top: 5px;
	clear: both;
	text-align: center;
	font-size: 80% ;
	border-top: 1px dotted #fff;
	margin: 0 auto;
	background: #4f4f4f;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #cfec38;
	text-decoration: none;
}
#abcdaire{
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 40px 0 40px; 
	cursor: default;
	color: #cfec38;
	background: #393939;
	border: 1px solid #fff;
}
#abcdaire a{
	color: #6fb0f8;
	text-decoration: none;
}	
#abcdaire a:hover, #abcdaire a:focus, #abcdaire a:active {
	text-decoration: underline;
	color: #cfec38;
}
#upform {
	float: left;
	text-align: center;
	margin: 5px 4px 0 35px;
	background: #6fb0f8;
	border: 1px solid #fff;
	padding: 0 5px 0 5px;
}
#up {
	float: right;
	text-align: center;
	margin-top: 5px;
	background: #6fb0f8;
	border: 1px solid #fff;
	padding: 0 5px 0 5px;
	margin-right: 4px;
}
#upleft {
	float: left;
	text-align: center;
	margin-top: 5px;
	background: #181818;
	color: #cfec38;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 0 5px 0 5px;
	margin-right: 4px;
}
#upcenter{
	float: right;
	text-align: center;
	margin-top: 5px;
	background: #6fb0f8;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 0 5px 0 5px;
	margin-right: 4px;
	/*margin-left: 200px;*/
}
*html #upcenter{
	float: left;
	text-align: center;
	margin-top: 5px;
	background: #6fb0f8;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 0 5px 0 5px;
	margin-right: 4px;
	margin-left: 120px;
}
#up a, #up2 a, #up3 a, #upcenter a, #upform a{
	color: #fff;
	/*font-weight: normal;*/
}
#up a:hover, #up2 a:hover, #up3 a:hover, #upcenter a:hover, #upform a:hover{
	color: #6fb0f8;
	background: #fff;
}
#up2 {
	float: right;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	text-align: center;
	background: #181818;
	border: 1px solid #fff;
	padding: 8px 5px 5px 5px;
	margin-right: 4px;
	height: 30px;
} 
#up3 {
	float: right;
	text-align: center;
	background: #6fb0f8;
	border: 1px solid #fff;
	padding: 0 5px 0 5px;
	margin-right: 4px;
}
#titre{
	width: auto;
}
#titre2{
	border: 1px solid #fff;
	width: 270px;
}
#img {
	margin: 0 auto;
	width: 460px;
	height: auto;	
}
#contact
{
	margin: 0 0 20px 0;
	padding: 0  ;
	list-style-type: none ;
	width: 163px;
	height: 83px;
}
#recrut
{
	margin: 0 0 20px 0;
	padding: 0  ;
	list-style-type: none ;
	width: 163px;
	height: 83px;
}
#presse
{
	margin: 0 0 20px 0;
	padding: 0  ;
	list-style-type: none ;
	width: 163px;
	height: 83px;
}
/*------------------------------------classe-------------------------------------------------*/
.titre_green{
	color: #cfec38;
}
.green{
	color: #cfec38;
	letter-spacing: 1px;
}
.green_bold{
	color: #cfec38;
	font-weight: bold;
}				
.green_bold_liste{
	color: #cfec38;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.green_bold_titre{
	font-size: 85%;
	color: #cfec38;
	letter-spacing: 1px;
}
.orange_glossaire{
	color: #FFE610;
	padding-left: 5px;
}
.orange{
	color: #FFE610;
}
.orange_bold{
	color: #FFE610;
}
.orange_bold{
	color: #FFE610;
	letter-spacing: 1px;
	font-weight: bold;
}
.orange_titre{
	color: #FFE610;
	font-size: 100%;
	font-family: verdana;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 50px;	
}
.orange_bold_liste{
	color: #FFE610;
	font-weight: bold;
	font-size: 80%;
	letter-spacing: 1px;
}
.white_titre{
	color: #212121;
	background: #fff;
	font-size: 80%;
	font-family: verdana;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 50px;
	border: 1px #212121 solid;
}
.white {
	color: #fff;
}

.blue{
	color: #6fb0f8;
}
.blue_titre{
	color: #FFFFFF;
	font-family: verdana;
	background: #6fb0f8;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 50px;
	border: 1px #fff solid;
}
.blue_bold{
	color: #6fb0f8;
	font-weight: bold;
	letter-spacing: 1px;
}
.blue_bold_titre{
	font-size: 100%;
	color: #6fb0f8;
	letter-spacing: 1px;
}
.blue_bold_liste{
	font-size: 80%;
	color: #6fb0f8;
	font-weight: bold;
	letter-spacing: 1px;
}
.blue_bold_titre_black{
	font-size: 80%;
	color: #6fb0f8;
	font-weight: bold;
	letter-spacing: 1px;
	background: #181818;
	padding: 2px;
	border: 1px #fff solid;
	margin-bottom: 5px;
}
.blue_ital{
	color: #6fb0f8;
	font-style: italic;
}
.white_bold_titre{
	font-size: 80%;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
}
.blue_bold_titre2{
	font-size: 80%;
	color: #6fb0f8;
	font-weight: bold;
	letter-spacing: 1px;
} 
.bold {
	font-weight: bold;
}
.right {
	text-align: right;
	padding-right: 4px;
}
.bandeau_green {
	font-family: verdana;
	font-size: 110%;
	background: #212121;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 50px;
	color: #cfec38;
}
.bandeau_white {
	font-family: verdana;
	font-size: 110%;
	background: #cfec38;
	font-weight: bold;
	color: #212121;
	text-align: center;
	padding: 5px;
	margin: 5px 0 10px 0;
	border: 1px solid #212121;
}
.tdlight .terme, .tddark .terme{
	float:left;
	width: auto;
	font-weight: bold;
}
.tddark .definition {
	float: inherit;
	width: auto;
	border-left: dotted 1px #FFE610;
	margin-left: 120px;
	padding: 0 10px 10px 20px;
}
.tdlight .definition {
	float: inherit;
	width: auto;
	border-left: dotted 1px #cfec38;
	margin-left: 120px;
	padding: 0 10px 10px 20px;
	color: #fff;
}
.tdlight {
	background: #626262;
	width: 640px;
	height: auto;
	padding: 10px 5px 5px 5px;
	border: 1px solid #fff;
	line-height: normal;
	margin-bottom: 10px;
}
.tddark {
	background:#181818;
	width: 640px;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 10px 5px 5px 5px;
	/*border: 1px solid #fff;*/
	line-height: normal;
	margin-bottom: 10px;
}
.tddark2 {
	background:#181818;*/
	width: 640px;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 10px 5px 5px 5px;
	/*border: 1px solid #fff;*/
	line-height: normal;
	margin-bottom: 10px;
}
.tddark fieldset {
	border: solid 1px #fff;
	padding: 5px 5px 10px 5px;
}
.tdsitemap{
	background: #181818;
	width: 640px;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 10px 5px 5px 5px;
	border: 1px solid #fff;
	line-height: normal;
	margin-bottom: 10px;
}
.abrev {
	color: #cfec38;
}
.fondjaune {
	color: #212121;
	background: #FFE610;
	margin-right: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
.fondvert {
	color: #212121;
	background: #cfec38;
	margin-right: 40px;
	padding-left: 5px;
	padding-right: 5px;
}
.courrier {
	margin: 10px;
}

.contact {
	border: 0;
	margin: 0 10px 0 0;
}
.microbio_bold{
	color: #fac26c;
	font-weight: bold;
	letter-spacing: 1px;
}
.chimie_bold{
	color: #d3a678;
	font-weight: bold;
	letter-spacing: 1px;
}
.audit_bold{
	color: #a27870;
	font-weight: bold;
	letter-spacing: 1px;
}
.formation_bold{
	color: #b35c87;
	font-weight: bold;
	letter-spacing: 1px;
}
.communication_bold{
	color: #A899BC;
	font-weight: bold;
	letter-spacing: 1px;
}
.informatique_bold{
	color: #78a5d3;
	font-weight: bold;
	letter-spacing: 1px;
}
.secretariat_bold{
	color: #f0939d;
	font-weight: bold;
	letter-spacing: 1px;
}
.droiteformation {
	width: 300px;
	padding: 5px 5px 5px 5px;
	margin-right: 3px;
	background: #393939;
	border: 1px solid #fff;
	float: right;
	max-height: inherit;
}
.droiteformation > p {
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 100%;
	
}
.gaucheformation {
	width: 320px;
	padding: 5px 5px 5px 5px;
	margin-right: 3px;
	background: #181818;
	border: 1px solid #fff;
	float: left;
}
.gaucheformation ul, li {
	list-style: square;
	margin-left: 15px;
	color: #FFF;
	margin-top: 0px;
}
.gaucheformation p{
	margin: -2px;
	padding: 0;
}
.linostyle {
	list-style: none;
	margin-left: 25px;
}
#formation2 {
	width: 645px;
	margin-bottom: 10px;
	padding-top: 5px;
	clear:both;
	font-size: 80%;
	border-top: 1px dotted #fff;
	text-align: center;
}
#formation2 a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#formation2 a:hover{
	color: #cfec38;
	text-decoration: none;
}
.tdtitreformation {
	background: #181818;
	width: auto;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #fff;*/
	line-height: normal;
	margin-bottom: 10px;
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.tdformationliste {
	background: #181818;
	padding: 5px;
	border: 1px solid #fff;	
} 
.ligne {
	border-top: 1px #fff dotted;
}
.img {
	border: solid #fff 1px;
	float: left;
	margin: 0 5px 0 0;
}
.imgarticle {
	border: solid #fff 1px;
	float: right;
	margin: 0 5px 0 0;
}
*html .img {
	border: solid #fff 1px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}