@charset "utf-8";
/* CSS Document */

body {
	width: 852px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
	margin-bottom: 20px; /* Idem pour le bas du navigateur */
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	background-image: url(trame.png);
	background-repeat: repeat-x;
}

img {
	border: none;
}

.corps {
	width: 850px;
	height: 709px;
	background-image: url(/web/20180822185536im_/http://fertiveg.com/pages/accueil.jpg);
	text-align: left;
}

.mini-text {
	font-size: 0.8em;
}

.login {
	text-align: right;
	border: 1px solid white;
	margin-bottom: 2px;
	padding: 2px;
	padding-right: 10px;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #abbae1;
}

.login input {
	-moz-border-radius: 0.5em; 
    -webkit-border-radius: 0.5em;
	border: 1px solid black;
	padding-left: 5px;
}

.login a {
	color: black;
	text-decoration: none;
}

.login a:hover {
	text-decoration: underline;
}

.start {
	margin-top: 249px;
	margin-left: 243px;
}

.jardineria {
	position: relative;
	top: 520px;
	left: 520px;
}

.ananas {
	position: relative;
	top: 520px;
	left: 90px;
}

.corps_inscription {
	width: 850px;
	height: 592px;
	background-image: url(/web/20180822185536im_/http://fertiveg.com/style/back.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid black;
}

.corps_inscription table{
	margin: auto;
}

.corps_inscription table td{
	text-align: left;
}

.corps_inscription a{
	text-decoration: none;
	color: #000;
}

.corps_inscription a:hover{
	text-decoration: underline;
}

.corps_resultats {
	width: 850px;
	min-height: 592px;
	background-image: url(/web/20180822185536im_/http://fertiveg.com/style/back.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid black;
}

.corps_resultats table {
	margin: auto;
	width: 90%;
}

.corps_resultats td {
	width: 33.33%;
	height: 100px;
	text-align: center;
	border: 1px solid black;
	background-color: #FFF;
	cursor: pointer;
}

.corps_resultats td a {
	text-decoration: none;
	color: #000;
}

.corps_resultats td:hover {
	background-image: url(/web/20180822185536im_/http://fertiveg.com/style/back_table.png);
	background-repeat: repeat-x;
}


.corps_otros_cultivos {
	width: 850px;
	min-height: 592px;
	background-image: url(/web/20180822185536im_/http://fertiveg.com/style/back.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border: 1px solid black;
}

.corps_otros_cultivos h2 {
	font-size: 1em;
	margin-top: -20px;
	padding-top: 0px;
}

.corps_otros_cultivos table {
	margin: auto;
	width: 90%;
}

.corps_otros_cultivos td {
	width: 25%;
	height: 60px;
	text-align: center;
	border: 1px solid black;
	background-color: #FFF;
	cursor: pointer;
}

.corps_otros_cultivos a {
	text-decoration: none;
	color: #000;
}

.corps_otros_cultivos td:hover {
	background-image: url(/web/20180822185536im_/http://fertiveg.com/style/back_table.png);
	background-repeat: repeat-x;
}



.infos_distrib {
	position: absolute;
	border: 1px solid black;
	background-color: white;
	display: none;
	padding: 5px;
	font-size: 0.6em;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
}

#distrib1 {
	left: 620px;
	top: 128px;
}

#distrib2 {
	left: 530px;
	top: 336px;
}

#distrib3 {
	left: 650px;
	top: 407px;
}

