/**/ body{ font-family:verdana; font-size:12px; background-image:url('images/fond_page.jpg'); background-repeat:repeat-x; background-position:0px 100px; background-color:#d9d9d9; margin:0px; } p{ font-family:verdana; font-size:12px; text-align:justify; } td{ font-family:verdana; font-size:12px; } #main{ width:800; } #menu{ height:120px; text-align:center; background-image:url('images/menu.gif'); background-repeat:no-repeat; } #menu #bloc_menu{ position:absolute; left:150px; top:68px; height:32px; padding :6px; } #menu #bloc_user{ position:absolute; right:0px; top:0px; height:32px; padding:6px; padding-left:20px; background-image:url('images/fond_login.png'); background-repeat:no-repeat; } .menu_element{ padding:6px; font-size:14px; font-weight:bold; text-decoration:none; margin:1px; } .menu_element_actif { position:relative; font-size:14px; font-weight:bold; text-decoration:none; padding-top:5px; padding-bottom:8px; padding-left:6px; padding-right:6px; background-color:#FFFFFF; border-right:solid 1px #000000; border-left:solid 1px #000000; border-bottom:solid 1px #FFFFFF; margin:0px; } .menu_element:hover { /* position:relative;*/ padding-top:5px; padding-bottom:8px; background-color:#FFFFFF; border:solid 1px #000000; margin:0px; } th{ background-color:#8ab9f2; background-image:url('images/bloc_fond_titre.gif'); background-repeat:repeat-x; color:#FFFFFF; padding:3px; } input.grand, select.grand, table.grand{ width:100%; } textarea.grand{ width:100%; height:150px; } hr{ height:1px; border-bottom:solid 0px black; } img.capture{ border:solid 1px black; margin:1px; } table.liste_logiciels{ border:1px solid #264e82; width:100%; } table tr.pair{ background-image:url('images/degrade_pair.jpg'); } table tr.impair{ background-image:url('images/degrade_impair.jpg'); } table.historique{ border:1px solid #264e82; } table.historique td{ padding:4px; } .petit{ font-size:10px; } table.bloc{ border:1px solid #264e82; } table.bloc td.bloc{ padding:10px; background-image:url('images/fond_bloc.jpg'); background-repeat:no-repeat; background-position:0px 0px; background-color:#FFFFFF; } div.bloc { border-left:1px solid #264e82; border-right:1px solid #264e82; border-bottom:1px solid #264e82; } div.bloc div.titre{ list-style:none; border-top:solid 1px #264e82; border-bottom:solid 1px #264e82; background-image:url('images/bloc_fond_titre.gif'); text-align:left; height:16px; padding:4px; font-size:13px; font-weight:bold; } div.bloc div.contenu{ clear:both; width:auto; background-image:url('images/fond_bloc.jpg'); background-repeat:no-repeat; background-color:#FFFFFF; padding:1em 3em; text-align:left; } p{ } a { color:#333333; font-weight:bold; } a:hover{ color:#007cca; } a.btn_telecharger{ width:120px; height:30px; display:block; /*background-image:url('images/telecharger.png');*/ background-image:url('images/telecharger.png'); } a.btn_acheter{ width:120px; height:30px; display:block; /*background-image:url('images/acheter.png');*/ background-image:url('images/acheter.png'); } a.btn_telecharger:hover{ width:120px; height:30px; display:block; /*background-image:url('images/telecharger_on.png');*/ background-image:url('images/telecharger_on.png'); } a.btn_acheter:hover{ width:120px; height:30px; display:block; /*background-image:url('images/acheter_on.png');*/ background-image:url('images/acheter_on.png'); }