/* CSS Document */ #container {	width: 90%;	margin: 10px auto;	background-color: #fff;	color: #333;	border: 1px solid gray;	line-height: 130%; } #top {	padding: 0.5em;	margin: 0;	border-bottom: 1px solid gray;	background-image: url(media/header.jpg);	background-repeat: no-repeat;	color: #FFFFFF;	font-family: "Courier New", Courier, mono;	font-weight: bold;	text-transform: capitalize;	font-size: 30px;	letter-spacing: 6px;	line-height: 30px; } #top h1 {	width: 300px; } #leftnav {	float: left;	width: 230px;	margin: 0;	padding: 1em;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; } #leftnav ul {	list-style-type: none;	 padding-left: 10px;}#leftnav li { padding-left: 10px; background-image: url(media/puceindex.gif); background-repeat: no-repeat; background-position: 0 .7em; } #leftnav p { margin: 0 0 1em 0; }#leftnav a {	text-decoration: none;	color: #333333;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #0033CC;	font-size: 10px;}#leftnav a:visited {	color: #666666; 	text-decoration: none;}#leftnav a:hover {	color: #0066CC;	text-decoration: none;	background-color: #99CCFF;} #content { font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; margin-left: 240px; border-left: 1px solid gray; padding: 1em;max-width: 36em; }   #content h2 {	margin: 0 0 .5em 0;	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	border-bottom-style: solid;	border-bottom-color: #999999;	border-bottom-width: 6px;	font-size: 24px;	line-height: 28px; }   #content h3 {	margin: 0 0 .5em 0;	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	font-size: 16px; }    #content P {	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	text-align: justify; }  #content ul {	list-style-type: none;	 padding-left: 10px;}#content li {	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	text-align: left; padding-left: 10px; background-image: url(media/puceindex.gif); background-repeat: no-repeat; background-position: 0 .7em; } a {	text-decoration: none;	color: #333333;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #0033CC;	font-size: 12px;}a:visited {	color: #666666; 	text-decoration: none;}a:hover {	color: #0066CC;	text-decoration: none;	background-color: #99CCFF;} #footer {	clear: both;	margin: 0;	padding: 0.5em;	color: #333333;	font-family: "Courier New", Courier, mono;	background-image: url(media/header.jpg);	background-repeat: no-repeat;	border-top: 1px solid gray;	font-weight: bold;	text-align: right;	font-size: 11px; }div.list {	margin-right: 10px;	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;}ul {	list-style-type: none;}ul li {	list-style: none;}.clear {	clear: both;}