@charset "UTF-8";
/* CSS Document */

#navbar {
width:100%;
height:38px;
background:#000000;
}
#largeur{ 
width:980px;
margin:0 auto;
}
#linksWebsites{
float:left;
width:60%;
}
#linksWebsites a{
color:white;
font:normal 11px Arial, Helvetica, sans-serif;
text-transform:uppercase;
display:block;
float:left;
padding:12px;
border:1px #333333 solid;
border-top:none;
border-bottom:none;
text-decoration:none;
color:#fff;

filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5; 
}
#linksWebsites a:hover{
color:#FFFFFF;
background:#151515;

filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;  
}
#linksSocial{
float:left;
width:30%;
}
#linksSocial a img:hover{
filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;  
}
#linksSocial a img{
float:right;
padding:10px;
border:1px #333333 solid;
border-top:none;
border-bottom:none;
filter : alpha(opacity=30);
    -moz-opacity : 0.3;
    opacity : 0.3; 
}