body,html {
	font-family: verdana;
	background: #000;
}
h1 {
	font-size: 18px;
	color: #515151;
}
h2 {
	font-size: 12px;
	color: #C88D20;
}
h3 {
	font-size: 10px;
	color: #515151;
	font-weight: bold;
}
p {
	font-size: 14px;
	color: #515151;
	text-align: justify;
}
ul {
	font-size: 14px;
	color: #515151;
	padding: 0;
	margin-left: 0; /* FIX BUG IE */
	list-style-position: inside;
}
a {
  color: #9bac6f;
}
a:hover {
  color: #000;
}
label {
  display: block;
  float: left;
  width: 100px;
}
input.submit {
margin-left: 100px;
}

/* DIV */
#containeur {
	overflow: hidden;
  width: 800px;
  margin: 30px auto;
	padding: 30px;
	background: #fff;
}

#head {
  background: url('img/bg_head.jpg');
  height: 300px;
}
#head h1 {
  display: none;
}
#menu {
  overflow: hidden;
	margin-bottom: 50px;
}
#menu ul {
  list-style-type: none;
	margin-top: 0;
}
#menu li {
  float: left;
  margin-right: 1px;
  border-right: 1px solid #9bac6f;
}
#menu a {
  display: block;
  padding: 5px;
  margin-right: 1px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#menu a:hover {
  background: url('img/bg_menu.gif');
  color: #fff;
}

#blockleft {
  clear: both;
	float: left;
	width: 250px;
	margin-right: 50px;
}
#blockleft p, #blockleft h1, #blockleft ul {
  font-size: 10px;
}
#blockright {
	float: left;
	width: 500px;
}

#foot {
  clear: both;
  width: 800px;
  margin: 0 auto;
}
#foot p {
  text-align: center;
  font-size: 10px;
  color: #fff;
}
#foot a {
  color: #fff;
}
#foot a:hover {
  color: #fff;
}

/* MODULES */
#mod_galerie ul {
	overflow: hidden;
	list-style-type: none;
	background: #e9e9e9;
	border: 1px solid #ccc;
}
#mod_galerie li {
	float: left;
}
#mod_galerie img {
  width: 470px;
  padding: 15px;
	background: #e9e9e9;
}
#mod_galerie a {
	display: block;
	padding: 5px;
	color: #9bac6f;
	text-decoration: none;
	background: transparent;
}
#mod_galerie a:hover {
	color: #fff;
	background: #9bac6f;
}

/* PAGE NEWS */
#news {
  border:1px solid #ccc;
  padding: 5px;
	background: #e9e9e9;
}
#news form {
  margin: 0;
}
#news select {
  width: 100%;
  font-size: 10px;
	margin-bottom: 5px;
	border:1px solid #ccc;
}
#news input {
	background: #9bac6f;
	color: #fff;
	border: 0;
	cursor: pointer;
}
p.date {
	font-size: 10px;
	font-style: italic;
}
	
