1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| <!doctype html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="fr-FR" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7 modern-ie" lang="fr-FR" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8 modern-ie" lang="fr-FR" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if IE 9 ]> <html class="no-js ie9" lang="fr-FR" prefix="og: http://ogp.me/ns#"> <![endif]-->
<!--[if !(IE)]><!-->
<html class="no-js" lang="fr-FR" prefix="og: http://ogp.me/ns#"><!--<![endif]-->
<head>
<script type="text/javascript">
//<![CDATA[
(function(){
var c = document.documentElement.className;
c = c.replace(/no-js/, 'js');
document.documentElement.className = c;
})();
//]]>
</script> |