@charset "utf-8";
/* CSS Document */

        td img{
			padding:5px;
			orizontal-align:center;
			background-color:#FFF;
			
        }


    @media only screen and (max-width: 480px){
        td img{
			alignment-baseline:
			
            height:auto !important;
            max-width:400px !important;
            width: 100% !important;
        }
    }
	
    @media only screen and (max-width: 767px){
        td img{
			alignment-baseline:
			
            height:auto !important;
            max-width:400px !important;
            width: 94% !important;
        }
    }
	
	    @media only screen and (max-width: 959px){
        td img{
			alignment-baseline:
			
            height:auto !important;
            max-width:700px !important;
            width: 94% !important;
        }
    }
	@media (min-width: 980px) {
        td img{
			alignment-baseline:
			
            height:auto !important;
            max-width:500px !important;
            width: 94% !important;
        }
}


        .img-interne{ width:50%
			
        }


    @media only screen and (max-width: 480px){
        .img-interne{ width:50%
			
        }
    }
	
    @media only screen and (max-width: 767px){
        .img-interne{ width:50%
			
        }
    }
	
	    @media only screen and (max-width: 959px){
        .img-interne{ width:50%
			
        }
    }
	@media (min-width: 980px) {
        .img-interne{ width:50%
			
        }
}