img 
{
padding:5px;
}
.decalho {
	_position : relative;
	   display: inline-block;
       text-align:right;
	_margin-left:20px;
	_margin-bottom:-80px;
	margin-top:5px;
	_float:left;
	 
}
.decalho h3 {
	font-weight:bold;
	color :red;
	
	-webkit-animation: medaille_gros 5s linear 0s normal none 1;
    -moz-animation :  medaille_gros 5s linear 0s normal none 1;
    -ms-animation :  medaille_gros 5s linear 0s normal none 1;
    -o-animation :  medaille_gros 5s linear 0s normal none 1;
    animation: medaille_gros 5s linear 0s normal none 1;
}

@keyframes medaille_gros {
    0% {        transform-origin: 0 0; transform: scale(0.1)  translate(-200px, 0px);   }
    100% { 		transform: scale(1);      }
}
@-webkit-keyframes medaille_gros {
    0% {  -webkit-transform-origin: 0 0; -webkit-transform: scale(0.1) ; -webkit-translate(-200px, 0px); }
    100% { 		-webkit-transform: scale(1); 		}
}
@-ms-keyframes medaille_gros {
    0% {  transform-origin: 0 0; transform: scale(0.1) ; translate(-200px, 0px); }
    100% { 	transform: scale(1);	}
}
@-o-keyframes medaille_gros {
    0% {  transform-origin: 0 0; transform: scale(0.1) ; translate(-200px, 0px); }
    100% { 		transform: scale(1); 		}
}
@-moz-keyframes medaille_gros {
    0% {  transform-origin: 0 0; transform: scale(0.1) ; translate(-200px, 0px); }
    100% { 		transform: scale(1); 		}
}

.tubouges {
/*  animation-duration: 3s;
  animation-name: slidein;*/
/*  animation-duration: 5s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  animation-direction: alternate;*/
}

@keyframes slidein {
  from {
    margin-left: 32%;
    width: 100%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.comments {
	font-size :0.8em;
	
}


.page {background-color: #FFFFFF;}


@media (min-width: 1200px) {
  .bandeau .recherche {max-width: 4*@gridColumnWidth1200+1*@gridGutterWidth1200;}
}
@media (min-width: 768px) and (max-width: 979px) {
  .bandeau .recherche {max-width: 5*@gridColumnWidth768+2*@gridGutterWidth768;}
}
@media (max-width: 768px) {
  .bandeau .recherche {max-width: 5*@gridColumnWidth768+2*@gridGutterWidth768;}
}
@media (max-width: 550px) {
  .bandeau .recherche {width: 100%;max-width: 100%;position: relative;}
}