body {
	color: #787878;
	background: #363636;
}

img {
	border: 0px;
}

a {
	font-weight: normal;
	text-decoration: none;
  color: #7a92c2;
}

h3 {
	color: #787878;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 1px 0px;
	line-height: 20px;
	display: inline;
}

#header {
	background: url('../img/header.png') repeat-x;
	height: 244px;
	width: 100%;
}

#logo {
	width: 100%;
	text-align: center;
	padding-top: 23px;
}

#menu {
	text-align: center;
	width: 100%;
	height: 32px;
	padding-top: 30px;
}

#menu a {
	font-size: 11px;
	font-weight: bold;
	padding-right: 40px;
	color: #d9d9d9;
}

#body {
  background-color: #fafafa;
}

#footer {
	background: url('../img/footer.png') repeat-x;
	font-size: 12px;
	width: 100%;
	height: 110px;
	text-align: center;
	padding-top: 20px;
}

#communiques {
	background: url('../img/communiques.png') no-repeat left center;
  padding-left: 25px;
}

#forum {
	background: url('../img/forum.png') no-repeat left center;
  padding-left: 25px;
}

#contact {
	background: url('../img/contact.png') no-repeat left center;
  padding-left: 25px;
}

#partenaires {
	background: url('../img/partenaires.png') no-repeat left center;
  padding-left: 25px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.red {
	color: red;
}

.blue {
	color: #7a92c2;
}

.grey {
	color: #787878;
}

hr.space {
  margin: 0px;
  height: 20px;
}

p {
  text-align: left;
  padding: 0px 0px;
}

.small {
  font-size: 10px;
  line-height: 16px;
}

.container {
  padding-bottom: 25px;
}

