/* css Zen Garden submission - 'CSS Co., Ltd.', by Benjamin Klemm, http://www.re-bloom.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, Benjamin Klemm */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


* {
	margin: 0;
	padding: 0;
}


body {
	background:#;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}


#container {
	margin: 30px;
	background:transparent url(zen_container.gif);
	width: 1000px;
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
	
}



/*		Formatierung des Intro Blocks
-----------------------------------------------------------------------*/

#intro {
	background-image:url(adom1.gif);
	background-repeat:no-repeat;
	position: relative;
	padding:5px;
	margin-top:10px;

}


#pageHeader {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

		#pageHeader h1{
			font: bold 154%/25px Arial, Helvetica, sans-serif;
		}
		
		#pageHeader h2{
			font: bold 90%/25px Arial, Helvetica, sans-serif;
		}


#quickSummary {
	background-image:url(boutique.gif);
	background-repeat:no-repeat;
	font: Arial, Helvetica, sans-serif;
	position:absolute;
	right: 148px;
	width: 605px;
	height: 150px;
	display:block;
	top: 197px;

}

		#quickSummary .p1 {
			display: inline;
			height: 0;
			left: -1000px;
			position: absolute;
			top: -1000px;
			width: 0;
		}
		
		#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
			color: #F29E00;
			font-weight: bold;
		}
		
		#quickSummary a:hover, #quickSummary a:active, #quickSummary a:focus {
			text-decoration: none;
		}
		
#quickSummary1 {
	right: 413px;
	background-image:url(boutique.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 158px;
	width: 142px;
    height: 112px;
}

#quickSummary2 {
	right: 152px;
	background-image:url(boutique.gif);
	background-repeat:no-repeat;
	position: absolute;
	top: 201px;
	width: 601px;
	height: 132px;
}

#preamble {
	color: #000;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 5px 200px 10px 250px;
	margin-left: 10px;
	margin-top: 400px;
	height: 100%;
	background:transparent url() right top no-repeat;
	
}

		#preamble h3 {
			background: transparent url(accueil.gif) left top no-repeat;
			height: 37px;
			margin: 0 0 10px 0;
			width: 400px;
		}
			
		#preamble acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-weight: normal;
			font-size: 85%;
		}
		
		#preamble p {
			padding-left: 30px;
		}



/*		Formatierung des Content Blocks (supportingText)
-----------------------------------------------------------------------*/

#supportingText {
	color: #666;
	margin-left: 10px;
	font: normal 80%/18px Arial, Helvetica, sans-serif;
	padding: 5px 200px 15px 10px;
	position: relative;
	height: 100%;
}

		#supportingText acronym {
			border-bottom:1px dotted #F29E00;
			color: #F29E00; 
			font-size: 85%;
			font-weight: normal;
		}

		#supportingText a, #supportingText a:link, #supportingText a:visited {
			color: #F29E00; 
			font-weight: bold;
			text-decoration: underline;
		}
		
		#supportingText a:hover, #supportingText a:active, #supportingText a:focus {
			text-decoration: none
		}
		
		#supportingText p {
			padding-left: 10px;
		
		}


#explanation {
	width: 400px;
	float: left;
}

		#explanation h3 {
			background: transparent url() left top no-repeat;
			height: 37px;
			margin: 0 0 10px 1px;
			width: 260px;
		}
		
		#explanation .p1 {
			background: transparent url() 30px 0px no-repeat;
			padding-top: 130px;
		}
		
		
#participation {
	margin-left: 10px;
	margin-top: -23px;
	width: 550px;
}
		
		#participation h3 {
			background: transparent url(participation.gif) left top no-repeat;
			height: 37px;
			margin: 23px 0 10px 1px;
			width: 247px;
		}
		
		#participation .p1 {
			background: transparent url(cont_img_02.jpg) 30px 0px no-repeat;
			padding-top: 130px;
		}
		
		

#benefits h3 {
	background: transparent url(_benefits.gif) left top no-repeat;
	height: 37px;
	margin: 10px 0 10px 1px;
	width: 508px;
}


