@import "/skins/standard/Content.css";

/* ---------------------------------------------------------------------------
 Copyright 2002 ARICIA DEVELOPPEMENT. Tous droits réservés.
 	version 20061026.01
	coder : Damien
 ---------------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	border: 0; height: 100%;
	font-family: verdana; font-size: 10pt;
}

body {
	background-color: #cde9d0;
	text-align: center;
	background: url(/skins/standard/images/fond_body.jpg) fixed;
}
/** html body {overflow-y: scroll;background-color: #cde9d0;}*/

#pagewidth{
	border: 1px solid #094f10;
	text-align:left;
	background: #cde9d0 url(/skins/standard/images/fond_page2.jpg) top left repeat-y;
	font-family: Verdana;
	font-size: 10pt;
}

.AutoCenter {
	width:998px;
	margin-left:auto;
	margin-right:auto;
}

/********** GUI HEADER **********/

	#GUI_Header {
		/*top: 0;*/
		width: 100%; height: 150px;
		background: url(/skins/standard/images/fond_header.jpg) 0 0 no-repeat;
		/*overflow: hidden;
		z-index: 1;*/
		margin: 0;
		border: 0;
	}

	/* IE Hack pour position fixed 
		* html #GUI_Header {position: absolute;}*/

	/* Titre caché dans le Header */
		H1#header {
			margin: 0;
		}
		h1#header a{
			width: 367px;
			height: 150px;
			display: block;
			background: url(/skins/standard/images/fruitiere_a_comte_de_largillay_2.gif) no-repeat;
			position: relative;
			left: 620px;
			top: 0px;
			margin-top: 0;
			border: 0;
		}
		h1#header a span{
			display: none;
		}


/********** GUI FOOTER **********/

	#GUI_Footer {
		width: 100%; height:146px;
		background: url(/skins/standard/images/fond_pied_page.gif) bottom left no-repeat;
	}
		#GUI_Footer #Adresse {
			padding-top: 32px;
			color: #6fd450;
			font-size: 8pt;
			width: 70%;
		}
		#GUI_Footer #Adresse P {
			width: 49%;
			text-align: center;
			float:left;
			
		}
		#GUI_Footer #Copyright {
			clear: both;
			padding-top: 6px;
			color: #6fd450;
			font-size: 8pt;
			width: 998px;
		}
		#GUI_Footer #Copyright P {
			width: 49%;
			float:left;
		}

		#GUI_Footer P {
			margin: 0px; color: #6fd450; font-size: 8pt;
		}
		#GUI_Footer P A:link , #GUI_Footer P A:visited {
			color: #6fd450; text-decoration: none;
		}
		#GUI_Footer P A:hover {
			text-decoration: underline;
		}




/********** GUI IMAGE ALEATOIRE / Plan / Recherche **********/

	#PhotoFloat {
		height: 146px;
		margin-right: 0px;
		background: url(/skins/standard/images/alea_meule_comte.gif) top right no-repeat;
		overflow: hidden;
		border: 0;
	}

	#PhotoFloat span { display: none; }


	#PlanAndPrint {
		border: 0; width: 160px; height: 70px; margin-right: 0px;
		text-align: center; color:#007009;
	}

	#PlanAndPrint P, #PlanAndPrint TD, #PlanAndPrint DIV , #PlanAndPrint FORM {
		color: Black; font-size: 8pt; margin:0;
	}



/* Fil d'arianne */
	#Search_Arbo {
		width: 100%;
		top: 0px;
		border: 0;
		height: 67px;
		color: #007009;
		text-transform: uppercase;
		font-weight: bold;
		text-align: left;
		line-height: 35px;
	}
	#Search_Arbo HR{
		color: #007009;
		background-color: #007009;
		width: 75%; height: 2px;
		border: 0;
		margin: 0 auto; margin-top: 5px;
		float: left; clear: both;
	}


/* Contenu */
	#Content_Container {
		margin: 10px 0 0 212px;
		background: transparent;
		width: 786px;
	}


/********** AUTRES CLASS **********/
	.clear {clear: both; display: none;}
	.Debug {border: 1px solid navy;}
	.TAlignRight {text-align: right;}