Cliquer sur le fragment passe en activité

//Set the clickable property to true so that the click event 
//gets consumed only on the foreground fragment.
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:clickable="true" />
Mohamed Boumlyk