/* CSS Document */

#bouton1 {
position:absolute;
overflow:hidden;
left:376px;
top:21px;
width:106px;
height:19px;
}
a.b1 {
	display: block; 
    width: 106px; 
    height: 19px; 
    background-image: url(img/menu_parcours.jpg);
    background-repeat: no-repeat;
}
a.b1:hover {
	background: url(img/menu_parcours.jpg) 0 -19px ;
}

#bouton2 {
position:absolute;
overflow:hidden;
left:483px;
top:21px;
width:106px;
height:19px;
}
a.b2 {
	display: block; 
    width: 106px; 
    height: 19px; 
    background-image: url(img/menu_videos.jpg);
    background-repeat: no-repeat;
}
a.b2:hover {
	background: url(img/menu_videos.jpg) 0 -19px ;
}

#bouton3 {
position:absolute;
overflow:hidden;
left:590px;
top:21px;
width:106px;
height:19px;
}
a.b3 {
	display: block; 
    width: 106px; 
    height: 19px; 
    background-image: url(img/menu_contact.jpg);
    background-repeat: no-repeat;
}
a.b3:hover {
	background: url(img/menu_contact.jpg) 0 -19px ;
}
