You are seeing this error because controller XMainController could not be found.
Notice: If you want to customize this error message, create francemarches/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : francemarches/controllers/x_main_controller.php
<?php
class XMainController extends AppController {
var $name = 'XMain';
}
?>