.hometop {
	margin-bottom: 20px;
}

.homeZoom {
	width: 290px;
	float: right;
}

.bloc_title {
	position: relative;
	text-align: center;
}
.bloc_title .inner_title {
	display: inline-block;
	font-size: 24px;
    padding: 0 15px 12px;
	background: #ffffff;
    position: relative;
    z-index: 10;
	color: #6b6b6b;
}
.bloc_title:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
    left: 0;
    top: 14px;
	background-color: #6b6b6b;
}

/*****************
* FLASH INFOS
*****************/
.r_flashinfo {
	color: #ffffff;
	background: #333333;
	margin-bottom: 20px;
    height: 50px;
}
.r_flashinfo_item .title {
	font-size:14px;
	line-height: 1em;
}
.r_flashinfo_item .text {
	margin-top: 6px;
	line-height: 1em;
}
.r_flashinfo_item .innerText {
    display: inline-block;
    max-width: 96%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.r_flashinfo_item .link {
	color: #ffffff;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
    margin-top: -7px;
}
.r_flashinfo_item + .r_flashinfo_item {
	display:none
}
.r_flashinfo .rdcSlide {
    padding: 7px 80px;
    box-sizing: border-box;
}

.r_flashinfo .rdcSlide-left, 
.r_flashinfo .rdcSlide-right {
    top: 16px;
    font-size: 17px;
}
.r_flashinfo .rdcSlide-left {
    left: 40px;
    right: inherit;
}
.r_flashinfo .rdcSlide-right {
	right: 40px;
}

/***********************
* Module UNE
***********************/
.headline {
	float: left;
	width: 680px;
}
.headline .welcomeText{
	color: #ffffff;
	font-size: 39px;
    position: absolute;
    bottom: 0;
    padding: 15px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
	font-style: italic;
	width: 100%;
	box-sizing: border-box;
}
.headline .welcomeText .welcome{
	
}
.headline .welcomeText .cityName{
	font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.headline_pano {
	height: 310px;
	position: relative;
}
.headline_pano .headline_text {
	width: 500px;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	background: rgba(255, 255, 255, 0.85);
	margin: auto;
	padding:15px;
}
.headline_pano a {
	color:#333333;
	text-decoration:none !important;
}
.headline_pano .headline_text .titre {
	margin-bottom: 5px;
}
.headline_pano .headline_text .titre a {
	font-size: 15px;
	text-decoration:none !important;	
}
.headline_pano .headline_text .texte {
	line-height: 16px;
}


#headline_video, 
.headline_carre {
    margin-top: 12px;
    padding: 15px;
	min-height: 224px;
}
.headline_carre .headline_title {
    text-align: center;
    margin-top: -30px;
}

#headline_titre .mod_title {
    display: inline-block;
    font-size: 24px;
    padding: 0 15px 12px;
    background: #ffffff;
    position: relative;
    z-index: 10;
	max-width: 80%;
}
#headline_video #viewer {margin-bottom:10px;}
#headline_video .content {text-align: justify;}


#headline_carre .content {padding-top: 10px; text-align: justify}
#headline_carre .content p {
	margin: 1em 0;
}
#headline_carre .news_headline_img {
    float:left;
    width:200px;
    /* height:135px; */
    /* padding:3px; */
    display:block;
    margin:3px 10px 5px 0;
    /* border:1px solid #d9d9d9; */
    /* -webkit-box-shadow:0px 1px 1px #878787; */
    /* -moz-box-shadow:0px 1px 1px #878787; */
    /* box-shadow:0px 1px 1px #878787; */
}
#headline_carre .news_headline_img img{
	display: block;
}

#une_video .titre a {
	font-size:1.167em;
}
#une_video .texte a.lien_suite {
	float:right;	
}

#une_video .texte{
	margin:5px 10px 5px 10px;
}

#une_video .titre {
	margin:5px 10px 0 10px;
}

