.top .locales {
	float: right;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 1.3em;
    line-height: 2.5;
    margin-top: 24px;
}
.top .locales .links {
    display: inline-block;
    font-family: "Soho Gothic","Open Sans",Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding-left: 35px;
}
.top .locales .links li {
	display: inline;
    list-style-type: none;
    margin-left: 20px;
}

.top .locales .links a {
    text-decoration: none;
}


/* CARROUSEL */
div.splash_cell .carousel {
	position : relative;
}
div.splash_cell .carousel ul, div.splash_cell.carousel li{
	padding: 0;
	margin : 0;
}
div.splash_cell .carousel li {
	list-style-type : none;
}
.carousel-control.next, .carousel-control.previous {
	display : none;
}
.carousel-pagination {
	position : absolute;
	top : 0;
	right : 10px;
}
.carousel-pagination a[role=button] {
	display : none;
}
.carousel-pagination .slide-control {
	border: medium none;
    height: 20px;
    text-indent: -9000px;
    width: 20px;
    cursor : pointer;
}
.carousel-pagination .slide-control.play {
	background : url("../img/carrousel/pause.png") no-repeat top center transparent;
}
.carousel-pagination .slide-control.pause {
	background : url("../img/carrousel/play.png") no-repeat top center transparent;
}

.carousel-wrap {
	height : 360px !important;
}


/* FIN CARROUSEL */
.splash_table.lang {
	width : 100%;
}

.bottom .lang {
	background-color: #FFFFFF;
    padding: 0 50px;
    text-align: center;
    width: 400px;
}
.bottom .lang .innerContent {
	min-height : 100px;
}

.bottom .lang.first {
	border-right : 1px solid #DDD8C3;
}

.bottom .lang a {
	padding-left : 0;
}

.bottom .lang .foryou {
	color: #AFBE00;
    font-size: 32px;
}

.bottom .medecins {
	background : url(../img/medecin.jpg) no-repeat top right #fff;
	padding-right : 220px;
}

.bottom .patients {
	background : url(../img/patient.jpg) no-repeat top right #fff;
	padding-right : 200px;
	 width: 300px;
}

.bottom a{
	font-family: "Soho Gothic","Open Sans",Arial,Helvetica,sans-serif;
	color: #E68C0A;
    display: block;
    font-size: 23px;
    margin-top: 0px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 0 10px 30px;
}

.bottom a span{
	background: url("../img/big-arrow.png") no-repeat scroll 12px center #EA7106;
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    vertical-align: middle;
    width: 35px;
}

.footer {
    clear: both;
    font-family: Open Sans;
    font-size: 1.2em;
    font-weight: normal;
    margin: 40px 0 0;
    overflow: hidden;
    padding: 0 5px;
}
.footer .info {
    color: #888B8E;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
}
