﻿/*mise en forme de l'interieur du site*/
.corps {
	width: 900px;
	border: thin solid #006633;
	height: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	text-align: center;
	left: auto;
	top: auto;
	right: auto;
	background-position: left;
	margin: auto;
	background-image: url(/images/background/background.jpg);
	
}
/*toute la page, surtout pour la couleur autour du site*/
body {
	background-repeat: repeat;
	background-color: #C6FFC6;
	height: auto;
}
.infos {
	position: relative;
	height: auto;
	width: 250px;
	float: right;
	text-align: center;
	border: thin solid #090;
	margin: 10px;
	padding: 5px;
}


/*mise en forme de l'emplacement des coordonnées des entreprises*/
.corps .menu_gauche {
	width: 170px;
	height: inherit;
	color :#000000;
	overflow: hidden;
	z-index: auto;
	top: 150px;
	text-align: center;
	font-family: Calibri;
	font-size: 12px;
	background-repeat: repeat-y;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	background-position: left;
	float: left;
	visibility: visible;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EAFFEA;
}
/*liens de retour en haut de la page*/
.retour_haut {
	font-family: Calibri;
	font-size: 14px;
	text-align: right;
}

/*mise en forme des liens*/
a:link {
	color: #006C00;
}
a:visited {
	color: #009900;
}
a:hover {
	color: #0099FF;
}
/*pied de page*/
.corps .footer {
	background-image: url(/footer/footer.gif);
	background-position: bottom;

	height: auto;
	width: 900px;
	bottom: auto;
	float: left;
	left: auto;
	top: auto;
	right: auto;
	font-size: 12px;
	font-family: Calibri;
	color: #000000;

	white-space: nowrap;
	background-repeat: repeat-y;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}




/*bannière*/
.corps .banniere {
	position: relative;
	margin: auto;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	overflow: hidden;
	z-index: auto;
	height: 120px;
	width: 900px;
}

/* Menu de navigation flash*/
.corps .menu_haut {
	clip: rect(auto,auto,auto,auto);
	height: 30px;
	width: 900px;
	visibility: visible;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: visible;
	background-position: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

/*contenu de la page, mise en forme du texte*/
.corps .texte {
	font-family: Calibri;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: auto;
	margin-left: 190px;
}

/*Titre section*/
h1 {
	font-family: Calibri;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
	text-align: center;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}

/*Titre des coordonnées dans le menu gauche*/
.titre_menu {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000066;
}

/*pour mettre en gras certaines parties du texte*/
.corps .textegras {
	font-family: Calibri;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0px;
}

/*titre des paragraphes*/
.corps .texte_titre {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
/*sous-titre des paragraphes*/
.corps .texte_sous_titre {
	font-family: Calibri;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
/*liens de navigation des sections*/
.lien_haut_de_page {
	font-family: Calibri;
	font-size: 14px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
}

/*cadre d'authentifiaction de la pahe authentification*/
.authenti {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
/*Mise en forme des tableaux*/
td.tab2
{
	font-family: sans-serif;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	background-color: #FFFFFF;
}
.tab1 {
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

table.tab
{	
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size:80%
}.tableau {
	font-size: 12px;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	float: left;
	width: 900px;
	bottom: auto;
	border: thin solid #006600;
	background-image: url(/images/background/background.jpg);
}
/*mise en forme de la zone de recherche de la page liste agriculteurs*/
.recherche {
	font-family: Calibri;
	font-weight: bold;
	text-align: center;
	display: inline;
}
/*mise en forme de la liste de gauche des info des agriculteurs dans les fiches individuelles*/
.liste1 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	float: left;
	top: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 40px;
	clip: rect(auto,auto,auto,auto);
	padding: 5px;
	left: auto;
	right: auto;
	bottom: 100px;
}
/*mise en forme de la liste de droite des info des agriculteurs dans les fiches individuelles*/
.liste2 {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	float: right;
	text-align: right;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	left: auto;
	right: auto;
	bottom: 100px;
	margin-top: auto;
	margin-right: 80px;
	margin-bottom: auto;
	margin-left: auto;
}

/*affichage du personnel*/
.personnel {
	height: 120px;
	width: 110px;
	float: left;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	margin-right: 20px;
}
/*affichage du personnel*/
.personnel2 {
	height: 30px;
	width: 30px;
}
/*ùaffichage de l'équipe*/
.equipe {
	border: thin solid #006600;
	height: 130px;
	font-family: Calibri;
	font-size: 14px;
	text-align: left;
	padding: 10px;
}
#flashcontent {
	text-align: center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
/*liens pour télécharger flash*/
.flash {
	font-family: Calibri;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 5px;
}
/*pour aligner*/
.center {
	text-align: center;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
/*espace entre les images des partenaires*/
.espace {
	word-spacing: 20px;
}
/*situation dans le site*/
.loc {
	font-family: Calibri;
	font-size: 12px;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
}
/*titre des rubriques du plan du site*/
.titreplan {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009900;
	background-repeat: no-repeat;
	width: 175px;
	text-align: center;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;

}
/*pour mettre le titre en lien et en blanc (car par défault, les liens sont verts*/
.titreplan a{
color:#FFFFFF;
}
/*liste des rubriques du plan dus ite*/
.listeplan {
	font-family: Calibri;
	background-color: #E8FFE8;
	width: 180px;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	border-top-style: none;
	border-bottom-style: none;
	padding-left: 6px;
}
/*Mise en forme des sousrubriques du plan du site*/
.listeplan2 {
	font-family: Calibri;
	background-color: #E8FFE8;
	width: 165px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	text-align: left;
	list-style-type: none;
	border: thin none #006600;
}
/*Mise en forme des cadres du plan du site*/
.sectionplan {
	border: thin solid #006600;
	background-color: #E8FFE8;
	margin: 2px;
	text-align: center;
	padding: 2px;
}
/*Bouton get adobe de la page références*/
.adobe {
	float: right;
	margin-right: 180px;
	clip: rect(auto,auto,auto,auto);
	top: 100px;
	position: inherit;
}
.visites {
	font-family: Calibri;
	font-size: 12px;
	margin: auto;
	clip: rect(auto,auto,auto,auto);
	top: auto;
	padding: 3px;
	border: thin solid #000000;
}
.infos2 {
	position: relative;
	height: auto;
	width: 250px;
	float: right;
	text-align: center;
	border: thin solid #090;
	margin: 10px;
	padding: 5px;
}
.news {
	border: thin none #090;
	float: right;
	position: relative;
}
.lienadhoc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	left: auto;
	right: auto;
	position: relative;
	margin: auto;
	clip: rect(auto,auto,auto,auto);
}
.infos3 {
	height: auto;
	width: 250px;
	text-align: center;
	border: thin solid #090;
	margin: 10px;
	padding: 5px;
}

