/* css Zen Garden submission 133 - 'Ordered Zen', by Steve Smith, http://www.orderedlist.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Steve Smith */
/* Added: Oct. 21st, 2004 */

/* 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. */
   
   

/* CSS Document */
a:link {
	color:#8297A7;
	text-decoration:underline;
}

a:visited {
	color:#A082A7;
}

a:hover {
text-decoration:none;
}

body {
	background:#E9E6D9;
	color:#555040;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: x-small;
	width: 100%;
}

#container {
	background:#FFFFFF;
	width /**/:410px;
	position:absolute;
	top: 10px;
	left: 50px;
}

#quickSummary {
	height:60px;
	width:400px;
	background-color:#555040;
	position:relative;
	top: 5px;
	left: 5px;
	text-align: center;
}

#preamble {
	background:#E9E6D9;
	width: 400px;
	margin-left: 5px;
	position: relative;
	top: 0;
	left: 5;
}

#preamble p {
	padding-left: 20px;
}

#supportingText {
	background-color: #FFFFFF;
	width: 410px;
	padding-top: 20px;
}

#supportingText ul {
	border: 0 Aucune;
	margin-left: 0px;
}

#supportingText li {
	list-style-type:none;
	background: url(images/picto.gif) no-repeat -5px -1px;
	text-indent: 18px;
	height: 18px;
}

#linkList h3 {
	margin:0 0 10px;
	background:#555040;
	padding:5px 5px 5px 12px;
	font-weight:bold;
	color:#E9E6D9;
	font-size: 110%;
}
#linkList {
	position:absolute;
	top:80px;
	left:470px;
	width: 300px;
	background-color: #E9E6D9;
}

#linkList p {
	padding-left: 10px;
	margin-bottom: -10px;
	margin-top: 0px;
}

#linkList ul {
	border: 0 Aucune;
	margin-left: 0px;
}

#linkList li {
	list-style-type:none;
	background: url(images/picto.gif) no-repeat -5px -1px;
	text-indent: 18px;
	height: 18px;
}

#footer {
	background-color:#E9E6D9;
	text-transform:Aucune;
	bottom: 0px;
}
#linkList2 {

	position:relative;
}
#supportingText p {
	background-color: #FFFFFF;
	width: 370px;
	padding-left: 25px;
}
#line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4F4745;
}

