@font-face {
	font-family: 'GothamBold';
	src: url('fonts/Gotham-Bold.ttf');
        font-weight: normal;
	font-style: normal;
}

.slider_accueil {
    width: 610px;
    height: 329px;
    overflow: hidden;
    position: relative;
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.nivoSlider {
	position:relative;
	background: url("../images/loading.gif") no-repeat 50% 50% #ffffff;
    /*margin-bottom:50px;*/
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.nivoSlider a {
	border: 0;
	display: block;
}

.nivo-controlNav {
  bottom: 8px;
  position: absolute;
  right: -2px;
  z-index: 4;
}
.nivo-controlNav a {
    z-index: 4;
	display: block;
	width: 13px;
	height: 13px;
	background: url("../images/rond-orange-slider.png") no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 10px;
	float: left;
    cursor: pointer;
}
.nivo-controlNav a.active {
	background: url("../images/rond-jaune-slider.png") no-repeat;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("../images/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    font-family: 'Source Sans Pro', sans-serif;
    opacity: 1 !important;
}
.nivo-caption a {
    color:#FFFFFF;
    text-decoration: none;
}
.nivo-caption a:hover {
    color:#FFFFFF;
}

.nivo-html-caption {
    display: none;
}

.slider_accueil_wrapper .nivo-directionNav a {
	display:block;
    position: absolute;
    bottom: 15px;
    z-index: 10;
	width: 45px;
	height: 30px;
	background: url("../images/arrows.png") no-repeat;
	text-indent: -9999px;
	border: 0;
}

.slider_accueil_wrapper a.nivo-nextNav {
	right: 0;
}
.slider_accueil_wrapper a.nivo-prevNav {
	left: 0;
}


.slider_accueil_wrapper_link {
    position: absolute;
    z-index: 3;
    width: 320px;
    color: #FFFFFF;
    opacity: 1 !important;
    height: 213px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    left: 0;
    bottom: 5px;
}

.slider_accueil_wrapper_link div.legende_bloc {
    position: absolute;
    bottom: 0;
    width: 348px;
    height: 48px;
    text-align: left;
    color: #FFFFFF;
    
}

.nivo-caption p {
    padding: 0;
    margin-top: 3px;
}

.slider_accueil_wrapper .nivo-caption p {
    padding: 0;
    margin: 0;
    width: 610px;
}

.slider_accueil_wrapper_link{
    position: absolute;
    z-index: 3;
    width: 610px;
    color: #FFFFFF;
    opacity: 1 !important;
    height: 66px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    bottom: 0;
}

.slider_accueil_wrapper_link div.legende_bloc{
    position: absolute;
    bottom: 0;
    width: 570px;
    left: 0;
    text-align: left;
    color: #FFFFFF;
    height: 36px;
    padding: 5px 20px 0 20px;
    background-color: rgba(0, 57, 100, 0.8);
}


.slider_accueil_wrapper .slider_titre a,
.slider_accueil_wrapper .slider_titre {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 37px;
    text-transform: uppercase;
}
.slider_accueil_wrapper .slider_texte a,
.slider_accueil_wrapper .slider_texte {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding-top: 2px;
}