html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	padding: 0;
	font-size: 1.5em;
	color:#eeeeee;
}

#left h2 {
	font: 1em Arial;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	font-variant: small-caps; 
}

#content {
	font-size: 0.8em;
}

#content h2 {
	position: relative;
	padding-bottom: 2px;
	padding-left: 15px;
	background-position:  0% 40%;
	background-repeat: no-repeat;
	font: bold 1.3em Arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#content h2 a:hover {
	text-decoration: none;
}

#footer {
	margin-top:10px;
	font-size: 0.6em;
}


h3 {
	font-weight: bold;
	font-size: 1em;
}

h4 {
clear: left;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


pre {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	padding: 1em;
	margin: 1em;
	font-size: 1.1em;
	width: 85%;
	overflow: auto;
}

ul {
list-style-type: square;
}



blockquote {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	margin: 1em;
	padding: 0 0.5em;
	font-style: italic;
}




#left {
	font: 1em Arial;
}

#left a {
	font: 0.8em Arial;
	background-color: transparent;
	text-decoration:none;
	display:block;
	font-weight:bold;
	width:100%;
}

#left a img {
	border: none;
}

#left li {
	display:inline;
}



#left ul {
	list-style-type: square;
	margin: 0 0 1em 0;
	padding: 0;
}



div.bloc {
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px 5px 5px 5px;
	border-width: 0px;
	border-style: solid;
}