* {
	padding: 0px;
	margin: 0px;
}

body {
	position: absolute;
	background: #000 url(images/fond.jpg) top left no-repeat;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #ffffff;
}

p {
	padding: 5px 0px;
}

h3 {
	font-weight: bold;
	color: #8AB941;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

a,
a:link,
a:active,
a:visited {
	color: #8AB941;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;	
}

a.img,
a:link img,
a:active img,
a:visited  img {
	border: 0;
}

.spip_documents {
	text-align: center;
}


.spip_documents_center {
	display: block;
	clear: both;
	margin-bottom: 5px;
}

.spip_documents_left {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
}

.spip_documents_right {
	float: right;
	margin-left: 30px;
	margin-bottom: 5px;
}

/********************************** Menu horizontal *********************************/
#container {
	position: relative;
	left: 265px;
	top: 175px;
}

#nav {
	position: relative;
	background: transparent;
	float: left;
	width: 600px;
	padding: 8px;
	margin: 0px;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	color: #e3e3e3;
	position: relative;
	z-index: 2;
	float: left;
	font: bold 12px Arial, Helvetica, Sans-serif;
	text-decoration: none;
	padding: 0px 8px;
}

#blob {
	position: absolute;
	top: 0;
	z-index : 1;
	background: #8AB941;
	border: 1px solid #322C2C;
}

/********************************** Contenu *********************************/
#contenu {
	float: left;
	position: absolute;
	left: 170px;
	top: 240px;
	width: 560px;
	background-color: #322C2C;
}

.bloctexte {
	padding: 20px;
	text-align: justify;
	border: 1px solid #000;
	min-height: 300px;
}

/********************************** Pied de page *********************************/
#pied {
	width: 560px;
	background-color: #322C2C;
	position: relative;
}

.blocpied {
	padding: 10px;
	text-align: center;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/**********************************************/
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0px;
left:0px;
background:#000000;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:800px;
z-index:2;
padding:0px;
}
