#header {
	z-index: 1000 !important;
float: leftmargin: 0;
	padding: 0;
	height: 285px;
	width: 100%;
	background-image:url(../images/bg-header-general-2.png) !important;
	background-repeat: repeat-x;
}

#col-gauche {
    display: block;
    width: 72%;
    height: auto;
	float: left;
    
    left: 0px;
    bottom: 0px;
}

		.puce-titre-labo {
			padding-top: 20px;
			width: 25px;
			height: 25px;
		}

/* COL DROITE */

#col-droite {
width: 28%;
height: inherit;
	float: left;
	
}

#col-droite-contenu {
margin: 35px 15px;
text-align: center;
padding: 20px;
background-color: #ffffff;
height: 100%;
	
}


#col-droite-contenu h2 {
color: #211f1f; /* text color */
font-family: 'BebasNeueRegular', Calibri, Arial, sans-serif;
font-size: 24px;
	

}

#col-droite-contenu h3, #col-droite-contenu p {
	color:#222020;
	font-family: "existencelight";
font-size: 17px;
font-weight: bolder;
	line-height: 1.5em;
	padding: 0;
}

.labo {
width:45%;
}


/* AJOUTS DAVID - 17/02/2015 */
.slideshow
{
    position: relative;
    overflow: hidden;
}

.slideshow .slide
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.slideshow .afficherSlidePrecedent,
.slideshow .afficherSlideSuivant
{
    display: block;

    position: absolute;
    top: 50%;

    cursor: pointer;
}

.slideshow .slideFond
{
    position: absolute;
    top: 50%;
    left: 50%;
}

.slideshow .slideTitre
{
    margin: 0;
    padding: 0;

    position: absolute;
    left: 50%;
    bottom: 50%;

    font-weight: normal;
    text-align: center;
    color: #fff;
}

.slideshow .slideSeparateur
{
    position: absolute;
    top: 50%;
    left: 50%;
}

.slideshow .slideTexte
{
    position: absolute;
    top: 50%;
    left: 50%;

    font-weight: lighter;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}



/*Styles for screen 600px and lower*/
@media screen and (max-width: 992px) {
	
#col-gauche {
    display: block;
    width: 100%;
    height: auto;
	float: left;
    top: 285px;
    left: 0px;
    bottom: 0px;
}
	
#col-droite {
width: 100%;
background-color: #ffffff;
height: auto;
float: left;
}
	
}