#requirements {
	margin-bottom: 50px;
}
		
		#requirements h3 {
			background: transparent url(file:///C|/Users/Dominique/Desktop/ROXAMAG/hl_requirements.gif) left top no-repeat;
			height: 37px;
			margin: 10px 0 10px 1px;
			width: 508px;
		}


#preamble h3 span, #explanation h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}



/*		Die Linklisten
-----------------------------------------------------------------------*/
 
#linkList {
	background:url(menu.gif) repeat-y;
	color: #FF6600;
	font-weight: 11px;
	padding: 0px 0px 0 15;
	position: absolute;
	top: 260px;
	width: 240px;
	left: 0px;
	display:block;
	height: 1279px;
}
		
		#linkList h3 {
			padding-left: 0px;
		}
		
		#linkList a, #linkList a:link, #linkList a:visited  {
			color: #fff;
			text-decoration: underline;
		}
		
		#linkList a:hover, #linkList a:active, #linkList a:focus  {
			text-decoration: none;
		}
		
		#linkList ul li {
			font-size: 11px;
			list-style: square;
			
		}
		
#linkList2 {
	background:url() repeat-y;
	color:#FF6600;
	font-weight: normal;
	padding: 5px 5px 0 10;
	position: absolute;
	top: 60px;
	width: 349px;
	left: -262px;
	height: 613px;
}
		
		#linkList h3 {
			padding-left: 5px;
		}
		
		#linkList a, #linkList a:link, #linkList a:visited  {
			color:#FFCC00;
			text-decoration: underline;
		}
		
		#linkList a:hover, #linkList a:active, #linkList a:focus  {
			text-decoration: none;
		}
		
		#linkList ul li {
			font-size: 11px;
			list-style:none;
			
		}	
		
		
#linkList3 {
	background:url(menu.gif) repeat-y;
	color:#FF6600;
	font-weight: normal;
	padding: 15px 10px 15px 10px;
	position: absolute;
	top: -258px;
	width:231px;
	left: 850px;
	display:block;
	height: 1526px;
}		
			


#lselect {
	background: transparent url(zenlist_haut.gif) left bottom no-repeat;
	padding-bottom: 25px;
}
		
		.select {
			background: transparent url() no-repeat;
		    display: block;
			margin: 0px 0px 0px 5px;
			height: 250px;
			width: 200px;
		}
		
		#lselect ul li a {
			display: block;
			font: bold 110%/19px Arial, Helvetica, sans-serif;
		}
		
		#lselect ul li a.c {
			color: #fff;
			display: inline;
			font: normal 90%/19px Arial, Helvetica, sans-serif;
		}


#larchives {
	background: transparent url(zenlist_haut.gif) left bottom no-repeat;
	padding: 0px 0 0px 5;
}
		
		
		.archives {
			background: transparent url(portfolio.gif) left top no-repeat;
			display: block;
			margin: 0px 0px 0px 5px;
			height: 35px;
			width: 215px;
		}


#lresources {
	background: transparent url(zenlist_bas.gif) left bottom no-repeat;
	padding-bottom: 30px;
}

		
		.resources {
			background: transparent url(contacter.gif) left top no-repeat;
			display: block;
			margin: 0px 0px 0px 5px;
			height: 35px;
			width: 215px;
		}


#larchives ul li a, #lresources ul li a {
	font-weight: bold;
}


#lresources ul li, #larchives ul li, #lselect ul li {
	margin: 0px 0 0px 5px;
}


.resources span, .archives span, .select span {
	display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}


/*		Footer Formatierung
-----------------------------------------------------------------------*/

#footer {
	background:#FF9900;
	bottom:-27px;
	left:281px;
	height:54px;
	line-height:20px;
	position: absolute;
	width: 468px;
	padding-left:0px;
}
		
		#footer a, #footer a:link, #footer a:visited {
			color: #000;
			padding: 0 6px;
		}
		
		* html #footer {
			bottom: -164px;
		}
		
		

.style_titre {

font:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FF6600;
font-size:20px;
border-bottom:#FF6600;
border-style:dotted 2px;
