/* Start of CMSMS style sheet 'style_accueil' */
a:active, div {
	 outline: none;
}

a:focus {
	-moz-outline-style: none;
}

html, body {
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}

h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

a img {
	border-style: none;
}

body {
	background-color: #000;
	background-image: url(uploads/images/background.png);
	background-repeat: repeat-x;
}

#document {
	width: 860px;
	margin: 0 auto;
}

.shadow_left {
	width: 25px;
	height: 300px;
	float: left;
	background-image: url(uploads/images/shadow_left.png);
	background-repeat: repeat-y;
}

.shadow_right {
	width: 25px;
	height: 300px;
	float: left;
	background-image: url(uploads/images/shadow_right.png);
	background-repeat: repeat-y;
}

#body {
	width: 810px;
	margin: 0 auto;
	background-color: #414141;
	float: left;
	padding: 0;
}

.clear {
	clear: both;
}

#header {
	position: relative;
	height: 36px;
}

#header .header_title {
	float: left;
	padding: 5px;
	position: relative;
	top: 4px;
	left: 5px;
}

#header .header_menu {
	margin-right: 7px;
}

#ban {
	width: 796px;
	height: 298px;
	background-color: #000;
	margin-left: 7px;
	overflow: hidden;
}

#content {
	margin-left: 7px;
	margin-top: 5px;
}

.content_block {
	background-color: #616161;
}

.content_block p {
	text-align: justify;
}

.content_block.content_presentation {
	width:776px;
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-right: 8px;
	padding: 10px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.content_block.content_presentation p {
	padding-left: 5px;
	padding-right: 5px;
}

.content_block.content_frame {
  width: 248px;
  float: left;
  height: 315px;
  margin-right: 5px;
}

.content_block.content_frame .inner {
  height: 280px;
}

.content_block.content_frame .inner p {
  padding: 10px;
  margin: 0;
}

.content_block.content_frame .btn_ensavoirplus {
  height: 35px;
  background-image: url(uploads/images/accueil_btn_en-savoir-plus.png);
}

.content_block.content_frame .btn_ensavoirplus span {
  display: none;
}

.content_block.content_references {
	width: 270px;
	float: right;
	height: 195px;
	padding: 10px;
  margin-right: 7px;
  margin-bottom: 5px;
}

.content_block.content_english_spoken {
	width: 270px;
	float: right;
	height: 37px;
	padding: 10px;
  margin-right: 7px;
}

.content_block.content_adresse {
  background-color: transparent;
	width: 270px;
	float: right;
	font-size: 13px;
  margin-right: 7px;
  padding-bottom: 0px;
}

.content_block.content_adresse p {
  text-align: center;
}

#rubriques {
	margin-left: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
}

.rubrique_item {
	display: inline-block;
	width: 260px;
	height: 143px;
	background-color: #343434;
	margin-right: 5px;
}

#footer {
	text-align: center;
	padding-bottom: 30px;
	background-image: url(uploads/images/foot_motif.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#footer .footer_title {
	color: #007100;
	text-transform: uppercase;
}

/* End of 'style_accueil' */

