/*premier a droite*/

$(document).ready(function () {
 $("#slawon_divd0").mouseover(function() {
                             $("#slawon_divd0").stop();
                             $("#slawon_divd0").animate({
                             right: "-3",/*left ou right pour que le slide soit a droite ou a gauche*/
                              },350 
                                );
                              })
                         $("#slawon_divd0").mouseout(   
                          function() {
                          $("#slawon_divd0").stop();
                          $("#slawon_divd0").animate({
                          right: "-209",
                          }, 350
                          );
                         });
                         })

/*deuxieme a droite */
$(document).ready(function () {
 $("#slawon_divd1").mouseover(function() {
                             $("#slawon_divd1").stop();
                             $("#slawon_divd1").animate({
                             right: "-3",/*left ou right pour que le slide soit a droite ou a gauche*/
                              },350 
                                );
                              })
                         $("#slawon_divd1").mouseout(   
                          function() {
                          $("#slawon_divd1").stop();
                          $("#slawon_divd1").animate({
                          right: "-209",
                          }, 350
                          );
                         });
                         })


/*troisieme a droite */
$(document).ready(function () {
 $("#slawon_divd2").mouseover(function() {
                             $("#slawon_divd2").stop();
                             $("#slawon_divd2").animate({
                             right: "-3",/*left ou right pour que le slide soit a droite ou a gauche*/
                              },350 
                                );
                              })
                         $("#slawon_divd2").mouseout(   
                          function() {
                          $("#slawon_divd2").stop();
                          $("#slawon_divd2").animate({
                          right: "-209",
                          }, 350
                          );
                         });
                         })


/*premier a gauche */
$(document).ready(function () {
 $("#slawon_divg0").mouseover(function() {
                             $("#slawon_divg0").stop();
                             $("#slawon_divg0").animate({
                             left: "-3",/*left ou right pour que le slide soit a droite ou a gauche*/
                              },350 
                                );
                              })
                         $("#slawon_divg0").mouseout(   
                          function() {
                          $("#slawon_divg0").stop();
                          $("#slawon_divg0").animate({
                          left: "-200",
                          }, 350
                          );
                         });
                         })


/*deuxieme a gauche */
$(document).ready(function () {
 $("#slawon_divg1").mouseover(function() {
                             $("#slawon_divg1").stop();
                             $("#slawon_divg1").animate({
                             left: "-3",/*left ou right pour que le slide soit a droite ou a gauche*/
                              },350 
                                );
                              })
                         $("#slawon_divg1").mouseout(   
                          function() {
                          $("#slawon_divg1").stop();
                          $("#slawon_divg1").animate({
                          left: "-200",
                          }, 350
                          );
                         });
                         })


/*troisieme a gauche */
$(document).ready(function () {
 $("#slawon_divg2").mouseover(function() {
                             $("#slawon_divg2").stop();
                             $("#slawon_divg2").animate({
                             left: "-3",/*left ou right pour que le slide soit a droite ou a gauche*/
                              },350 
                                );
                              })
                         $("#slawon_divg2").mouseout(   
                          function() {
                          $("#slawon_divg2").stop();
                          $("#slawon_divg2").animate({
                          left: "-200",
                          }, 350
                          );
                         });
                         })
