I'm back... ;-)
This is the output of the diskutil command :
	Code:
	
pauls-macbook-pro:~ Paul$ diskutil list
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *232.9 Gi   disk0
   1:                        EFI                         200.0 Mi   disk0s1
   2:                  Apple_HFS Macintosh HD            181.9 Gi   disk0s2
   3:       Microsoft Basic Data                         50.7 Gi    disk0s3
pauls-macbook-pro:~ Paul$ sudo gpt -r show -l /dev/disk0
Password:
gpt show: /dev/disk0: Suspicious MBR at sector 0
gpt show: error: bogus map
gpt show: unable to open device '/dev/disk0': Unknown error: 0
pauls-macbook-pro:~ Paul$ sudo fdisk /dev/rdisk0
Disk: /dev/rdisk0	geometry: 30401/255/63 [488397168 sectors]
Signature: 0xAA55
         Starting       Ending
 #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
------------------------------------------------------------------------
 1: EE    0   0   2 -   25 127  14 [         1 -     409639] <Unknown ID>
 2: AF   25 127  15 - 1023 195  20 [    409640 -  381419520] HFS+        
*3: 07 1023   0   1 - 1023 254  63 [ 381832920 -  106543080] HPFS/QNX/AUX
 4: 00    0   0   0 -    0   0   0 [         0 -          0] unused      
 
And this is the output of the GPT fdisk command :
	Code:
	
pauls-macbook-pro:~ Paul$ sudo gdisk -l /dev/disk0
Password:
GPT fdisk (gdisk) version 0.6.10
Partition table scan:
  MBR: hybrid
  BSD: not present
  APM: not present
  GPT: present
Found valid GPT with hybrid MBR; using GPT.
Disk /dev/disk0: 488397168 sectors, 232.9 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): A02574E1-D2A2-4DB6-8745-17031AAC5C20
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 488397134
Partitions will be aligned on 8-sector boundaries
Total free space is 264493 sectors (129.1 MiB)
Number  Start (sector)    End (sector)  Size       Code  Name
   1              40          409639   200.0 MiB   EF00  EFI System Partition
   2          409640       381829159   181.9 GiB   AF00  Customer
   3       382093312       488396799   50.7 GiB    0700  Untitled
 Thanks a lot!