body{
				background-color:#000;
				color:#FFF;
				font-family: arial;
				text-align: center;
			}
			
			table{
				border-collapse: collapse;
			}
			
			.entete{
				padding-bottom: 20px;
			}
			
			.menu{
				font-weight: bold;
				color:#fd7e2f;
			}
			
			.menu A{
				color:#FFF;
				text-decoration: none;
				font-size: 16pt;
				margin-left: 15px;
				margin-right: 15px;
			}
			
			.bandeau{
				border-top: #FFF 1px solid;
				border-bottom: #FFF 1px solid;
			}
			
			.bandeau img{
				width: 100%;
			}
			
			.bloc{
				max-width: 1600px;
				border: 1px solid #FFF;
				margin-top: 50px;
				margin-left: auto;
				margin-right: auto;
			}
			
			.bloc h2{
				color: #FFF;
				text-transform: uppercase;
				font-size: 30pt;
				text-align: justify;
			}
			
			.bloc p{
				text-align: justify;
			}
			
			img{
				max-width: 100%;
			}
			
			.produits{
				border: 1px solid #325741;
			}
			
			.FT1{
				background-color: #fd7e2f;
				display:block;
				padding: 20px;
				border-bottom: 10px solid;
			}
			
			.FT2{
				display:block;
				padding: 20px;
			}
			
			.FT2 h3{
				text-align: left;
				font-size: 24pt;
				text-transform: uppercase;
				margin: 0px;
			}
			
			.FT2 p{
				border-bottom: 1px solid #c1d100;
				max-width: 70%;
				font-size: 14pt;
				padding-bottom: 5px;
			}
			
			.FT2 img{
				padding-top: 20px;
				padding-bottom: 20px;
			}

			.FT{
				background-color: #133928;
				margin-top: 20px;
				margin-bottom: 20px;
				padding: 10px;
				width: 400px;
 				text-align: center;
				border-radius: 10px;
			}


			.FT a{
				color: #FFF;
				text-decoration: none;
			    text-transform: uppercase;
    			font-size: 20pt;
			}

			.bas{
				background-color: #325741;
				padding: 40px;
				margin-top: 75px;
			}
			
			.bas h2{
				text-transform: uppercase;
				font-size: 35pt;
				margin-bottom: 10px;
				margin-top: 10px;
			}
			
			.bas p{
				font-size: 24pt;
    			color: #fd7e2f;
    			max-width: 800px;
   				margin: auto;
			}
			
			.footer{
				background-image: url("img/fond_footer.jpg");
				background-repeat: repeat-x;
				background-position: bottom;
				min-height: 200px;
				margin-top: 80px;
			}
			
			.footer a{
				color: #fff;
				font-size: 16pt;
			}