#une_video .texte a {
	text-decoration:none;
	font-size:1em;
}

#une_carre {
margin: 10px 0;	
}

#une_carre .texte a {
	text-decoration:none;
	font-size:1em;
}

#une_carre .titre a {
	font-size:1.167em;
}

#une_carre .texte a.lien_suite {
	float:right;	
}

#une_carre .texte{
	margin:5px 10px 0 0;
}

#une_carre .img_content {
	float:left;
	padding:2px;
	border:#DEDDDD 1px solid;
	margin:0 10px 5px 0;
	width:200px;
	height:150px;
}


/*****************
* Module agenda
*****************/
#agenda {
	position:relative;
	margin-bottom: 36px;
}
#agenda_list {
	height: 72px;
	text-align: center;
}
#agenda .agenda-item {
    float: left;
    width: 33%;
    height: 72px;
}
#agenda .agenda-item .inner-item {
	height: 100%;
	position:relative;
	padding: 5px 5px 5px 63px;
	box-sizing: border-box;
}
#agenda .agenda-item + .agenda-item .inner-item {
	margin-left: 12px;
}
#agenda .agenda-date {
	background-color: #f6fafd;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	width: 54px;
}
#agenda .agenda-date .day,
#agenda .agenda-date .month {
	font-size: 21px;
	font-weight: bold;
}
#agenda .agenda-date .day {
    margin: 10px 12px 0;
    padding-bottom: 2px;
    display: block;
	border-width: 0 0 1px;
}
#agenda .agenda-date .month {
    padding-top: 2px;
}

#agenda .event-title {
	padding: 5px 7px;
	font-weight: bold;
	min-height: 50px;
	line-height: 50px;
}
#agenda .event-title a {
	line-height:1.2em;
	display:inline-block;
	vertical-align:middle;
	color: #ffffff;
}
#agenda .readMore {
	text-align: right;
	margin-top: 15px;
}


#agenda .rdcSlide-left, 
#agenda .rdcSlide-right {
	position: absolute;
	bottom: -35px;
	width: 20px;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #bababa;
	color: #bababa;
	line-height: 20px;
	font-size: 14px;
}
#agenda .rdcSlide-left {
	left: 0;
}
#agenda .rdcSlide-right {
	left: 30px;
}




/***********************
* DERNIERES ACTUALITES
***********************/
#newssecond {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-bottom: 36px;
}

#newssecond .newssecond_content img {
	display: block;
}
#newssecond .newssecond_content a {
	float: left;
	width: 210px;
	/* height: 160px; */
	/* overflow: hidden; */
	display: block;
	position: relative;
}

#newssecond .newssecond_content a + a {
	margin-left: 15px;
}

#newssecond .newssecond_content a .title {
	/* position: absolute; */
	/* width: 100%; */
	/* bottom: 0; */
	/* left: 0; */
	/* z-index: 10; */
	color: #fff;
	height: 45px;
	padding: 7px;
	box-sizing: border-box;
	font-weight: bold;
	display: block;
}



/***********************
* AUTRES ACTUALITES
***********************/
#actu {
	width: 320px;
	float: left;
	margin-bottom: 20px;
	word-wrap: break-word;
}
#actu .link {
	float:right;
	padding:10px 10px 0 0;
}
#actu .actu_txt {
	padding: 9px 0;
	line-height: 1.3em;
}
#actu .actu_txt + .actu_txt {
    border-top: 1px dashed #d5d9dd;
}
#actu .actu_txt .titre {
	margin-bottom: 5px;
}
#actu .actu_txt .titre a {
	font-weight: bold;
	font-size: 13px;
}
#actu .actu_txt .img {
	float:left;
	margin:0 10px 0 0;
}



/***********************
* Module photos/videos
***********************/
.home_diapo {
	float: right;
	width: 320px;
	margin-bottom: 36px;
}

