﻿
/* Slideshow */

#BlocSlideshow {
    position: relative;
    float:left;
    height: calc(100% - 218px);
    width:100%;
    padding:0;
}
      
      
      
      
#Slider {         
    float:left;
    position: relative;
    overflow: hidden;
    height: 100%;  
    width:100%;  
}
      

/* Slideshow rslides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  margin:0px;
  padding: 0px;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img{
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/Images/flecheSlideShow.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides_nav:focus{
  outline: none;
  }

.rslides_tabs 
{
  padding:0;
  margin-top: -30px;
  text-align: center;
  z-index:100;
  width:100%;
  text-align:center;  
  position:absolute;
  }

.rslides_tabs li
{
    margin:0;
    padding:0;
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  z-index:100;  
  }
  
  #contenu .rslides_tabs li{
  display: inline;}

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  z-index:100;
  }

.rslides_here a{
  background: rgba(0,0,0, .8);
  background: #ffffff;
  z-index:100;
  }
  
/* Fin Slideshow rslides */



/*SlideShow Actus*/
#containerActus {
	width: 100%; 
	height: 100%;
	position: absolute;
}


.ToutesActus
{
    top:10px;
    right:10px;
	position: absolute;
	text-decoration:none;
	color:#63625e;
	z-index:10;
}

div#slideshowActus {
	width: 100%;
	height: 100%;
	overflow: hidden; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: absolute;
	z-index: 10;
	padding:15px;
}


div#slideshowActus ul.slidesActus
{
	margin:0;
	padding:0;
	list-style: none;
	text-indent:0;
	width: 100%;
	height: 100%;
}

div#slideshowActus ul.slidesActus li
{
	margin:0;
	padding:0;
	width: 100%; 
	height: 100%;
	background:none;
}


#containerActus {
	width: 100%; 
	height: 95%;
	position: absolute;
	z-index:10;
	top: 0;
	left:0;
	
	
}

div#slideshowActus {
	width: 30%;
	min-width:500px;
	height: auto;
	overflow: hidden;
	left:15px;
	bottom:20%;
	position: absolute;
	z-index: 10;
	background:#ffffff;
	padding: 1.8em;
}

div#slideshowActus ul.slidesActus
{
	margin:0;
	padding:0;
	list-style: none;
	text-indent:0;
	width: 100%;
	height: 100%;
}

div#slideshowActus ul.slidesActus li
{
	margin:0;
	padding:0;
	width: 100%; 
	height: 100%;
	background:none;
	list-style:none;
}

.CentreTitre
{
    color:#737373;
	font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 500;
}

.CentreDate, .CentreDate a
{
    color:#737373;
    text-decoration:none;
}

.CentreTexte .CentreTexte1 a
{
	text-transform: uppercase;
	color: #0eafe3;
	font-weight: 600;
	font-size: 0.9em;
}

.ToutesActus
{
	font-size: 0.81em;
	font-weight: 600;
	padding: 20px 20px 0 0;
}

.CentreTexte, .CentreTexte a
{
    color:#737373;
    text-decoration:none;
    margin-top:10px;
    display:inline-block;
    text-align:left;   
}

#ctl00_ContentPlaceHolder1_RptActus_ctl00_HLToutesActus
{
	font-size: 0.9em;
	line-height: 1.6em;
}


#countdown
{
	position:relative;
	float:left;
	margin:15px 0;
	color:#ff6e40;
}

/* Bloc image + Texte Etiquette */

.BlocImgTexte_BlocTexte
{
    background: transparent;
}

.BlocImgTexte_BlocTexte span 
{
    color: #737373;
    text-transform:uppercase;
	font-family: Montserrat;
    font-size: 0.87em;
    line-height: 1.5em;
	font-weight: 500;
}


 .HLImgTexte1 .BlocImgTexte_BlocImage
 {
	min-height:84px;
    background:url("/images/Accueil/rond_chirurgie.png") no-repeat center;
 }
 
 .HLImgTexte1:hover .BlocImgTexte_BlocImage
 {
	min-height:84px;
     background:url("/images/Accueil/rond_chirurgieOver.png") no-repeat center;
 }
 
  .HLImgTexte2 .BlocImgTexte_BlocImage
 {
	min-height:84px;
     background:url("/images/Accueil/rond_femme_mere_enfant.png") no-repeat center;
 }
 
 .HLImgTexte2:hover .BlocImgTexte_BlocImage
 {
	min-height:84px;
     background:url("/images/Accueil/rond_femme_mere_enfantOver.png") no-repeat center;
 }
 
  .HLImgTexte3 .BlocImgTexte_BlocImage
 {
	min-height:84px;
     background:url("/images/Accueil/rond_psychiatrie.png") no-repeat center;
 }
 
 .HLImgTexte3:hover .BlocImgTexte_BlocImage
 {
	min-height:84px;
     background:url("/images/Accueil/rond_psychiatrieOver.png") no-repeat center;
 }
 
  .HLImgTexte4 .BlocImgTexte_BlocImage
 {
	min-height:84px;
     background:url("/images/Accueil/rond_medecine.png") no-repeat center;
 }
 
 .HLImgTexte4:hover .BlocImgTexte_BlocImage
 {
	min-height:84px;
     background:url("/images/Accueil/rond_medecineOver.png") no-repeat center;
 }
 
 
#MenuDefilant
{
	height:100%;
}
/*
.NumUrgences
{
	
	position:absolute;
	bottom:15px;
	margin:0;
}*/

 