/* PARAMETRES DE LA PAGE */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 10px;;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-color: #DDFFE0;
	font-size: 10px;
	margin: 0px; 
	cursor: default;
	height: 100%;
	width: 100%;
}

table {
	border: 0px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* CADRE ACCUEIL DU SITE WEB */
table.contenu {
	width: 100%;
	height: 100%;
}

table.contenu td {
	text-align: center;
	vertical-align: middle;
}

#accueil {
	width: 760px;
	height: 570px;
	border: 1px solid #000000;
	margin : auto;
	text-align: left;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* DATE */
p.date {
	color: #FFFFFF;
	position: absolute;
	margin-left: 450px;
	margin-top: 520px;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	width: 290px;
	text-align: right;
	text-transform: capitalize;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* LIENS ACCUEIL */
#accueil a {
	position:absolute;
	height: 24px;
	color: #FFFFCC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background: url(../_images/index/cercle_lien.gif) no-repeat;
	padding-left: 24px;
	padding-top: 2px;
}

#accueil span {
	display: none;
}

#accueil a:hover {
	font-size: 18px;
	background: url(../_images/index/cercle_lien_anime.gif) no-repeat;
	padding-top: 0px;
	text-decoration: none;
}

#accueil a:hover span.image {
	cursor: default;
	display: block;
	position: relative;
	left: 10px;
	top: 8px;
	border: 1px solid #FFFFCC;
	width: 190px;
	height: 50px;
}

#accueil a:hover span.image_droite {
	cursor: default;
	display: block;
	position: relative;
	left: -100px;
	top: 8px;
	border: 1px solid #FFFFCC;
	width: 190px;
	height: 41px;
}

#accueil a:hover span.infobulle {
	cursor: default;
	display: block;
	position: static;
	margin-top: 6px;
	margin-left: 10px;
	background: #FFFFCC;
	border: 1px solid #666666;
	padding: 2px;
}

#accueil a.lien_agri {
	margin-left: 30px;
	margin-top: 250px;
}

#accueil a.lien_viti {
	margin-left: 200px;
	margin-top: 220px;
}

#accueil a.lien_espvert {
	margin-left: 370px;
	margin-top: 230px;
}

#accueil a.lien_groupe {
	margin-left: 580px;
	margin-top: 280px;
}

#accueil a.lien_particulier {
	margin-left: 90px;
	margin-top: 410px;
}

#accueil a.lien_cult {
	margin-left: 320px;
	margin-top: 380px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* MESSAGE ACCUEIL */
#message_accueil {
	font-size: 10px;
	width: 320px;
	padding: 5px;
	position: absolute;
	margin-left: 200px;
	margin-top: 40px;
	color: #000000;
	text-align: justify;
	border: 1px solid #999999;
	background: url(../_images/index/fond_message_accueil.png) repeat;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* FORMULAIRE D'AUTHENTIFICATION */
#authentification {
	position: absolute;
	margin-left: 30px;
	margin-top: 40px;
}

#authentification_ok {
	display: none;
}

#authentification .entete {
	font-size: 12px;
	border: 1px solid #999999;
	color:#FFFFCC;
	padding: 5px;
	width: 130px;
}

#authentification .form {
	font-size: 11px;
	height: 112px;
	border: 1px solid #999999;
	border-top: 0px;
	padding: 5px;
	width: 130px;
	color: #000000;
}

#authentification .form p {
	text-align: center;
	margin-top: 5px;
}

#authentification .form div.mdp_oublie {
	text-align: right;
	height: 16px;
	padding: 0px;
	padding-right: 1px;
	margin: 0px;
}

#authentification .form div.mdp_oublie a {
	font-size: 9px;
	color: #333333;
	position: static;
	font-weight: normal;
	background: none;
	padding: 0px;
	margin: 0px;
}

#authentification .form div.mdp_oublie a:hover {
	text-decoration: underline;
}

#authentification input.text {
	border: 1px solid #999999;
	padding: 2px;
	background: #FFFFCC;
	width: 124px;
}

#affiche_deconnexion {
	position: absolute;
	margin-left: 30px;
	margin-top: 50px;
	width: 100px;
}

#cache_deconnexion {
	display: none;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* MAIL */
#accueil a.lien_mail {
	padding: 0px;
	position: absolute;
	margin-top: 490px;
	margin-left: 20px;
	background: url(../_images/index/mail.gif) no-repeat;
	height: 46px;
	width: 44px;
}

#accueil a.lien_mail:hover {
	background: url(../_images/index/mail.gif) no-repeat 0 -46px;
}

#accueil a.lien_mail:hover span {
	margin-left: 35px;
	margin-top: 12px;
	width: 175px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */

/* MESSAGES BAS DE PAGE */
#accueil p.messages_bas {
	position: absolute;
	margin-top: 544px;
	margin-left: 20px;
	color: #000000;
	border: 0px;
	padding: 2px;
	height: 14px;
	width: 720px;
	text-align: center;
	font-size: 12px;
}
/* -------------------------------------------------------------------------------------------------------------------------------------- */