.home_diapo .onglets {
	margin-top: 12px;
	text-align: right;
}
.home_diapo .onglet {
	display: inline-block;
	font-size: 20px;
    cursor: pointer;
	text-align: center;
}
.home_diapo .onglet.active {
	color:#fff;
	position: relative;
}
.home_diapo .onglet.active:after {
    content: "";
    position: absolute;
    border-width: 0 7px 8px;
    border-style: solid;
    width: 0;
    height: 0;
    left: 7px;
    top: -8px;
}
.home_diapo .contenu_onglet {
	display: none;
	position: relative;
}
.home_diapo .linked {
	padding:3px 5px;
	position:absolute;
	bottom:14px; right:14px;
	background-color: rgba(255,255,255,0.85);
}

.home_diapo .conteneur {
	height: 210px;
	overflow: hidden;
}
.home_diapo .conteneur a {
    width: 320px;
    height: 210px;
    display: block;
}
.home_diapo .conteneur .diapo_item {
    position: absolute;
	display: none;
}

.home_diapo .novideo {
	font-size: 1em;
	padding-top: 100px;
	text-align: center;
	box-sizing: border-box;
}
.home_diapo .video {
	font-size: 1em;
	overflow: hidden;
	position: relative;
}
.home_diapo .video_mini {
	width: 320px;
	height: 210px;
}

.home_diapo .overlay_play {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
	height: 210px;
	background: url('http://static.reseaudesvilles.fr/default/images/other/video_play.png') no-repeat center;
}


/***********************
* Module Mot du maire
***********************/
.home_mayor {
	float: right;
	width: 320px;
	margin-bottom: 20px;
	clear: right;
}
.home_mayor .mayor_txt {
	line-height: 16px;
	padding: 15px 11px;
	border: 1px solid #cfd5dc;
	position: relative;
	display: block;
}
.home_mayor .mayor_txt:before,
.home_mayor .mayor_txt:after {
    content: "";
	display: block;
    position: absolute;
    width: 0;
    height: 0;
	top: 100%;
    border-style: solid;
}
.home_mayor .mayor_txt:after {
    right: 40px;
    border-width: 10px;
	border-color: #ffffff transparent transparent;
}
.home_mayor .mayor_txt:before {
    right: 39px;
    border-width: 11px;
	border-color: #cfd5dc transparent transparent;
}

.home_mayor .mayor_infos {
	margin-top: 18px;
}
.home_mayor .mayor_title {
	float: right;
	font-size: 24px;
	margin: 25px 25px 0 0;
}
.home_mayor .mayor_picture {
	float: right;
	margin-right: 10px;
	-moz-box-shadow: 0px 0px 10px -2px #9b9b9b;
	-webkit-box-shadow: 0px 0px 10px -2px #9b9b9b;
	-o-box-shadow: 0px 0px 10px -2px #9b9b9b;
	box-shadow: 0px 0px 10px -2px #9b9b9b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=NaN, Strength=10);
}
.home_mayor .mayor_picture img {
	display: block;
}



/*****************
* Module Actus Territoire
*****************/
#actu_terr {
	width:100%;
	margin-top:10px;
}
#actu_terr .objet {
	padding:10px 17px;
	background:#fff;
}
#actu_terr .actu_txt .title {
	padding: 6px 0;
	position: relative;
	color: #5a5a5a;
}
#actu_terr .actu_txt .title a {
	font-size: 14px;
}
/***********************
* Module Actu Territoire
***********************/
/* #actu_terr {
	position:relative;
	margin-top:10px;
	padding-top:10px;
}
#actu_terr .content{
	padding:10px; 
	background:#F0F0F0;
}
#actu_terr .content p{
	margin-bottom:7px;
	width: 50%;
}
#actu_terr .content .read_more_link{
	color:#333333;
}
#actu_terr  .title{
	font-size:1.167em;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom:5px;
	margin-left:14px;
} */
