Make sure echo $this->fetch('css'); is after echo $this->element('diaporama_accueil'); in the layout
echo $this->fetch('css');
echo $this->element('diaporama_accueil');