jQuery(document).ready(function(){



$("#testa").mouseover(function(){ 
$("#testa").css({ 'height': '330px' });
$("#communauteok").css({ 'margin-top': '35px' });
$("#commu").css({ 'margin-left': '318px' });
$('#communauteok').stop().animate({ 'height': '270px' }, {queue: false, duration: 600, easing: 'easeOutBounce'});
$("#hellocoton").css({ 'display': 'block' });
$("#comtwitter").css({ 'display': 'block' });
$("#google").css({ 'display': 'block' });
$("#facebook").css({ 'display': 'block' });
$("#okok").css({ 'display': 'block' });
$("#communauteok").css({ 'width': '430px' });

$("#facebook a").css({ 'display': 'block' });
$("#fans").css({ 'display': 'block' });
$("#hellocoton a").css({ 'display': 'block' });
$("#abonnes").css({ 'display': 'block' });
$("#abonnesbis").css({ 'display': 'block' });
$("#bgoogle").css({ 'display': 'block' });
$("#followers").css({ 'display': 'block' });
$("#comtwitter a").css({ 'display': 'block' });
$("#comtwitter p").css({ 'display': 'block' });
$("#communauteok p").css({ 'display': 'block' });


$("#communauteok").css({ 'margin-left': '0px' });
$("#communauteok").css({ 'position': 'absolute' });
$("#communauteok").css({ 'float': 'left' });
$("#communauteok").css({ 'padding-top': '15px' });
$("#communauteok").css({ 'border-radius': '17px'  });
$("#communauteok").css({ '-moz-border-radius-topright': '17px' });
$("#communauteok").css({ '-moz-border-radius-topleft': '17px' });
$("#communauteok").css({ '-moz-border-radius-bottomright': '17px' });
$("#communauteok").css({ '-moz-border-radius-bottomleft': '17px' });
$("#communauteok").css({ '-webkit-border-top-right-radius': '17px'  });
$("#communauteok").css({ 'border': 'solid #1e88b5 5px' });
$("#commu").css('background','url(img/communaute23.png) right top no-repeat transparent');



});


$("#communauteok, #commu").mouseout(function(){ 
$("#commu").css({ 'margin-left': '318px' });
$("#testa").css({ 'height': '30px' });

$("#testa").css({ 'margin-left': '400px' });
$("#communauteok").css({ 'padding-top': '15px' });
$("#commu").css('background','url(img/communaute23.png) left top no-repeat transparent');
$('#communauteok').stop().animate(	{height: '0px'}, function(){$('#communauteok').hide();}	);
});

});
