نتائج شهادة البكالوريا 2015 | موقع الدراسة الجزائري
body{width: 728px;margin:auto;margin-top:20px;margin-bottom:10px;}
#majjbac {width:300px;font-Size : 20px;}
#matriculebac {width:300px;font-Size : 48px;}
function mat(chcar, e, dec)
{
var key;
var keychar;
if (window.event) key = window.event.keyCode;
else if (e) key = e.which;
else return true;
keychar = String.fromCharCode(key);
if ((key==null) || (key==0) || (key==8) || (key==9) || (key==13) || (key==27) ) return true;
else if...