body {
	width:100%;
	margin: 0x;
	padding: 0px;
	background-image:url(images/fond.png);
	background-size:130%;
	background-color:#FFFFF0;
	background-position-x:50%;
	background-position-y:10%;
	background-repeat-x:no-repeat;
	background-repeat-y:repeat;
	text-align:center;
}

#corps-desc {
	width:90%;
	height:100%;
	background-color:rgba(255,255,240,0.70);
	margin:30px auto 30px auto;
	padding:7px 30px 30px 30px;
	scrollbar: hidden;
}

#titre-desc {
	width:67.67%;
	margin-left:auto;
	margin-right:auto;
}

h3 {
	margin-top:5px;
}

h2.news {
	margin-bottom:0px;
}

h3.news {
	margin-top:0px;
}

.lien_news:link, .lien_news:visited {
	color:#050;
	font-weight:bolder;
	text-decoration:none;
	text-shadow:none;
}

.lien_news:hover {
	text-decoration: underline;
}

.lien_news {
	font-size:13px;
}

#block-info {
  border: 3px solid #700;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 500px;
}

#block-news {
	float:left;
	width:49%;
	height:100%;
	overflow-x: hidden;
}

.blockh {
  display: none;
}

.hblock {
  display: none;
}

#block-video {
	float:right;
	width:49%;
	height:100%;
	overflow-x: hidden;
}

.blockv {
  height: 510px;
  margin-top:-5px;
  margin-bottom:5px;
  overflow: hidden;
}

.vblock {
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #700;
  background-color: #700;
}

#block-in {
	width : 100%;
	height:500px;
	overflow-y: auto;
	padding-right: 25px;
}

div.news-block {
	border:2px solid #050;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-2px;
	padding:30px;
}

div.page-block {
    border:2px solid #500;
	border-radius:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-2px;
	padding:30px;
}

.lien_page {
    text-decoration:none;
    color:#000;
}

div.page-lien {
    width:20%;
    max-width:20px;
    height:20px;
    border:2px solid #BACED5;
	border-radius:5px;
	background-color:#DAEEF5;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

div.page-nonlien {
    width:20%;
    max-width:20px;
    height:20px;
    border:2px solid #BEBEB0;
	border-radius:5px;
	background-color:#FFFFF0;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}

.autres_pages {
    text-align:center;
}

div.no-page {
    width:80%;
    border:2px solid #BEBEB0;
	border-radius:5px;
	background-color:#FFFFF0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

-scrollbar {
	display: none;
}

/*#block-video > div.news-block {
	border-left:none;
}*/

div.news-desc {
	width:100%;
}

div.news-desc-date {
	float:left;
    width:130px;
    height:50px;
    color:#050;
    text-align:left;
    font-size:13pt;
}

div.news-desc-text {
	color:#000;
}

.news-desc-video-container {
	clear:both;
	width:100%;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.news-desc-video {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	position:relative;
}

.news-desc-video iframe {
	width:100%!important;
	height:100%!important;
	position:absolute;
	top:0;
	left:0;
}

div.news-lien {
	text-align:right;
}

.news-lien > a {
	border:1px solid #050;
	border-radius:10px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFF;
}

h3 > .lien_news {
	font-size:inherit;
}

h3 > a {
  font-size: 16px;
}