@font-face {
    font-family: 'century_gothicbold';
    src: url('../fonts/centurygothic_bold-webfont.eot');
    src: url('../fonts/centurygothic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centurygothic_bold-webfont.woff2') format('woff2'),
         url('../fonts/centurygothic_bold-webfont.woff') format('woff'),
         url('../fonts/centurygothic_bold-webfont.ttf') format('truetype'),
         url('../fonts/centurygothic_bold-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'century_gothicregular';
    src: url('../fonts/centurygothic-webfont.eot');
    src: url('../fonts/centurygothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/centurygothic-webfont.woff2') format('woff2'),
         url('../fonts/centurygothic-webfont.woff') format('woff'),
         url('../fonts/centurygothic-webfont.ttf') format('truetype'),
         url('../fonts/centurygothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



.containerfiche{
    width: 75%;
	margin:0 auto;
	max-width: 1000px;
	
}

#separateurtirage{
   width:100%;
	text-align:center;
	
}

.fiche{
	height:auto;
	background:#154e71;
	padding-bottom: 30px;}

.fiche h2{
	padding-top: 60px;}

#separateurtirage{
	
	padding-bottom: 30px;}


.carousel {
    margin-top: 20px;
}
.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
}

.titre-fiche{
	font-family: 'arial';
	text-transform:uppercase;
	font-size:22px;
	color:#FFFFFF;
	padding-bottom:20px;
	padding-top:20px;
	letter-spacing:5px;
	text-align:left;
	}



.containerfiche p{
	font-family: 'century_gothicbold';
	font-size:15px;
	color:#abc7da;
	padding-bottom:12px;
	padding-left:0px;
	letter-spacing:1px;
	text-align:left;
	}

.containerfiche ul{
	
	list-style-position:outside;
  list-style-image: url('../images/chevliste.png');
	padding-left: 20px;
	 

	}

.containerfiche li{

	font-family: 'century_gothicregular';
	font-size:15px;
	color:#abc7da;
	padding-bottom:12px;
	letter-spacing:1px;
	list-style-type:inherit;
	line-height: normal;
	
	}





	#bouttoncommander {

	text-align:left;
	width: 230px;
	height: 44px;
	background-color: #c6d2e4;
		

 }


	#bouttoncommander a{
	color:#293951;
 	text-decoration:none;
	font-size:23px;
	text-transform:uppercase;
	font-family: 'century_gothicregular';
	padding-top: 12px;
	margin:0 auto;
	letter-spacing:1px;
	width: 230px;
	height: 44px;
	text-align: center;
		
		
		
		
	
	
 }

						

@media (max-width: 950px) {
	
	.containerfiche {
    width: auto;
		max-width: 80%;
	margin:0 auto;
		padding: 20px;

		}
	}