body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,th,td,ul,ol,li { 
	margin:0;
	padding:0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

html, body {
	height: 100%;
	font: 0.9em "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	background: #f2ede4 url("background.png") repeat-x;
}

a:link{color: #107fcd;}
a:active{color: #107fcd;}
a:visited{color: #107fcd;}
a:hover{color: #666;}
a{text-decoration:none;}

p {
	margin-bottom: 1.25em;
}

strong {
	font-weight: bold;
}

img {
	float: left;
	padding: 0px;
	margin: 0 10px 4px 0;
}

.spip_documents_left {
	margin-right: 10px;
}

#container {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

#header {
	position: relative;
	background: #2f3540 url("background.png");
	height: 245px;
	color: #8c8681;
	margin: 0;
	padding: 0;
}

#header h1 {
	position: relative;
	width: 960px;
	top: 80px;
	margin: 0 auto;
	height: 165px;
	background: url("header.jpg") no-repeat;
}

#header h1 span {
	display: none;
}

#header_menu {
	position: relative;
	top: -165px;
	width: 960px;
	margin: 0 auto;
}

#header_menu li {
	position: relative;
	display: inline;
}

#header_menu li a {
	float: left;
	color: #8c8681;
	border: none;
	padding: 0 10px 0 0;
}

#header_menu li a:hover {
	color: #f2ede4;
	background-position: center -79px;
}

#header_menu li a.active {
	background-position: center -79px;
	color: #f2ede4;
}

#header_menu li a span {
	display: block;
	margin-top: 4.7em;
}

#content {
	margin: 25px auto 0px auto;
	padding-bottom: 60px;
	width: 960px;
	overflow: auto;
	color: #1b1c1f;
}

#content_text {
	width: 700px;
	float: left;
	text-align: justify;
	text-indent: 1.75em;
}

#content_text h2 {
	margin-left: 160px;
	margin-bottom: 0.75em;
	font: 1.7em Georgia, serif;
	text-indent: 0;
}

#content_text p {
	margin-left: 160px;
}

.left {
	width: 140px;
	text-indent: 0;
	margin-right: 20px;
	float: left;
	font: italic small-caps 1em Verdana, sans-serif;
	text-align: left;
}

.left a img {
	border: 1px solid #53565d;
}

.left img {
	margin: 0 2px 2px 0;
}

.entry {
	border-top: #c9c4bc 1px solid;
	padding-top: 8px;
}

#content_sidebar {
	border-top: #c9c4bc 1px solid;
	width: 220px;
	float: right;
}

#content_sidebar h3 {
	font: small-caps 1.8em Georgia, serif;
	margin-bottom: 0.65em;
}

#content_sidebar h4 {
	font: small-caps 1.3em Georgia, serif;
	margin-bottom: 0.3em;
}

#content_sidebar ul a {
	text-decoration: none;
	color: #8c8681;
}

#content_sidebar li {
	margin-bottom: 3px;
	color: #8c8681;
	list-style-type: none;
	background-image: url("puce.png");
	background-repeat: no-repeat;
	background-position: 0% 4px;
	padding-left: 17px;
}

#content_sidebar li a:hover {color:#1b1c1f;}

.widget {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: #c9c4bc 1px solid;
}

#footer {
	clear: both;
	position: absolute;
	bottom: 0; left: 0;
	height: 60px;
	background: #2f3540;
	width: 100%;
	text-align: center;
	color: #8c8681;
}

#footer p {
	margin: 1.75em auto;
	width: 960px;
	margin-right: 150px;
}