Need Help adapting web page to Firefox

Hi,
I’m developping Asp.net webpages using visual studio.
Webpages look fine in IE but in firefox it’s a real mess
Here’s the css code of the master page and the default page.
Master Page

#charger
{
    z-index:3000;
	left:500px;
	top:350px;
	width:180px;
	height:50px;
	background-color:#DEE7F2;
	text-align:center;
	color:#254061;
	position:fixed;
	font-size: 16px;
	font-family: Tahoma,sans-serif;
	display:none;
	padding:7px;
	
}
#espace5 {
	width:inherit;
	height:5px;
	clear:both;
	_height:auto;
}
#espace4 {
	width:inherit;
	height:4px;
	clear:both;
	_height:auto;
}
#espace3 {
	width:inherit;
	height:3px;
	clear:both;
	_height:auto;
}
#espace2 {
	width:inherit;
	height:2px;
	clear:both;
	_height:auto;
}
#espace1 {
	width:inherit;
	height:1px;
	clear:both;
	_height:auto;
}
#espacedot {
	width:inherit;
	height:0px;
	clear:both;
	border-top:1px dotted black;
	_height:auto;
}
#dotlight {
	width:inherit;
	height:0px;
	clear:both;
	border-top:2px dotted black;
	_height:auto;
}
body  {
	font-size: 11px;
	color: #4B4B4B;
	/*background-color: #B0C4DE;*/
	background:url(../images/masterpage/background.png);                                                                                           /*Fond bleu dégradé*/
	background-repeat: repeat-x;
	height:100%;
	overflow:scroll;
	overflow-x:hidden;
	+overflow:hidden;

/*	cursor: url('../images/cursors/aero_busy.ani');*/
}
	/* Références de fond bleu et gris #B0C4DE #B0E2FF #87CEEB #ADADAD #E0E0E0 #87CEFA */
/*-------------------------------------------------------------*/

#headall {
	clear:both;
	position:relative;
	width:1000px;
	height:101px;
	top:-10px;
	border: 0px solid royalblue;
	
	z-index:500;
	margin-top:10px;
	
}
#bottomcontent{
	width:1100px;
	height:100%;
	position:relative;
	padding-top:130px;
	+padding-top:120px;
	_padding-top:3px;
	margin-top: -110px;
	/*+margin-top:-90px;*/
	top: 0px;
	left: 0px;
	overflow:hidden;
	
}
#footer {
	clear: both;
	position:relative;
	width:1000px;
	height:20px;
	padding-top:5px;
	text-align:center;
	font-weight:normal;
	color: #444;
	left: 0px;
	top: 0px;
	margin-top:5px;
	+margin-top:-7px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#wrapper { 
	margin:2px auto; 
	width:1000px;  
	padding:0; 
	background:#FFF;
}
/*-------------------------------------------------------------*/

a {
	color:royalblue;
	text-decoration:none;
}
a:hover{
    text-decoration:underline;
}
/*---------------------------
a visited{ color:#990000; }
a:hover{
    color:#F33;
    text-decoration:underline;
}
------------------------------*/
input.focused {
	font-size:10px;
}
input.focused {
	border : 1px solid royalblue;
}
textarea {
	border : 1px solid #ccc;
	font-size: 12px;
	font-family: Tahoma,sans-serif;
}
/* -----------------  general styles  -------------------------------------------------------*/
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0;}
.pic{margin-top:8px;}
/* -----------------  top info  -------------------------------------------------------*/

#header {
	clear:both;
	width:1000px;
	height:120px;
	position:relative;
	background: url(../images/masterpage/master_header.png) no-repeat;
	border: 0px solid royalblue;
	 margin-top:-12px;
		
}
#bottom_menu
{
	background:url(../images/contour_bas_master.png)no-repeat;
	position: relative;
}
#title {float:left; width:240px; padding: 20px 0 10px 60px;}
#title h3 {font-size:12px; padding:5px 0 0 0; margin:0; color:#444;}
#hright {
	float:right;
	width:802px;
	height:72px;
	margin:0px 0 0 0;
}
#hrighttop {
	width: 200px;
	margin: -21px 2px 0 0;
	padding: 0 5px 2px 0;
	float:right;
	text-align: right;
}
#title p {font-size: 0.9em; color: #808080; padding: 0; background: inherit;}
#menu { width: 540px; float:right; height: 100px; margin:2px 0 0 0; padding:0; text-align:right;}
#menu li { display:inline; }
#menu li a {  color:#444; text-decoration:none; padding:1px 10px 1px 10px;
height:19px; background:none;}
#menu li a:hover { background: none;color:#631e19;} 

/* ----------------- Main content -------------------------------------------------------*/


/* Style the legend, labels and the div containing the submit button. */

legend {
	font-weight : bold;
	font-size : 15px;
	color : #87F717;
	margin : 0;
	padding : 0.5em;
}
/*#homepic {width:1000px; height:5px; /*background:url(../images/contact/contour_bas_master.png) no-repeat;*/
	/*position: relative; margin:11px 0px 0px 0;z-index:20;}*/
#headertitre{
	width:1000px;
	height:20px;
	margin:5px 0 0px 0;
	z-index:500;
}
#search #s 
{
	margin-left:25px;
	width: 150px;
	height: 19px;
	color: #000;
	padding:0px;
	margin-top:-1px;
	
}
#search #x {
	width: 23px;
	border:0px solid royalblue;
	background:url(../images/tab/search.png) no-repeat;
}
#search #s:focus{
	border:1px solid royalblue;
}
#search {
	left:790px;
	width: 220px;
	margin: 0px 0px 0 0;
	padding: 0 0px 0px 0;
	position:absolute;
}
#searcher {
	width: 21px;
	height:21px;
	position:absolute;
	border: 1px solid royalblue;
	margin-left:-5px;
	float: right;
}
/* ----------------- superposition -----position fixed <<< relative-----------------------------*/
/* ------z-index fonctionnera quand div en même niveau------------------------------------------*/
#leftside {
	float:left;
	width: 776px;
	_width: 752px;
	height: 100%;

	padding-top:0px;
	padding-left:10px;
	_padding-left:6px;
	padding-right:10px;
	_padding-right:0px;
	border: 0px solid royalblue;
	position:static;
	z-index:100;
	clear:both;
}
#rightside {
	width: 206px;
	height: 100%;
	padding:0px;
	padding-left:0px;
	border: 0px solid royalblue;
	overflow:hidden;
	
	
}
#photo_right {
	top: 138px;
	width: 205px;
	/*height: 100%;*/
	min-height: 100%;
	margin-top:-130px;
	border: 0px solid royalblue;
	position: relative;
	
	
}
/* ----------------- Bottom content -------------------------------------------------------*/


/* ----------------- Partners Marquee content -------------------------------------------------------*/
#partnersmarquee { 
    background-color:transparent; 
    overflow:hidden; 
    margin-top:10px;
    +margin-top:-5px;
    border: 0px dashed #CCC; 
    height: 137px; 
    text-align: center; 
    float: left; 
    width: 200px;
    display: none;
} 
#partnersmarquee img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:20px;
} 
#adsense {
	margin-top:20px;/*45px*/
	width: 190px;
	padding:3px;
	margin-left:-5px;
	height: 100%;
	border: 0px solid royalblue;
	position:static;
	overflow:hidden;
}
#ldb 
{
	width:220px;
	padding:3px;
	margin-top:-100px;
	/*+margin-top:100px;*/
	margin-left:-3px;
    position: relative;
	display: none;
	
}
#titre_ldb {
	
	position: relative;
	width: 100%;
	height: 17px;
	font-family: Arial Narrow,sans-serif;
	
	font-size:17px;
	margin-top:0px;
	padding:5px;
	font-weight: bold;
	color:#79aa38;
}
#ldb_intero {
	width:20px;
	height:20px;
	border: 0px solid royalblue;
	position:absolute;
	right:10px;
	top:-4px;

the default page:

h2 {
	font-weight:bold;
	background: url(../images/tab/tab_bleu.jpg) repeat-x;
	font-size:12px;
	padding:0px 0 4px 0px;
	margin: 0 0 2px 0;
	color:royalblue;
	background:none;
	border-bottom: 2px dotted #444;
}
h3 {
	font-weight:bold;
	font-size:11px;
	color:royalblue;
	background:none;
	margin-top:5px;
	border-top: 2px dotted #444;
}
ul { margin: 0; padding : 0; list-style : none; }
img { border: 0;}
h4 {font: 30px 'HelveticaNeue-CondensedBold', 'Arial Narrow', Helvetica, Arial, sans-serif; margin:0;}
.pic{margin-top:5px; }
/* -----------------  top info  -------------------------------------------------------*/

#title {float:left; width:240px; padding: 20px 0 10px 60px;}
#title h3 {font-size:12px; padding:5px 0 0 0; margin:0; color:#444;}
#hright {
	float:right;
	width:801px;
	height:72px;
	margin:0px 0 0 0;
}
#hrighttop {
	width: 200px;
	margin: -21px 2px 0 0;
	padding: 0 5px 2px 0;
	float:right;
	text-align: right;
}
#title p {font-size: 0.9em; color: #808080; padding: 0; background: inherit;}
#menu { width: 540px; float:right; margin:2px 0 0 0; padding:0; text-align:right;}
#menu li { display:inline; }
#menu li a {  color:#444; text-decoration:none; padding:1px 10px 1px 10px;
height:19px; background:none;}
#menu li a:hover { background: none;color:#631e19;} 

/* ----------------- reglage du cadre pic -------------------------------------------------------*/
#picleft_btn {
	width:40px;
	height:40px;
	border: 0px solid royalblue;
	position:absolute;
	left:355px;
	top:3px;
}
#picbottom_btn {
	width:40px;
	height:40px;
	border: 0px solid royalblue;
	position:absolute;
	left:751px;
	top:372px;
}
#picright_btn {
	width:40px;
	height:40px;
	border: 0px solid royalblue;
	position:absolute;
	left:751px;
	top:3px;
}

#picright_text {
	float:left;
	width:325px;
	height:56px;
	border: 2px solid royalblue;
	padding:2px;
	padding-bottom:0px;
	margin-left:48px;
	
}
/* ----------------- pic changer en MouseOver -------------------------------------------------------*/
#picleft {
	
	left: 4px;
	position: relative;
	top: 20px;
	width: 381px;
	height:58px;
	
	
}
#picright {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 51px;
	width: 381px;
	height:65px;
	
}
.large_right {
	border: 0px solid #000000;
	display: block;
	height: 273px;
	width: 404px;
	margin-left:-370px;
	position: relative;
	top: 2px;
	z-index:1000;
}
.large_left {
	border: 0px solid #000000;
	display: block;
	height: 273px;
	width: 404px;
	margin-left:-350px;
	position: relative;
	top: 2px;
	z-index:1000;
}
.largebas {
	border: 0px solid #000000;
	display: block;
	height: 270px;
	width: 380px;
	left: -346px;
	position: relative;
	top: -330px;
	z-index:1000;
}


/* Style the legend, labels and the div containing the submit button. */

legend {
	font-weight : bold;
	font-size : 15px;
	color : #333;
	margin : 0;
	padding : 0.5em;
}
#titrepreface
{
	float: left;
	width: auto;
	margin: 5px 2px 0 0;
	padding: 0 5px 2px 0;
}
#search #s {
	width: 160px;
	color: #999;
	padding:2px;

}
#search #x {
	width: 80px;
}
#search #s:focus{
	border:1px solid royalblue;

}
#search {
	float: right;
	width: auto;
	margin: 5px 0px 0 0;
	padding: 0 0px 2px 0;
}

#login {
	width: 811px;
	margin: 5px 2px 0 0;
	padding: 0 0px 0px 0;
}
#login2 {
	width: 285px;
	margin: 5px 2px 0 0;
	padding: 0 0px 0px 0;
	text-align: right;
}
#login #e {
	width: 65px;
}
#login #c {
	width: 50px;
}
#login #cer {
	width: 65px;
}
#login #a {
	width: 90px;
}
#login2 #ca {
	float: right;
	width: 90px;
}


/*#homepic {width:1000px; height:50px; margin:5px 0px 10px 0;z-index:20;}*/

.message{ position:absolute;  width:360px; float:left; margin:70px 0px 0px 165px; color:#fff;}

.left1 li {
	margin-left:15px;
	+margin-left:0px;
}
#titre1_left1
{
	/*background: url( '../../images/tab/tab_bleu_20px.jpg' );*/
	left: -5px;
	_left:0px;
	_margin-left:-10px;
	position: relative;
	top: -8px;
	_top: 0px;
	width: 385px;
	_width: 358px;
	height: 20px;
	border: 0px solid royalblue;
	font-size: 15px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: green;
}
#titre1_left1_test
{
	background: url( '../../images/tab/tab_bleu_20px.jpg' );
	left: 355px;
	top: 2px;
	width: 10px;
	height: 21px;
	border: 0px solid royalblue;
	font-size: 15px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: white;
	position:absolute;
}
#titre3_left1
{
	color:Green;
	_margin-left:-10px;
	position: relative;
	top: 0px;
	_top: 0px;
	width: 788px;
	height: 20px;
	border: 0px solid royalblue;
	font-size: 15px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: white;
}
#onglet
{
	background: url( '../../images/g748rec.png' );
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:4px;
	margin-top:-42px;
	height:163px;
	margin-left:8px;
	width:374px;
}
#onglet2
{
	background: url( '../../images/g767rec.png' );
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:0px;
	position:absolute;
	margin-top:-70px;
	width:420px;
	margin-left:8px;
}
#ongletRight1
{
	background: url( '../../images/g748rec.png' );
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:4px;	
	height:163px;
	margin-left:7px;
	margin-top:12px;
	width:374px;
	
	
}
#ongletRight2
{
	background: url( '../../images/image3565.png' );
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:0px;
	position:absolute;
	margin-top:-94px;
	width:380px;
	margin-left:7px;
}
#bottom_left1
{
	width:360px;
	height:30px;
	border: 0px solid royalblue;
	position:absolute; 
	_position:relative;
	top:265px;
	+bottom:0px;
}
 #bottomcontent1{
	width:1098px;
	height:100%;
	position:relative;
	top: 0px;
	left: 0px;
}
.left1 {
	float: left;
	width: 377px;
	height: 350px;
	/*width:75%;
	height:75%;*/
	
	+height: 350px;
	margin: 0px 6px -10px -15px;
	margin-left: -10px;
	padding:7px;
	_padding:0px;
	padding-left:11px;
	overflow: hidden;
	/*border: 1px solid royalblue;*/
	z-index:1000;
	margin-top:7px;
}

.middle1 {
	float: left;
	width: 377px;
	height: 340px;
	+height: 335px;
	margin: 0 6px 5px 0;
	padding:10px;
	_padding:0px;
	padding-left:6px;

	z-index:1000;
	margin-top:7px;
	margin-left:-4px;
}
.middle1 li {
	margin-left:15px;
	+margin-left:0px;
}
#titre1_middle1 {
	
	left: -5px;
	position: relative;
	top: -8px;
	width: 401px;
	height: 20px;
	border: 0px solid royalblue;
	font-size: 15px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: green;
}
#bottom_middle1
{
	width:360px;
	height:30px;
	border: 0px solid royalblue;
	position:absolute; 
	_position:relative;
	top:346px;
	+top:203px;
	+bottom:0px;
}
.right1 {
	float: left;
	width: 227px;
	height: 420px;
	margin: 0 3px 5px 0;
	padding:10px;
	border: 1px solid royalblue;
}
#titre1_right1 {
	background: url('../../images/tab/tab_bleu_20px.jpg');
	left: -10px;
	position: relative;
	top: -10px;
	width: 248px;
	height: 20px;
	border: 0px solid royalblue;
	font-size: 15px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: white;
}
#photo1_right1 {
	position: relative;
	right: 0px;
	top: 17px;
	width: 230px;
	height: 323px;
	border: 0px solid royalblue;
}

.thumbs img{position:relative;padding:1px;margin:5px 8px 5px 9px;border:2px solid #631e19;background:none;}
.thumbs img:hover{border:2px solid #c5c5c5; background:none;}
#sideleft{
	BACKGROUND: #fff; FLOAT: left; OVERFLOW: hidden; WIDTH: 73%; padding-left: 10px;
	TEXT-ALIGN: left;
	BORDER: 1px solid royalblue;
}
#sideright{
	FLOAT: right; WIDTH: 24%; TEXT-ALIGN: left;padding-right: 10px;
	BORDER: 1px solid black;
}
/* -----------------
#sideleft{
	MARGIN-BOTTOM: -32767px! important; 
	PADDING-BOTTOM: 32767px! important;
}
#sideright{
	MARGIN-BOTTOM: -32767px! important; 
	PADDING-BOTTOM: 32767px! important;
}
---------------------*/

/* ----------------- Bottom content -------------------------------------------------------*/

/*#footer {   
	clear: both;
	text-align:center;
	line-height: 1.8em;
	color: #444;
	background: #fff;
	padding: 0px 0;
	margin:10px 0 0 0;
	position: relative;
	
}*/
#footer a {color: #631e19; background: inherit;}
/* ----------------- Partners Marquee content -------------------------------------------------------*/
#partnersmarquee { 
    background: #FFF; 
    overflow:hidden; 
    height: 290px; 
    text-align: center; 
    left:0px;
    width: 214px;
    position:relative;
} 
#partnersmarquee img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:50px;
    margin-bottom:10px; 
} 

a picture comparing default page dispay in IE and FF is attached
Please give me your sugestions
Thanks in advance

Hi,

Sorry but as others have said there is too much going wrong on that page for a quick fix and without having access to the live page to address all the bugs there’s little we can do from here. It would actually be quicker to do from scratch than try to fix as there are lot of unnecessary hacks and impenetrable inline code - not to mention missing and unmatched tags.

From the look of the image it looks as though you need a clear:both here:


        </div>
                    </div>
                    <div style="height:76px;[B]clear:both;[/B] margin-top:377px; +margin-top:377px;margin-bottom: 3px; width:790px;padding-bottom:5px; margin-left:-11px;background: url( '../images/g37b.png'); background-repeat:no-repeat;position :relative;"> <span id="ctl00_ContentPlaceHolder1_Default_left_titre3">
                        <div style="font-family: Arial Narrow,sans-serif;padding:5px;font-size:17px;color:#79aa38;" id="titre3_left1">&nbsp; Espace Place de March&#233; xx</div>
                        </span>

And I’m guessing those large top margins weren’t even needed at all but an attempt to hack some badly thought out code.

If you really want to fix this then first make the page validate and fix all the missing tags. Then strip out all the inline styles and place them in the stylesheet. Once the html and css is valid we can help you with the remaining bugs.

Sorry to sound a little harsh but there is no real quick fix for issues like this :slight_smile:

Sorry man. With all the CSS hackiness going on in the CSS file, then the inline CSS, the font tags, the <asp:label>'s and other incomprehensible jargon going on in this page, you really should recommend to the higher ups getting a rewrite done on it. This code cannot be fixed by man, nor should you try with machine.
It really would be faster for everyone involved to get somebody who knows the basics of html and css (presumably yourself, in this case) to just write some clean code from scratch.

Either that or go back into the office and tell them you’re not going to fall for the old “Gross out the trainee with MS Generated Crap on a USB Stick” gag. This may in fact be hazing.

the screen shots were taken by microsoft expression website view
on your left IE and on your Right sure it’s FF :stuck_out_tongue:

Again, we can’t view the picture yet. Are these files located on a web server somewhere?

<!DOCTYPE html PUBLIC "//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_Head1"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 
 
 
 
 
    <script src="../inc/tooltips/qTip.js" type="text/javascript"></script>
    <link href="../inc/tooltips/qTip.css" rel="stylesheet" type="text/css" />
    <div>
    
    <link rel="stylesheet" type="text/css" href="../css/home/Default.css" media="all" />
     <link href="../css/stylemenu.css" rel="stylesheet" type="text/css" />
     
    <title>NOTA-PME™ Notation Preface en ligne</title>
<script type="text/javascript"> 
 
//script pour ouvrir un pop-up 
function OuvrirPop(url,nom,haut,Gauche,largeur,hauteur,options) {
    ouvpop=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}
 
//function modalWin() {
//    var touto = document.getElementById('chercher').value;
//    if (window.showModalDialog) {
//        window.showModalDialog("recherche3.aspx?p=" + touto, "name","dialogTop=130px;dialogLeft=145px;dialogWidth:900px;dialogHeight:570px");
//    } else { 
//    window.open("recherche3.aspx?p=" + touto, 'name', 'top=130,left=145,height=570,width=900,toolbar=no,directories=no,status=no,continued from previous linemenubar=no,scrollbars=no,resizable=no ,modal=yes');
//    }
//} 
 
 
function r_Cookie(nom) {
    var arg = nom + "=";
    var alen = arg.length;
    var clen = document.cookie.length;
    var i = 0;
    while (i < clen) {
        var j = i + alen;
        if (document.cookie.substring(i, j) == arg) return getCookieVal(j);
        i = document.cookie.indexOf(" ", i) + 1;
        if (i == 0) break;
    }
    return null;
}
 
abinfo_popup = r_Cookie("abinfo");
 
if (abinfo_popup != "non") {
    //ouvrirPop();
}
 
</script> 
<script type="text/javascript"> 
    function nondisplay() {
        document.getElementById('adsense').style.display = "none";
        document.getElementById('partnersmarquee').style.height = "279px";
        document.getElementById('partnersmarquee').style.display = "block";
        document.getElementById('ldb').style.display = "block";
        document.getElementById('popupM').style.display = "none";
        document.getElementById('pdm').style.display = "none";
        document.getElementById('AE').style.display = "none";
        document.getElementById('grayline').style.marginTop = "-1px";
    }
    function addLoadEvent(func) {
        var oldonload = window.onload;
        if (typeof window.onload != 'function') {
            window.onload = func;
        }
        else {
            window.onload = function() {
                oldonload();
                func();
            }
        }
    }
    addLoadEvent(nondisplay);
    function chgClr() {
 
        document.getElementById('chercher').style.color = "black";
        document.getElementById('chercher').value = "";
    }
    function showPicture(pictureId) {
        document.getElementById(pictureId).style.display = "block"
    }
    function hidePicture(pictureId) {
        document.getElementById(pictureId).style.display = "none"
    }
   
</script>
 
    </div>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="Keywords" content="key, words" /><meta name="Distribution" content="Global" /><meta name="Robots" content="index,follow" /><link rel="stylesheet" type="text/css" href="../css/stylemaster.css" media="all" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link id="ctl00_css1" href="../css/stylemenu.css" rel="stylesheet" type="text/css" />
    <!--[if lte IE 6]>
    <link href="../masterpage/stylemenu_ie.css" rel="stylesheet" type="text/css" />
    <![endif]--> 
    
<script type="text/javascript"> 
    var t;
    var s;
 
    if (document.all) {
        // IE
        document.onreadystatechange = function() {
            if (document.readyState == "complete") {
                document.getElementById('loading').style.display = 'none';
                //centrer bar informant
                document.getElementById('charger').style.left = (((document.documentElement.clientWidth - 180) / 2)+ "px");
            }
        }
    }
    else {
        // Firefox
        addEventListener('DOMContentLoaded', effacerloading, false);
    }
 
    function effacerloading() {
        document.getElementById('loading').style.display = 'none'; 
    }
    function delayChange() {
        t = setTimeout("dosomething()", 250);
        clearTimeout(s);
    }
    function delayReChange() {
        s = setTimeout("clearDelayChange()", 200);
        clearTimeout(t);
    }
 
    function clearDelayChange() {
        //clearTimeout(t);
        var sa = document.getElementById("sousa");
        sa.style.visibility = "hidden";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "hidden";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "hidden";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "hidden";
        var se = document.getElementById("souse");
        se.style.visibility = "hidden";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "hidden";
        //document.createStyleSheet().removeRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function dosomething() {
        var sa = document.getElementById("sousa");
        sa.style.visibility = "visible";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "visible";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "visible";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "visible";
        var se = document.getElementById("souse");
        se.style.visibility = "visible";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "visible";
        //clearTimeout(s);
        //document.createStyleSheet().addRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function patienter() {//pr patienter
 
        document.getElementById("charger").style.display = "block";
        if (document.all) for (var i = 0; i < document.all.length; i++)
            document.all(i).style.cursor = 'wait'; //transferer curseur en symbole d'attente
        else document.getElementsByTagName("BODY")[0].style.cursor = "wait";
    }  
</script>
<script type="text/javascript"> 
    //script pour ouvrir un pop-up 
    function OuvrirPop(url,nom, haut, Gauche, largeur, hauteur, options) {
        ouvpop = window.open(url, nom, "top=" + haut + ",left=" + Gauche + ",width=" + largeur + ",height=" + hauteur + "," + options);
    }
    
</script>
<title>
	Page sans titre
</title></head>
     <body id="ctl00_MyBody" class="opacite" style=" overflow:hidden; font-family:Tahoma,sans-serif;">
     
 
 
<div id="loading" style="background-color:#DEE7F2; margin-top: -15px; margin-left:-15px; height:100%; width:110%; position: fixed; z-index:9999; padding-top:300px;">
<center ><p><font style="font-size:20px; color:#254061; margin-left:-90px;">Chargement en cours...</font></p></center>
</div>
<div id="charger" style="border:1px solid black; border-bottom:1px solid black; border-right:1px solid black;">
<table>
<tr>
<td><img alt="" src="../images/loader/ajax-loader4.gif"/></td>
<td style="font-size:small;">Veuillez patienter : l'actualisation des données est en cours...</td>
</tr>
</table>
 
</div>
    
<form name="aspnetForm" method="post" action="Default.aspx" id="aspnetForm" style=" background-color:Transparent">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTI3NjgxNTI4Mw9kFgJmD2QWAgIDD2QWAgIBD2QWAgITDw8WAh4EVGV4dAUEMjAxMGRkZMttRKWmN0WXvrLxhBQZ1P7FwLHa" />
</div>
 
<script type="text/javascript"> 
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>
 
 
<div>
 
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBgLoprztBALDntjVBwKHwvwaAufzzf8GArvX4NMEAoPMoesCEG68GUkEUxpajKhwPJPzlSWrRUE=" />
</div>
 
<div id="wrapper" style=" background-color:Transparent" >
 
<div id="headall">
<a href=""><img src="../images/text254.png" alt="" style="margin-right:20px; margin-top:-24px;" /></a>
<img src="../images/line122.png" alt="" style=" margin-top:-30px;" />
<a href=""><img src="../images/text256.png" alt="" style=" margin-top:-24px;" /></a>
<img src="../images/text274.png" alt="" style=" margin-left:280px; margin-top:-24px;" />
<a href="../adhesion/Connexion_auto_notation.aspx"><img src="../images/text272.png" alt="" style=" margin-left:45px; margin-top:-24px;" /></a>
 
 
 
 
<div id="header">
 
 
<img src="../images/MasterPage/header_text_right.png" alt="" style="float:right; margin-right:20px; margin-top:15px;" />
<div style="background:url('../images/boutton_vert.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:65px; margin-left:770px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="">
<span id="ctl00_Default_left_61" style=" color:White;">PREFACE™ inside by ORDIMEGA </span>
</a></div> 
 
 
<br /><br /><br /><br /><br /><br /><br /><div id="Div1"></div>
<div>
<div class="menu">
<ul>
<li><a href="../home/Default.aspx" target="_self">Accueil</a></li>
<li><a class="drop" href="../home/route_auto_notation.aspx" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Auto-notation<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousa" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/adhesion_auto_notation.aspx" target="_self">Rejoignez le cercle d'Auto-notation NOTA-PME™</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Comment et par qui votre entreprise est-elle not&eacute;e ?</a></li>
<li><a href="#" target="_self">Sélectionnez votre Conseiller ou votre Expert indépendant agréé 
NOTA-PME™</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Tout savoir sur l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
 
<li><a class="drop" href="../home/consultation_basic.aspx" onmouseover="delayChange()" onmouseout="delayReChange()"  target="_self">Consultations</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousb" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" onclick='OuvrirPop("../home/recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")' target="_self" >Recherchez une entreprise</a></li>
<li><a href="../adhesion/service_consultation.aspx" target="_self">Souscrivez aux services de Consultations NOTA-PME™</a></li>
<li><a href="#" target="_self">Analysez en détail les comptes d'une entreprise</a></li>
<li><a href="#" target="_self">Enquêtes approfondies commerciales et solvabilité</a></li>
<li><a href="#" target="_self">Missions d'évaluation d'entreprise</a></li>
<li><a href="../introduction/savoir_consultation.aspx" target="_self">Tout savoir sur les consultations NOTA-PME™</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Conseillers NOTA-PME™<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousc" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/conseiller.aspx" target="_self">Devenez Conseiller NOTA-PME™</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur le conseil pour l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Experts indépendants NOTA-PME™</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousd" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/tiers_de_confiance.aspx" target="_self">Devenez Expert indépendant NOTA-PME™</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur la validation de l'Auto-notation</a></li>
</ul>
 
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Partenaires</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="souse" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" target="_self">Rejoignez les partenariats NOTA-PME™</a></li>
<li><a href="../testfp/ConnFB.aspx" target="_self">Les liens Partenaires</a></li>
<li><a href="#" target="_self">Tout savoir sur les Partenariats Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">La société</a>
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousf" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../contact/qui_sommes_nous.aspx#3" target="_self">Qui sommes-nous ?</a></li>
<li><a href="../contact/nous_contacter.aspx" target="_self">Nous contacter</a></li>
<li><a href="../contact/mentions_legales.aspx#2" target="_self">Mentions légales</a></li>
<li><a href="../contact/conditions_generales.aspx" target="_self">Conditions générales d'Adhésion</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</ul>
</div>
<div id="search">
<input id="s" type="text" name="s" value=""/>
<input id="x" type="button" value="" onclick="window.open('../home/SearchSite.aspx?search='+document.getElementById('s').value,'_self')"/>
</div>
</div>
 
</div>
 
 
 
<div id="homepic">
 
</div>
</div>
 
 
<div id="bottomcontent" style=" background-color:inherit" >
<div id="leftside" style=" background-color:inherit">
 
 
    <div id="bottomcontent1">
  <div class="left1" style="background: url( '../images/g61.png');background-repeat:no-repeat";>
  <div id="espace5">&nbsp;</div>
<span id="ctl00_ContentPlaceHolder1_Default_left_titre"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38;" id="titre1_left1">&nbsp;Espace Notation, Diagnostic et Evaluation</div></span>
  
    <div style="background: url( '../images/path95-2.png');padding-top:8px; margin-top:-8px; margin-left:-13px; background-repeat:no-repeat; height:100%; width:450px;"> 
    
    <br />
    
  <span id="ctl00_ContentPlaceHolder1_Default_left_1" style="text-align: center;margin-top:-18px; position:absolute; margin-left:20px; font-size:24px; width:300px;"><b><font size="2" color="royalblue">PME, ne vous laissez plus noter &agrave; l'aveugle : reprenez le pouvoir sur votre score</font></b></span><br /><br /><br />
    
    <br />
    <div id="espace5"></div>
    <div id="onglet">
    <span id="ctl00_ContentPlaceHolder1_Default_left_2"><b><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black">Affinez, justifiez et faites valider<br> votre notation, pour...</font></b><div id="espace3"></div>
 
	  <IMG SRC="../images/path968.png" style="margin-right:7px;">redresser et argumenter votre image financi&egrave;re</u></font></b>
	<div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">mettre en avant votre réel potentiel</u></font></b><div id="espace2"></div>
   <IMG SRC="../images/path968.png" style="margin-right:7px;">et, pour vous-m&ecirc;me, gagner en lucidit&eacute; sur vos points faibles afin de<br> mieux les compenser</u></font></b>
	<br></span>
    </div>
    <div id="onglet2">
    <span id="ctl00_ContentPlaceHolder1_Default_left_3"><div id="espace3"></div><b><font size="2" style="font-family: Arial Narrow,sans-serif;" color="Black">Faites-vous accompagner par<br> un Expert NOTA-PME™</font></b><div id="espace5"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">votre Expert-comptable</u></font></b>,</li><div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">un Commissaire aux comptes</u></font></b></li><div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">un Conseil CIF (Conseil en Investissement Financier agréé AMF</u></font></b>)</li></span>
    <span id="ctl00_ContentPlaceHolder1_Default_left_4"><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace3"></div></span>
    </div>
<div id="bottom_left1">
 
   
<div style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:-5px; margin-left:3px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../introduction/savoir_notation.aspx">
<span id="ctl00_ContentPlaceHolder1_Default_left_61" style=" color:White;">&nbsp;En savoir plus</span>
</a></div> 
 <div style="background:url('../images/g882.PNG'); width:100%; padding:3px; position:absolute; padding-left:15px; margin-left:132px; margin-top:-5px;font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../adhesion/Connexion_auto_notation.aspx">
<span id="ctl00_ContentPlaceHolder1_Default_left_63" style=" color:White;">&nbsp;Connexion</span>
</a></div> 
 
   
 
<div id="picleft" style="background:url('../images/Default/cadre_vert.png');padding:10px; padding-left:15px;font-size:11px;background-repeat:no-repeat; margin-left:5px;">
    <span id="ctl00_ContentPlaceHolder1_Default_left_cadre">    <b><font size="2" color="green">ANTICIPEZ POUR MIEUX RESISTER ET PROGRESSER</font></b>
     <br />Faites votre <b><font color="royalblue">auto-diagnostic</font></b> avec le CIP (Centre d'Information et de Prévention) : 
   </span> 
    <div style="height:40px; ">
   <table>
   <tr>
   <td>
    <img src="../images/polygon962.png" alt="" style="margin-top:-14px; margin-left:120px;" class="pic" />
    </td>
    <td>
    <div style="margin-top:-5px;"><a href="http://www.entrepriseprevention.com" title=""><font style="font-size:11px; margin-top:-5px;"><u><b>www.entrepriseprevention.com</b></u></font></a></div>
    </td>
    </tr>
    </table>
    </div>
 
    </div>
   
<div style="height:20px; padding-left:5px ; margin-top:9px; margin-left:4px;">
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a id="ctl00_ContentPlaceHolder1_A2" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$A2','')">
   <b><font color="royalblue" style="font-size:12px">
   <span id="ctl00_ContentPlaceHolder1_Label2">&nbsp;Testez gratuitement votre Auto-notation</span>
   </font></b></a>
   </div>
</div>
</div>
  </div>
  
  <div class="middle1" style="background: url( '../images/g61.png'); background-repeat:no-repeat;">
  <div id="espace5"></div>
  <span id="ctl00_ContentPlaceHolder1_Default_middle_titre" style="margin-top:-2px; margin-left:5px; position:absolute;"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38" id="titre1_middle1">&nbsp;Espace Consultations</div></span>
  <div style="background: url( '../images/path95-2.png'); padding-top:8px; margin-top:9px; margin-left:-8px; margin-right:50px; background-repeat:no-repeat; height:100%; width:450px; position:absolute;"> 
    
    
<span id="ctl00_ContentPlaceHolder1_Default_middle" style="text-align: center; margin-left:13px; margin-top:-5px; width:355px; position:absolute;"><b><font size="2" color="royalblue">Vers une meilleure s&eacute;curit&eacute; financi&egrave;re, pour renforcer<br>la compétitivité et accro&icirc;tre la confiance des partenaires</font></b><br/><div id="espace5"></div><div id="espace2"></div>
    </span>
<br /><br /><div id="espace5"></div>
<div id="ongletRight1">
    <span id="ctl00_ContentPlaceHolder1_Label1"><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black"><b>L'entreprise gagne à être connue de.. </font></b><div id="espace5"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses clients</u></font></b> (services Achats, donneurs d'ordre, collectivit&eacute;s...)</li><div id="espace2"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses fournisseurs</u></font></b> (Credit Managers) et assureurs-cr&eacute;dit</li><div id="espace2"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses banques</u></font></b> (B&acirc;le 2) et ses financeurs</u></font></b></li><br/><div id="espace5"></div><div id="espace5"></div>
      </span>
    </div>
    <div id="ongletRight2">
    <span id="ctl00_ContentPlaceHolder1_Label3"><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black"><b>Accédez aux comptes des entreprises<br>et à leur Auto-notation argumentée... </font></b><div id="espace5"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#EE4000">NOTE BASIC</font></b>, sur la base des liasses fiscales brutes</u></font></b><div id="espace2"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#696969">NOTE SILVER</font></b>, fonction des justifications et correctifs déclaratifs</u></font></b> de l'entreprise accompagnée par son Conseiller NOTA-PME™</li><div id="espace2"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#8B6508">NOTE GOLD</font></b> validée par un Expert indépendant agréé NOTA-PME™</u></font></b></u></b></li><div id="espace5"></div></span>
    </div>
 
<!--[if IE]>
<div id="bottom_middle1">
<![endif]-->
 
   
<span id="ctl00_ContentPlaceHolder1_Default_middle_6" style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px;margin-left:10px; +margin-left:-2px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle" /><a href="../introduction/savoir_consultation.aspx" style="color:White;">&nbsp; En savoir plus</a>
         </span>
   <span id="ctl00_ContentPlaceHolder1_Label4" style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px; margin-left:118px; font-size:12px; background-repeat:no-repeat;"><img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../adhesion/Connexion_auto_notation.aspx" style="color:White;" >&nbsp;Connexion</a>
    </span>
     
   <div id="picright" style="background:url('../images/Default/cadre_vert.png'); padding:8px; padding-left:20px;font-size:11px; background-repeat:no-repeat; margin-left:8px;">
   
   
    <font style="font-size:10px;">
    <span id="ctl00_ContentPlaceHolder1_Default_middle_cadre"><b><font size="2" color="green">LES COMPTES ET L'AUTO-NOTATION DE CETTE SOCIETE <br \\>SONT-ILS DISPONIBLES ?</font></b></span>
    </font>
 
  <table border="0" cellpadding="0" cellspacing="0" width="250px" style="margin-top:0px; width:400px;">
  <tr style="background:url('../images/path1233.png'); background-repeat:no-repeat;">
  <td align="left" nowrap="nowrap">
  <img src="../images/text1245.png" alt="" style=" position:relative; margin-top:-13px; margin-left:6px;" class="pic" />
 
 
    <a href="javascript:void(0)" id="ctl00_ContentPlaceHolder1_recherbtn" onclick="window.open('charger_compte_basic.aspx?search='+document.getElementById('chercher').value,'_self')" style=" margin-top:0px; font-size:11px; margin-left:75px;">
      <img id="ctl00_ContentPlaceHolder1_Image1" src="../images/g1247.png" style="border-width:0px;" /></a>
  
  
   <font face="Arial, sans-serif" size="1">
  <input id="chercher" onmousedown="chgClr();" type="text" name="s" value="" style=" margin-left:-119px; margin-top:-23px;width:85px; font-size:10px; height: 12px;" /></font>
  
  <a href="#" onclick='OuvrirPop("recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")'><font color="white" style="font-size:11px; margin-top:2px; position:absolute;  margin-left:3px;">
 <span id="ctl00_ContentPlaceHolder1_Label11" style="background:url('../images/g589.PNG') no-repeat; font-size:12px;margin-left:-13px; position:absolute; height:30px; width:250px; padding-left:11px; padding-top:1px; margin-top:-1px; top: 0px; left: 0px;">Recherche avancée</span>
 </font></a>
 <img 
 src="../images/polygon563-2.png" alt="" style="margin-top:4px; padding-right:4px; margin-left:-5px; position:absolute;" class="pic"/>
  </td>
  
  </tr>
 </table>
 
    </div>
    <br /><br /><div id="espace5"></div><div id="espace3"></div>
    <div style="height:20px; margin-left:4px; padding-left:5px ; margin-top:-5px;+margin-top:3px;">  
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a href="###">
   <b><font color="royalblue" style="font-size:12px">
   <span id="ctl00_ContentPlaceHolder1_Default_middle_5">&nbsp;Examinez un exemple d'Auto-notation</span>
   </font></b></a>
   </div>
 
   
 
<!--[if IE]>
</div>
<![endif]-->
 
 
   
 
    
</div>
</div>
 
 
<div style="height:76px; margin-top:377px; +margin-top:377px;margin-bottom: 3px; width:790px;padding-bottom:5px; margin-left:-11px;background: url( '../images/g37b.png'); background-repeat:no-repeat;position :relative;">
<span id="ctl00_ContentPlaceHolder1_Default_left_titre3"><div style="font-family: Arial Narrow,sans-serif;padding:5px;font-size:17px;color:#79aa38;" id="titre3_left1">&nbsp; Espace Place de Marché</div></span>
 
<div style="background: url( '../images/g38b.png'); padding-top:10px; background-repeat:no-repeat; margin-top:-7px; margin-bottom:5px; width:100%; height:55px; position:absolute;">
<label style="color:Royalblue; font-size:12px;"><b>&nbsp;&nbsp;Besoin d'un conseiller, d'un expert pour vous accompagner dans votre développement ?</b></label>
<div style=" font-size:12px; height:100%; background:url('../images/g530.png'); background-repeat:no-repeat; margin-left:580px;">
&nbsp;&nbsp;
<img src="../images/polygon563-2.png" style="margin-top:5px; margin-left:-4px;" alt="" class="pic" />
<a href="../PDM/DefaultPDM.aspx" style="font-size:12px; position:absolute; margin-top:4px; color:White;" ><span id="ctl00_ContentPlaceHolder1_Default_bottom_1" style=" color:White;">&nbsp;Accéder à la Place de Marché</span></a>
</div>
</div>
</div>
 
 
   <div id="picright_btn">
     <img src="../images/interogation.PNG" alt="" class="pic" onmouseover="showPicture('popupM')" onmouseout="hidePicture('popupM')"/>
     <img id="popupM" src="../images/popupM.PNG" class="large_right"  />
    </div>   
    <div id="picleft_btn">
  
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('AE')" onmouseout="hidePicture('AE')"/>
      <img id="AE" src="../images/Autonotation_Entreprise.PNG" width="700" class="large_left"/>
    
    </div>   
    <div id="picbottom_btn">
   
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('pdm')" onmouseout="hidePicture('pdm')"/>
       <img id="pdm" src="D:/Amine/Image popup/rect3.png" class="largebas"/>
    
    </div>   
    
    
</div>
<div id="espace5"></div>
 
<div id="espace2"></div>
 
</div>
<div id="rightside">
<div id="photo_right" style="background: url(../images/contact/part3.png);background-repeat:no-repeat; margin-left:-1px; padding-left:1px; padding-top:0px;" >
    <span id="ctl00_Master1_parterreserver2" style="text-align:center;"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38; margin-top: 5px;"><b>&nbsp;&nbsp;Partenaires NOTA-PME™</b></div></span>
    
    <div id="grayline" style="border-top:1px solid lightgray; margin-top:4px; margin-right:2px;"></div>
    
    <div style="margin-left:9px; margin-bottom:17px;>
    
<span id="ctl00_Master1_parterreserver1" style="text-align:center;"><font color="royalblue"  style="font-size:11px; text-align:center" ><b>Espace r&eacute;serv&eacute; à nos partenaires pour communiquer aupr&egrave;s des entreprises et de leurs conseils.</b></font></span>
 
</div>
 
    <div id="epace3"></div>
    
    <div id="ctl00_ph1">
 
</div>
    <div  id="partnersmarquee">
     
    <div id="partnersmarquee1" style="margin-top:5px;"><center>
    <table style="font-size:10px;"><tr><td>
    <a href="#"><img src="../images/partners/jedeclare.png" border="0" /></a></td><td><a href="#"><b> La télétransmission des comptes avec les Experts comptables</b></a></td> </tr>
    <tr><td><a href="#"><img src="../images/partners/oseo.png" border="0" width="90px"/></a></td><td><a href="#"><b> soutient l'innovation et la croissance des PME</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/apce_1.JPG" border="0" width="90px"/></a></td><td><a href="#"><b> Agence pour la création d'entreprises</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/bureauv_1.jpg" width="100px"/></a></td><td><a href="#"><b> DIANE, ASTREE et les 
        autres...</b></a> </td></tr>   
    <tr><td><a href="#"><img src="../images/partners/les_echos.gif" width="100px"/></a></td><td><a href="#"><b> Prix de la Performance</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/ordre_des_experts_comptable.gif" width="90px"/></a></td><td><a href="#"><b> 
        Conseil Supérieur de l'Ordre des Experts Comptables</b></a></td></tr>
   <tr><td><a href="#"><img src="../images/partners/salon_1.jpg" width="110px"/></a></td><td><a href="#"><b> Paris, Lyon, Nantes...</b></a></td></tr>
    </table>
    </center>
    
    </div> 
    <div id="partnersmarquee2">
    </div> 
    </div>
<script type="text/javascript"> 
<!--
 
    var speed = 200; //plus lente plus grande 
    var tab = document.getElementById("partnersmarquee");
    var tab1 = document.getElementById("partnersmarquee1");
    var tab2 = document.getElementById("partnersmarquee2");
    tab2.innerHTML = tab1.innerHTML;          //clone tab1 à tab2 
    tab.scrollTop = tab.scrollHeight
    function Marquee() {
        if (tab2.offsetTop - tab.scrollTop <= 0)//quand tzb1 et tab2 cross 
            tab.scrollTop -= tab1.offsetHeight  //demo deplacer a top 
        else {
            tab.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    tab.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    tab.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
-->
</script>
 
<div id="adsense">
 
<div id="espace5"></div><div id="espace5"></div>
 
 
<style type="text/css">
#partnersmarqueex { 
    background: #FFF; 
    overflow:hidden; 
    border: 0px dashed #CCC; 
    /*min-height: 580px;*/
    height: 580px; 
    text-align: center; 
    float: left; 
    width: 180px;
    display: none;
    z-index: 1;
    
} 
#partnersmarqueex img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:20px;
}
#adaptation {
	height: 600px; 
}
</style>
<input name="ctl00$listx1$tstText" type="text" id="ctl00_listx1_tstText" style="display:none;" />
<div id="partnersmarquee">
     
    <div id="partnersmarquee1"><center>
    <a href="#"><img src="../images/partners/jedeclare.png" border="0" width="90px"/><b>> La télétransmission des comptes avec les Experts comptables</b></a> 
    <a href="#"><img src="../images/partners/oseo.png" border="0" width="90px"/><b>> soutient l'innovation et la croissance des PME</b></a>
    <a href="#"><img src="../images/partners/apce_1.JPG" border="0" width="90px"/><b>> Agence pour la création d'entreprises</b></a> 
    <a href="#"><img src="../images/partners/bureauv_1.jpg" width="100px"/><b>> DIANE, ASTREE et les 
        autres...</b></a>    
    <a href="#"><img src="../images/partners/les_echos.gif" width="100px"/><b>> Prix de la Performance</b></a>
    <a href="#"><img src="../images/partners/ordre_des_experts_comptable.gif" width="90px"/><b>> 
        Conseil Supérieur de l'Ordre des Experts Comptables</b></a>
    <a href="#"><img src="../images/partners/salon_1.jpg" width="110px"/><b>> Paris, Lyon, Nantes...</b></a>
    </center></div> 
    <div id="partnersmarquee2">
    </div> 
    </div>
 
<script type="text/javascript">
    document.getElementById('partnersmarquee').style.height = "225px";
    document.getElementById('partnersmarquee').style.display = "block";
 
    var speed = 45; //plus lente plus grande 
    var tab = document.getElementById("partnersmarquee");
    var tab1 = document.getElementById("partnersmarquee1");
    var tab2 = document.getElementById("partnersmarquee2");
    tab2.innerHTML = tab1.innerHTML;          //clone tab1 à tab2 
    tab.scrollTop = tab.scrollHeight
    function Marquee() {
        if (tab2.offsetTop - tab.scrollTop <= 0)//quand tab1 et tab2 cross 
            tab.scrollTop -= tab1.offsetHeight  //demo deplacer a top 
        else {
            tab.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    tab.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    tab.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
 
</script> 
 
 
<style type="text/css">
#partnersmarqueey { 
    background: #FFF; 
    overflow:hidden; 
    border: 0px dashed #CCC; 
    height: 410px; 
    min-height:263px;
    max-height:663px;
    margin-top:-20px;
    text-align: center; 
    float: right; 
    width: 180px;
    display: none;
    z-index: 1;
}
#partnersmarqueey img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:20px;
}
</style>
 
<div id="partnersmarqueey">
     
    <div id="partnersmarqueey1"><center>
    
<u><b><font color="royalblue"  style="font-size:12px">Evaluer l'immatériel</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Suivez le guide de l'INPI, la référence de la propriété industrielle</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.observatoire-immateriel.org</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Financer par crédit-bail</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Le spécialiste du leasing et du lease-back</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.financementPME.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="Div10"></div>
<u><b><font color="royalblue"  style="font-size:12px">Gérer le DIF</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Ne vos laissez pas piéger par le Droit Individuel à la Formation</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.annuaire-formations-dif.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Pilotez le recouvrement</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">La solution pour Se Faire Payer !</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.sefairepayer.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Faites-vous accompagner pour déposer vos Brevets d'Invention. </font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Liste nationale des Ingénieurs-Conseils en Brevet d'Invention.</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.inpi.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Optimisez vos stocks</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Conseil et Solutions en
Performances Industrielles !
</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.Albert-Deloin.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Levée de fonds</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Le spécialiste français
€500m levés sur 140 tours de table
</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.chaussonfinance.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Le capital risque en France</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">L'Assocation Française des Investisseurs en Capital</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.afic.asso.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">L'ISF pour capitaliser les PME</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Rencontrez les investisseurs des Holding ISF</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.capitalpme.oseo.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Difficultés de trésorerie avec votre banque ?</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Faites-vous défendre et accompagner par la Médiation du Crédit</font>
<div id="espace3"></div>
<b><font color="green"  style="font-size:10px">www.mediateurducredit.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
    
 
    </center></div> 
    <div id="partnersmarqueey2">
    </div> 
    </div>
 
 
<script type="text/javascript"> 
<!--
    var speed = 35; //plus lente plus grande
    var taby = document.getElementById("partnersmarqueey");
    var taby1 = document.getElementById("partnersmarqueey1");
    var taby2 = document.getElementById("partnersmarqueey2");
    taby2.innerHTML = taby1.innerHTML;          //clone tab1 à tab2 
    taby.scrollTop = taby.scrollHeight
    function Marquee() {
        if (taby2.offsetTop - taby.scrollTop <= 0)//quand tzb1 et tab2 cross 
            taby.scrollTop -= taby1.offsetHeight  //demo deplacer a top 
        else {
            taby.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    taby.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    taby.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
--> 
</script>
 
 
 
 
 
 
 
</div>
</div>
<div id="bottom" style="background:url('../images/contact/bottom_part2.png'); background-repeat:no-repeat;position:relative; margin-left: -1px; margin-top: 133px;height:auto;width:210px"></div>
</div>
<div id="ldb" style="margin-left:790px; width:205px; height:70px;margin-top:3px ;background-repeat:no-repeat;" >
<div style="background:url('../images/Masterpage/ldb_head.png');width:205px; height:30px;margin-top:-1px;padding-top:-10px; padding-bottom:2px;margin-left: -4px; background-repeat:no-repeat;">
    <span id="ctl00_espace_detente"><div  id="titre_ldb" style="margin-top: -1px">&nbsp;Espace Détente</div></span>
    <div id="ldb_intero">
     <img src="../images/interogation.PNG" alt="Espace Détente" class="pic" />
    </div>  
 
</div>
 
<div style="background:url('../images/Masterpage/ldb_bottom.png');width:205px; height:53px;margin-top:-10px; margin-left: -4px;border-top:1px solid #d9d9d9; background-repeat:no-repeat; padding-top: 5px;">
    <span id="ctl00_Label3"><table>
 <tr>
 <td></td><td><font color="royalblue">Dirigeant : faites rédiger  votre prochain discours automatiquement...</td>
 </tr>
 </table>
      
     <a href="../ldb/ldb.aspx" style="color:royalblue; margin-left:20px;"><b><img src="../images/puce_1.png" style=" margin-top:5px;" alt="" />&nbsp;Discours "Langue de bois"</b></a></span>
</div>
 
 
 
</div>
</div>
</div>
 
 
 
<div id="footer" style="background: url( '../images/g3575.png'); background-repeat:no-repeat; color:White;">
 
  <table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:10px;margin-top:6px;" >
  <tr>
  <td align="left" style="color:White;" nowrap="nowrap">
&nbsp;&nbsp;<b>©&nbsp;NOTA-PME™ <span id="ctl00_Label1">2010</span></b></td>
<span id="ctl00_Label2">  
   <td align="right" nowrap="nowrap"><a href="../contact/mentions_legales.aspx" target="_self" style="color:white">
<b>&nbsp;&nbsp;| &nbsp;&nbsp;<u>Mentions l&eacute;gales</u></b><b></a>&nbsp;&nbsp;&nbsp;|
<a href="../contact/conditions_generales.aspx" target="_self" style="color:white"><b>&nbsp;&nbsp;&nbsp;<u>Conditions générales d'utilisation</u>&nbsp;&nbsp;</b></a>
  </td></span>
  </tr>
 </table>
<br />
 
 <span id="ctl00_Master1_footer1" style="color:royalblue">
      <td align="center" nowrap="nowrap">&nbsp;&nbsp;<b></b>
      Site optimisé pour Internet Explorer 7 & 8 et Mozilla Firefox 3&nbsp;&nbsp; >>&nbsp;<a href="../home/ameliorer.aspx" target="_self" style="color:royalblue"><b><u>Merci de rapporter les anomalies d'interface constatées</u></b></a>
 
      </td></span>
 <input type="submit" name="ctl00$btnTestAddControl" value="Add a control" id="ctl00_btnTestAddControl" style="display:none;" />
        <input type="submit" name="ctl00$btnSavePage" value="Save Page" id="ctl00_btnSavePage" style="display:none;" />
        <input type="submit" name="ctl00$remove" value="remove it" id="ctl00_remove" style="display:none;" />
 </div>
 
</form>
</body>
</html>

Guys I’m trying to load the html but doen’t apear ??? !!!

fot the html source code I sure sent it. but it says that it wouldn’t displayed until a modarator examins it. how lucky I am

Concerning the picture : it’s a simple .jpg file

Here is the code thank you guys . help before putting a bullet in my head :rofl:.

<!DOCTYPE html PUBLIC "//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_Head1"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 
 
 
 
 
    <script src="../inc/tooltips/qTip.js" type="text/javascript"></script>
    <link href="../inc/tooltips/qTip.css" rel="stylesheet" type="text/css" />
    <div>
    
    <link rel="stylesheet" type="text/css" href="../css/home/Default.css" media="all" />
     <link href="../css/stylemenu.css" rel="stylesheet" type="text/css" />
     
    <title>NOTA-PME™ Notation Preface en ligne</title>
<script type="text/javascript"> 
 
//script pour ouvrir un pop-up 
function OuvrirPop(url,nom,haut,Gauche,largeur,hauteur,options) {
    ouvpop=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}
 
//function modalWin() {
//    var touto = document.getElementById('chercher').value;
//    if (window.showModalDialog) {
//        window.showModalDialog("recherche3.aspx?p=" + touto, "name","dialogTop=130px;dialogLeft=145px;dialogWidth:900px;dialogHeight:570px");
//    } else { 
//    window.open("recherche3.aspx?p=" + touto, 'name', 'top=130,left=145,height=570,width=900,toolbar=no,directories=no,status=no,continued from previous linemenubar=no,scrollbars=no,resizable=no ,modal=yes');
//    }
//} 
 
 
function r_Cookie(nom) {
    var arg = nom + "=";
    var alen = arg.length;
    var clen = document.cookie.length;
    var i = 0;
    while (i < clen) {
        var j = i + alen;
        if (document.cookie.substring(i, j) == arg) return getCookieVal(j);
        i = document.cookie.indexOf(" ", i) + 1;
        if (i == 0) break;
    }
    return null;
}
 
abinfo_popup = r_Cookie("abinfo");
 
if (abinfo_popup != "non") {
    //ouvrirPop();
}
 
</script> 
<script type="text/javascript"> 
    function nondisplay() {
        document.getElementById('adsense').style.display = "none";
        document.getElementById('partnersmarquee').style.height = "279px";
        document.getElementById('partnersmarquee').style.display = "block";
        document.getElementById('ldb').style.display = "block";
        document.getElementById('popupM').style.display = "none";
        document.getElementById('pdm').style.display = "none";
        document.getElementById('AE').style.display = "none";
        document.getElementById('grayline').style.marginTop = "-1px";
    }
    function addLoadEvent(func) {
        var oldonload = window.onload;
        if (typeof window.onload != 'function') {
            window.onload = func;
        }
        else {
            window.onload = function() {
                oldonload();
                func();
            }
        }
    }
    addLoadEvent(nondisplay);
    function chgClr() {
 
        document.getElementById('chercher').style.color = "black";
        document.getElementById('chercher').value = "";
    }
    function showPicture(pictureId) {
        document.getElementById(pictureId).style.display = "block"
    }
    function hidePicture(pictureId) {
        document.getElementById(pictureId).style.display = "none"
    }
   
</script>
 
    </div>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="Keywords" content="key, words" /><meta name="Distribution" content="Global" /><meta name="Robots" content="index,follow" /><link rel="stylesheet" type="text/css" href="../css/stylemaster.css" media="all" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link id="ctl00_css1" href="../css/stylemenu.css" rel="stylesheet" type="text/css" />
    <!--[if lte IE 6]>
    <link href="../masterpage/stylemenu_ie.css" rel="stylesheet" type="text/css" />
    <![endif]--> 
    
<script type="text/javascript"> 
    var t;
    var s;
 
    if (document.all) {
        // IE
        document.onreadystatechange = function() {
            if (document.readyState == "complete") {
                document.getElementById('loading').style.display = 'none';
                //centrer bar informant
                document.getElementById('charger').style.left = (((document.documentElement.clientWidth - 180) / 2)+ "px");
            }
        }
    }
    else {
        // Firefox
        addEventListener('DOMContentLoaded', effacerloading, false);
    }
 
    function effacerloading() {
        document.getElementById('loading').style.display = 'none'; 
    }
    function delayChange() {
        t = setTimeout("dosomething()", 250);
        clearTimeout(s);
    }
    function delayReChange() {
        s = setTimeout("clearDelayChange()", 200);
        clearTimeout(t);
    }
 
    function clearDelayChange() {
        //clearTimeout(t);
        var sa = document.getElementById("sousa");
        sa.style.visibility = "hidden";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "hidden";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "hidden";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "hidden";
        var se = document.getElementById("souse");
        se.style.visibility = "hidden";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "hidden";
        //document.createStyleSheet().removeRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function dosomething() {
        var sa = document.getElementById("sousa");
        sa.style.visibility = "visible";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "visible";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "visible";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "visible";
        var se = document.getElementById("souse");
        se.style.visibility = "visible";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "visible";
        //clearTimeout(s);
        //document.createStyleSheet().addRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function patienter() {//pr patienter
 
        document.getElementById("charger").style.display = "block";
        if (document.all) for (var i = 0; i < document.all.length; i++)
            document.all(i).style.cursor = 'wait'; //transferer curseur en symbole d'attente
        else document.getElementsByTagName("BODY")[0].style.cursor = "wait";
    }  
</script>
<script type="text/javascript"> 
    //script pour ouvrir un pop-up 
    function OuvrirPop(url,nom, haut, Gauche, largeur, hauteur, options) {
        ouvpop = window.open(url, nom, "top=" + haut + ",left=" + Gauche + ",width=" + largeur + ",height=" + hauteur + "," + options);
    }
    
</script>
<title>
	Page sans titre
</title></head>
     <body id="ctl00_MyBody" class="opacite" style=" overflow:hidden; font-family:Tahoma,sans-serif;">
     
 
 
<div id="loading" style="background-color:#DEE7F2; margin-top: -15px; margin-left:-15px; height:100%; width:110%; position: fixed; z-index:9999; padding-top:300px;">
<center ><p><font style="font-size:20px; color:#254061; margin-left:-90px;">Chargement en cours...</font></p></center>
</div>
<div id="charger" style="border:1px solid black; border-bottom:1px solid black; border-right:1px solid black;">
<table>
<tr>
<td><img alt="" src="../images/loader/ajax-loader4.gif"/></td>
<td style="font-size:small;">Veuillez patienter : l'actualisation des données est en cours...</td>
</tr>
</table>
 
</div>
    
<form name="aspnetForm" method="post" action="Default.aspx" id="aspnetForm" style=" background-color:Transparent">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTI3NjgxNTI4Mw9kFgJmD2QWAgIDD2QWAgIBD2QWAgITDw8WAh4EVGV4dAUEMjAxMGRkZMttRKWmN0WXvrLxhBQZ1P7FwLHa" />
</div>
 
<script type="text/javascript"> 
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>
 
 
<div>
 
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBgLoprztBALDntjVBwKHwvwaAufzzf8GArvX4NMEAoPMoesCEG68GUkEUxpajKhwPJPzlSWrRUE=" />
</div>
 
<div id="wrapper" style=" background-color:Transparent" >
 
<div id="headall">
<a href=""><img src="../images/text254.png" alt="" style="margin-right:20px; margin-top:-24px;" /></a>
<img src="../images/line122.png" alt="" style=" margin-top:-30px;" />
<a href=""><img src="../images/text256.png" alt="" style=" margin-top:-24px;" /></a>
<img src="../images/text274.png" alt="" style=" margin-left:280px; margin-top:-24px;" />
<a href="../adhesion/Connexion_auto_notation.aspx"><img src="../images/text272.png" alt="" style=" margin-left:45px; margin-top:-24px;" /></a>
 
 
 
 
<div id="header">
 
 
<img src="../images/MasterPage/header_text_right.png" alt="" style="float:right; margin-right:20px; margin-top:15px;" />
<div style="background:url('../images/boutton_vert.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:65px; margin-left:770px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="">
<span id="ctl00_Default_left_61" style=" color:White;">PREFACE™ inside by ORDIMEGA </span>
</a></div> 
 
 
<br /><br /><br /><br /><br /><br /><br /><div id="Div1"></div>
<div>
<div class="menu">
<ul>
<li><a href="../home/Default.aspx" target="_self">Accueil</a></li>
<li><a class="drop" href="../home/route_auto_notation.aspx" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Auto-notation<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousa" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/adhesion_auto_notation.aspx" target="_self">Rejoignez le cercle d'Auto-notation NOTA-PME™</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Comment et par qui votre entreprise est-elle not&eacute;e ?</a></li>
<li><a href="#" target="_self">Sélectionnez votre Conseiller ou votre Expert indépendant agréé 
NOTA-PME™</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Tout savoir sur l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
 
<li><a class="drop" href="../home/consultation_basic.aspx" onmouseover="delayChange()" onmouseout="delayReChange()"  target="_self">Consultations</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousb" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" onclick='OuvrirPop("../home/recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")' target="_self" >Recherchez une entreprise</a></li>
<li><a href="../adhesion/service_consultation.aspx" target="_self">Souscrivez aux services de Consultations NOTA-PME™</a></li>
<li><a href="#" target="_self">Analysez en détail les comptes d'une entreprise</a></li>
<li><a href="#" target="_self">Enquêtes approfondies commerciales et solvabilité</a></li>
<li><a href="#" target="_self">Missions d'évaluation d'entreprise</a></li>
<li><a href="../introduction/savoir_consultation.aspx" target="_self">Tout savoir sur les consultations NOTA-PME™</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Conseillers NOTA-PME™<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousc" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/conseiller.aspx" target="_self">Devenez Conseiller NOTA-PME™</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur le conseil pour l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Experts indépendants NOTA-PME™</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousd" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/tiers_de_confiance.aspx" target="_self">Devenez Expert indépendant NOTA-PME™</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur la validation de l'Auto-notation</a></li>
</ul>
 
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Partenaires</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="souse" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" target="_self">Rejoignez les partenariats NOTA-PME™</a></li>
<li><a href="../testfp/ConnFB.aspx" target="_self">Les liens Partenaires</a></li>
<li><a href="#" target="_self">Tout savoir sur les Partenariats Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">La société</a>
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousf" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../contact/qui_sommes_nous.aspx#3" target="_self">Qui sommes-nous ?</a></li>
<li><a href="../contact/nous_contacter.aspx" target="_self">Nous contacter</a></li>
<li><a href="../contact/mentions_legales.aspx#2" target="_self">Mentions légales</a></li>
<li><a href="../contact/conditions_generales.aspx" target="_self">Conditions générales d'Adhésion</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</ul>
</div>
<div id="search">
<input id="s" type="text" name="s" value=""/>
<input id="x" type="button" value="" onclick="window.open('../home/SearchSite.aspx?search='+document.getElementById('s').value,'_self')"/>
</div>
</div>
 
</div>
 
 
 
<div id="homepic">
 
</div>
</div>
 
 
<div id="bottomcontent" style=" background-color:inherit" >
<div id="leftside" style=" background-color:inherit">
 
 
    <div id="bottomcontent1">
  <div class="left1" style="background: url( '../images/g61.png');background-repeat:no-repeat";>
  <div id="espace5">&nbsp;</div>
<span id="ctl00_ContentPlaceHolder1_Default_left_titre"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38;" id="titre1_left1">&nbsp;Espace Notation, Diagnostic et Evaluation</div></span>
  
    <div style="background: url( '../images/path95-2.png');padding-top:8px; margin-top:-8px; margin-left:-13px; background-repeat:no-repeat; height:100%; width:450px;"> 
    
    <br />
    
  <span id="ctl00_ContentPlaceHolder1_Default_left_1" style="text-align: center;margin-top:-18px; position:absolute; margin-left:20px; font-size:24px; width:300px;"><b><font size="2" color="royalblue">PME, ne vous laissez plus noter &agrave; l'aveugle : reprenez le pouvoir sur votre score</font></b></span><br /><br /><br />
    
    <br />
    <div id="espace5"></div>
    <div id="onglet">
    <span id="ctl00_ContentPlaceHolder1_Default_left_2"><b><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black">Affinez, justifiez et faites valider<br> votre notation, pour...</font></b><div id="espace3"></div>
 
	  <IMG SRC="../images/path968.png" style="margin-right:7px;">redresser et argumenter votre image financi&egrave;re</u></font></b>
	<div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">mettre en avant votre réel potentiel</u></font></b><div id="espace2"></div>
   <IMG SRC="../images/path968.png" style="margin-right:7px;">et, pour vous-m&ecirc;me, gagner en lucidit&eacute; sur vos points faibles afin de<br> mieux les compenser</u></font></b>
	<br></span>
    </div>
    <div id="onglet2">
    <span id="ctl00_ContentPlaceHolder1_Default_left_3"><div id="espace3"></div><b><font size="2" style="font-family: Arial Narrow,sans-serif;" color="Black">Faites-vous accompagner par<br> un Expert NOTA-PME™</font></b><div id="espace5"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">votre Expert-comptable</u></font></b>,</li><div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">un Commissaire aux comptes</u></font></b></li><div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">un Conseil CIF (Conseil en Investissement Financier agréé AMF</u></font></b>)</li></span>
    <span id="ctl00_ContentPlaceHolder1_Default_left_4"><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace3"></div></span>
    </div>
<div id="bottom_left1">
 
   
<div style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:-5px; margin-left:3px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../introduction/savoir_notation.aspx">
<span id="ctl00_ContentPlaceHolder1_Default_left_61" style=" color:White;">&nbsp;En savoir plus</span>
</a></div> 
 <div style="background:url('../images/g882.PNG'); width:100%; padding:3px; position:absolute; padding-left:15px; margin-left:132px; margin-top:-5px;font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../adhesion/Connexion_auto_notation.aspx">
<span id="ctl00_ContentPlaceHolder1_Default_left_63" style=" color:White;">&nbsp;Connexion</span>
</a></div> 
 
   
 
<div id="picleft" style="background:url('../images/Default/cadre_vert.png');padding:10px; padding-left:15px;font-size:11px;background-repeat:no-repeat; margin-left:5px;">
    <span id="ctl00_ContentPlaceHolder1_Default_left_cadre">    <b><font size="2" color="green">ANTICIPEZ POUR MIEUX RESISTER ET PROGRESSER</font></b>
     <br />Faites votre <b><font color="royalblue">auto-diagnostic</font></b> avec le CIP (Centre d'Information et de Prévention) : 
   </span> 
    <div style="height:40px; ">
   <table>
   <tr>
   <td>
    <img src="../images/polygon962.png" alt="" style="margin-top:-14px; margin-left:120px;" class="pic" />
    </td>
    <td>
    <div style="margin-top:-5px;"><a href="http://www.entrepriseprevention.com" title=""><font style="font-size:11px; margin-top:-5px;"><u><b>www.entrepriseprevention.com</b></u></font></a></div>
    </td>
    </tr>
    </table>
    </div>
 
    </div>
   
<div style="height:20px; padding-left:5px ; margin-top:9px; margin-left:4px;">
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a id="ctl00_ContentPlaceHolder1_A2" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$A2','')">
   <b><font color="royalblue" style="font-size:12px">
   <span id="ctl00_ContentPlaceHolder1_Label2">&nbsp;Testez gratuitement votre Auto-notation</span>
   </font></b></a>
   </div>
</div>
</div>
  </div>
  
  <div class="middle1" style="background: url( '../images/g61.png'); background-repeat:no-repeat;">
  <div id="espace5"></div>
  <span id="ctl00_ContentPlaceHolder1_Default_middle_titre" style="margin-top:-2px; margin-left:5px; position:absolute;"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38" id="titre1_middle1">&nbsp;Espace Consultations</div></span>
  <div style="background: url( '../images/path95-2.png'); padding-top:8px; margin-top:9px; margin-left:-8px; margin-right:50px; background-repeat:no-repeat; height:100%; width:450px; position:absolute;"> 
    
    
<span id="ctl00_ContentPlaceHolder1_Default_middle" style="text-align: center; margin-left:13px; margin-top:-5px; width:355px; position:absolute;"><b><font size="2" color="royalblue">Vers une meilleure s&eacute;curit&eacute; financi&egrave;re, pour renforcer<br>la compétitivité et accro&icirc;tre la confiance des partenaires</font></b><br/><div id="espace5"></div><div id="espace2"></div>
    </span>
<br /><br /><div id="espace5"></div>
<div id="ongletRight1">
    <span id="ctl00_ContentPlaceHolder1_Label1"><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black"><b>L'entreprise gagne à être connue de.. </font></b><div id="espace5"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses clients</u></font></b> (services Achats, donneurs d'ordre, collectivit&eacute;s...)</li><div id="espace2"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses fournisseurs</u></font></b> (Credit Managers) et assureurs-cr&eacute;dit</li><div id="espace2"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses banques</u></font></b> (B&acirc;le 2) et ses financeurs</u></font></b></li><br/><div id="espace5"></div><div id="espace5"></div>
      </span>
    </div>
    <div id="ongletRight2">
    <span id="ctl00_ContentPlaceHolder1_Label3"><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black"><b>Accédez aux comptes des entreprises<br>et à leur Auto-notation argumentée... </font></b><div id="espace5"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#EE4000">NOTE BASIC</font></b>, sur la base des liasses fiscales brutes</u></font></b><div id="espace2"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#696969">NOTE SILVER</font></b>, fonction des justifications et correctifs déclaratifs</u></font></b> de l'entreprise accompagnée par son Conseiller NOTA-PME™</li><div id="espace2"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#8B6508">NOTE GOLD</font></b> validée par un Expert indépendant agréé NOTA-PME™</u></font></b></u></b></li><div id="espace5"></div></span>
    </div>
 
<!--[if IE]>
<div id="bottom_middle1">
<![endif]-->
 
   
<span id="ctl00_ContentPlaceHolder1_Default_middle_6" style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px;margin-left:10px; +margin-left:-2px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle" /><a href="../introduction/savoir_consultation.aspx" style="color:White;">&nbsp; En savoir plus</a>
         </span>
   <span id="ctl00_ContentPlaceHolder1_Label4" style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px; margin-left:118px; font-size:12px; background-repeat:no-repeat;"><img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../adhesion/Connexion_auto_notation.aspx" style="color:White;" >&nbsp;Connexion</a>
    </span>
     
   <div id="picright" style="background:url('../images/Default/cadre_vert.png'); padding:8px; padding-left:20px;font-size:11px; background-repeat:no-repeat; margin-left:8px;">
   
   
    <font style="font-size:10px;">
    <span id="ctl00_ContentPlaceHolder1_Default_middle_cadre"><b><font size="2" color="green">LES COMPTES ET L'AUTO-NOTATION DE CETTE SOCIETE <br \\>SONT-ILS DISPONIBLES ?</font></b></span>
    </font>
 
  <table border="0" cellpadding="0" cellspacing="0" width="250px" style="margin-top:0px; width:400px;">
  <tr style="background:url('../images/path1233.png'); background-repeat:no-repeat;">
  <td align="left" nowrap="nowrap">
  <img src="../images/text1245.png" alt="" style=" position:relative; margin-top:-13px; margin-left:6px;" class="pic" />
 
 
    <a href="javascript:void(0)" id="ctl00_ContentPlaceHolder1_recherbtn" onclick="window.open('charger_compte_basic.aspx?search='+document.getElementById('chercher').value,'_self')" style=" margin-top:0px; font-size:11px; margin-left:75px;">
      <img id="ctl00_ContentPlaceHolder1_Image1" src="../images/g1247.png" style="border-width:0px;" /></a>
  
  
   <font face="Arial, sans-serif" size="1">
  <input id="chercher" onmousedown="chgClr();" type="text" name="s" value="" style=" margin-left:-119px; margin-top:-23px;width:85px; font-size:10px; height: 12px;" /></font>
  
  <a href="#" onclick='OuvrirPop("recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")'><font color="white" style="font-size:11px; margin-top:2px; position:absolute;  margin-left:3px;">
 <span id="ctl00_ContentPlaceHolder1_Label11" style="background:url('../images/g589.PNG') no-repeat; font-size:12px;margin-left:-13px; position:absolute; height:30px; width:250px; padding-left:11px; padding-top:1px; margin-top:-1px; top: 0px; left: 0px;">Recherche avancée</span>
 </font></a>
 <img 
 src="../images/polygon563-2.png" alt="" style="margin-top:4px; padding-right:4px; margin-left:-5px; position:absolute;" class="pic"/>
  </td>
  
  </tr>
 </table>
 
    </div>
    <br /><br /><div id="espace5"></div><div id="espace3"></div>
    <div style="height:20px; margin-left:4px; padding-left:5px ; margin-top:-5px;+margin-top:3px;">  
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a href="###">
   <b><font color="royalblue" style="font-size:12px">
   <span id="ctl00_ContentPlaceHolder1_Default_middle_5">&nbsp;Examinez un exemple d'Auto-notation</span>
   </font></b></a>
   </div>
 
   
 
<!--[if IE]>
</div>
<![endif]-->
 
 
   
 
    
</div>
</div>
 
 
<div style="height:76px; margin-top:377px; +margin-top:377px;margin-bottom: 3px; width:790px;padding-bottom:5px; margin-left:-11px;background: url( '../images/g37b.png'); background-repeat:no-repeat;position :relative;">
<span id="ctl00_ContentPlaceHolder1_Default_left_titre3"><div style="font-family: Arial Narrow,sans-serif;padding:5px;font-size:17px;color:#79aa38;" id="titre3_left1">&nbsp; Espace Place de Marché</div></span>
 
<div style="background: url( '../images/g38b.png'); padding-top:10px; background-repeat:no-repeat; margin-top:-7px; margin-bottom:5px; width:100%; height:55px; position:absolute;">
<label style="color:Royalblue; font-size:12px;"><b>&nbsp;&nbsp;Besoin d'un conseiller, d'un expert pour vous accompagner dans votre développement ?</b></label>
<div style=" font-size:12px; height:100%; background:url('../images/g530.png'); background-repeat:no-repeat; margin-left:580px;">
&nbsp;&nbsp;
<img src="../images/polygon563-2.png" style="margin-top:5px; margin-left:-4px;" alt="" class="pic" />
<a href="../PDM/DefaultPDM.aspx" style="font-size:12px; position:absolute; margin-top:4px; color:White;" ><span id="ctl00_ContentPlaceHolder1_Default_bottom_1" style=" color:White;">&nbsp;Accéder à la Place de Marché</span></a>
</div>
</div>
</div>
 
 
   <div id="picright_btn">
     <img src="../images/interogation.PNG" alt="" class="pic" onmouseover="showPicture('popupM')" onmouseout="hidePicture('popupM')"/>
     <img id="popupM" src="../images/popupM.PNG" class="large_right"  />
    </div>   
    <div id="picleft_btn">
  
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('AE')" onmouseout="hidePicture('AE')"/>
      <img id="AE" src="../images/Autonotation_Entreprise.PNG" width="700" class="large_left"/>
    
    </div>   
    <div id="picbottom_btn">
   
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('pdm')" onmouseout="hidePicture('pdm')"/>
       <img id="pdm" src="D:/Amine/Image popup/rect3.png" class="largebas"/>
    
    </div>   
    
    
</div>
<div id="espace5"></div>
 
<div id="espace2"></div>
 
</div>
<div id="rightside">
<div id="photo_right" style="background: url(../images/contact/part3.png);background-repeat:no-repeat; margin-left:-1px; padding-left:1px; padding-top:0px;" >
    <span id="ctl00_Master1_parterreserver2" style="text-align:center;"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38; margin-top: 5px;"><b>&nbsp;&nbsp;Partenaires NOTA-PME™</b></div></span>
    
    <div id="grayline" style="border-top:1px solid lightgray; margin-top:4px; margin-right:2px;"></div>
    
    <div style="margin-left:9px; margin-bottom:17px;>
    
<span id="ctl00_Master1_parterreserver1" style="text-align:center;"><font color="royalblue"  style="font-size:11px; text-align:center" ><b>Espace r&eacute;serv&eacute; à nos partenaires pour communiquer aupr&egrave;s des entreprises et de leurs conseils.</b></font></span>
 
</div>
 
    <div id="epace3"></div>
    
    <div id="ctl00_ph1">
 
</div>
    <div  id="partnersmarquee">
     
    <div id="partnersmarquee1" style="margin-top:5px;"><center>
    <table style="font-size:10px;"><tr><td>
    <a href="#"><img src="../images/partners/jedeclare.png" border="0" /></a></td><td><a href="#"><b> La télétransmission des comptes avec les Experts comptables</b></a></td> </tr>
    <tr><td><a href="#"><img src="../images/partners/oseo.png" border="0" width="90px"/></a></td><td><a href="#"><b> soutient l'innovation et la croissance des PME</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/apce_1.JPG" border="0" width="90px"/></a></td><td><a href="#"><b> Agence pour la création d'entreprises</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/bureauv_1.jpg" width="100px"/></a></td><td><a href="#"><b> DIANE, ASTREE et les 
        autres...</b></a> </td></tr>   
    <tr><td><a href="#"><img src="../images/partners/les_echos.gif" width="100px"/></a></td><td><a href="#"><b> Prix de la Performance</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/ordre_des_experts_comptable.gif" width="90px"/></a></td><td><a href="#"><b> 
        Conseil Supérieur de l'Ordre des Experts Comptables</b></a></td></tr>
   <tr><td><a href="#"><img src="../images/partners/salon_1.jpg" width="110px"/></a></td><td><a href="#"><b> Paris, Lyon, Nantes...</b></a></td></tr>
    </table>
    </center>
    
    </div> 
    <div id="partnersmarquee2">
    </div> 
    </div>
<script type="text/javascript"> 
<!--
 
    var speed = 200; //plus lente plus grande 
    var tab = document.getElementById("partnersmarquee");
    var tab1 = document.getElementById("partnersmarquee1");
    var tab2 = document.getElementById("partnersmarquee2");
    tab2.innerHTML = tab1.innerHTML;          //clone tab1 à tab2 
    tab.scrollTop = tab.scrollHeight
    function Marquee() {
        if (tab2.offsetTop - tab.scrollTop <= 0)//quand tzb1 et tab2 cross 
            tab.scrollTop -= tab1.offsetHeight  //demo deplacer a top 
        else {
            tab.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    tab.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    tab.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
-->
</script>
 
<div id="adsense">
 
<div id="espace5"></div><div id="espace5"></div>
 
 
<style type="text/css">
#partnersmarqueex { 
    background: #FFF; 
    overflow:hidden; 
    border: 0px dashed #CCC; 
    /*min-height: 580px;*/
    height: 580px; 
    text-align: center; 
    float: left; 
    width: 180px;
    display: none;
    z-index: 1;
    
} 
#partnersmarqueex img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:20px;
}
#adaptation {
	height: 600px; 
}
</style>
<input name="ctl00$listx1$tstText" type="text" id="ctl00_listx1_tstText" style="display:none;" />
<div id="partnersmarquee">
     
    <div id="partnersmarquee1"><center>
    <a href="#"><img src="../images/partners/jedeclare.png" border="0" width="90px"/><b>> La télétransmission des comptes avec les Experts comptables</b></a> 
    <a href="#"><img src="../images/partners/oseo.png" border="0" width="90px"/><b>> soutient l'innovation et la croissance des PME</b></a>
    <a href="#"><img src="../images/partners/apce_1.JPG" border="0" width="90px"/><b>> Agence pour la création d'entreprises</b></a> 
    <a href="#"><img src="../images/partners/bureauv_1.jpg" width="100px"/><b>> DIANE, ASTREE et les 
        autres...</b></a>    
    <a href="#"><img src="../images/partners/les_echos.gif" width="100px"/><b>> Prix de la Performance</b></a>
    <a href="#"><img src="../images/partners/ordre_des_experts_comptable.gif" width="90px"/><b>> 
        Conseil Supérieur de l'Ordre des Experts Comptables</b></a>
    <a href="#"><img src="../images/partners/salon_1.jpg" width="110px"/><b>> Paris, Lyon, Nantes...</b></a>
    </center></div> 
    <div id="partnersmarquee2">
    </div> 
    </div>
 
<script type="text/javascript">
    document.getElementById('partnersmarquee').style.height = "225px";
    document.getElementById('partnersmarquee').style.display = "block";
 
    var speed = 45; //plus lente plus grande 
    var tab = document.getElementById("partnersmarquee");
    var tab1 = document.getElementById("partnersmarquee1");
    var tab2 = document.getElementById("partnersmarquee2");
    tab2.innerHTML = tab1.innerHTML;          //clone tab1 à tab2 
    tab.scrollTop = tab.scrollHeight
    function Marquee() {
        if (tab2.offsetTop - tab.scrollTop <= 0)//quand tab1 et tab2 cross 
            tab.scrollTop -= tab1.offsetHeight  //demo deplacer a top 
        else {
            tab.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    tab.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    tab.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
 
</script> 
 
 
<style type="text/css">
#partnersmarqueey { 
    background: #FFF; 
    overflow:hidden; 
    border: 0px dashed #CCC; 
    height: 410px; 
    min-height:263px;
    max-height:663px;
    margin-top:-20px;
    text-align: center; 
    float: right; 
    width: 180px;
    display: none;
    z-index: 1;
}
#partnersmarqueey img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:20px;
}
</style>
 
<div id="partnersmarqueey">
     
    <div id="partnersmarqueey1"><center>
    
<u><b><font color="royalblue"  style="font-size:12px">Evaluer l'immatériel</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Suivez le guide de l'INPI, la référence de la propriété industrielle</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.observatoire-immateriel.org</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Financer par crédit-bail</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Le spécialiste du leasing et du lease-back</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.financementPME.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="Div10"></div>
<u><b><font color="royalblue"  style="font-size:12px">Gérer le DIF</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Ne vos laissez pas piéger par le Droit Individuel à la Formation</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.annuaire-formations-dif.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Pilotez le recouvrement</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">La solution pour Se Faire Payer !</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.sefairepayer.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Faites-vous accompagner pour déposer vos Brevets d'Invention. </font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Liste nationale des Ingénieurs-Conseils en Brevet d'Invention.</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.inpi.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Optimisez vos stocks</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Conseil et Solutions en
Performances Industrielles !
</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.Albert-Deloin.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Levée de fonds</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Le spécialiste français
€500m levés sur 140 tours de table
</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.chaussonfinance.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Le capital risque en France</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">L'Assocation Française des Investisseurs en Capital</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.afic.asso.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">L'ISF pour capitaliser les PME</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Rencontrez les investisseurs des Holding ISF</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.capitalpme.oseo.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Difficultés de trésorerie avec votre banque ?</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Faites-vous défendre et accompagner par la Médiation du Crédit</font>
<div id="espace3"></div>
<b><font color="green"  style="font-size:10px">www.mediateurducredit.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
    
 
    </center></div> 
    <div id="partnersmarqueey2">
    </div> 
    </div>
 
 
<script type="text/javascript"> 
<!--
    var speed = 35; //plus lente plus grande
    var taby = document.getElementById("partnersmarqueey");
    var taby1 = document.getElementById("partnersmarqueey1");
    var taby2 = document.getElementById("partnersmarqueey2");
    taby2.innerHTML = taby1.innerHTML;          //clone tab1 à tab2 
    taby.scrollTop = taby.scrollHeight
    function Marquee() {
        if (taby2.offsetTop - taby.scrollTop <= 0)//quand tzb1 et tab2 cross 
            taby.scrollTop -= taby1.offsetHeight  //demo deplacer a top 
        else {
            taby.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    taby.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    taby.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
--> 
</script>
 
 
 
 
 
 
 
</div>
</div>
<div id="bottom" style="background:url('../images/contact/bottom_part2.png'); background-repeat:no-repeat;position:relative; margin-left: -1px; margin-top: 133px;height:auto;width:210px"></div>
</div>
<div id="ldb" style="margin-left:790px; width:205px; height:70px;margin-top:3px ;background-repeat:no-repeat;" >
<div style="background:url('../images/Masterpage/ldb_head.png');width:205px; height:30px;margin-top:-1px;padding-top:-10px; padding-bottom:2px;margin-left: -4px; background-repeat:no-repeat;">
    <span id="ctl00_espace_detente"><div  id="titre_ldb" style="margin-top: -1px">&nbsp;Espace Détente</div></span>
    <div id="ldb_intero">
     <img src="../images/interogation.PNG" alt="Espace Détente" class="pic" />
    </div>  
 
</div>
 
<div style="background:url('../images/Masterpage/ldb_bottom.png');width:205px; height:53px;margin-top:-10px; margin-left: -4px;border-top:1px solid #d9d9d9; background-repeat:no-repeat; padding-top: 5px;">
    <span id="ctl00_Label3"><table>
 <tr>
 <td></td><td><font color="royalblue">Dirigeant : faites rédiger  votre prochain discours automatiquement...</td>
 </tr>
 </table>
      
     <a href="../ldb/ldb.aspx" style="color:royalblue; margin-left:20px;"><b><img src="../images/puce_1.png" style=" margin-top:5px;" alt="" />&nbsp;Discours "Langue de bois"</b></a></span>
</div>
 
 
 
</div>
</div>
</div>
 
 
 
<div id="footer" style="background: url( '../images/g3575.png'); background-repeat:no-repeat; color:White;">
 
  <table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:10px;margin-top:6px;" >
  <tr>
  <td align="left" style="color:White;" nowrap="nowrap">
&nbsp;&nbsp;<b>©&nbsp;NOTA-PME™ <span id="ctl00_Label1">2010</span></b></td>
<span id="ctl00_Label2">  
   <td align="right" nowrap="nowrap"><a href="../contact/mentions_legales.aspx" target="_self" style="color:white">
<b>&nbsp;&nbsp;| &nbsp;&nbsp;<u>Mentions l&eacute;gales</u></b><b></a>&nbsp;&nbsp;&nbsp;|
<a href="../contact/conditions_generales.aspx" target="_self" style="color:white"><b>&nbsp;&nbsp;&nbsp;<u>Conditions générales d'utilisation</u>&nbsp;&nbsp;</b></a>
  </td></span>
  </tr>
 </table>
<br />
 
 <span id="ctl00_Master1_footer1" style="color:royalblue">
      <td align="center" nowrap="nowrap">&nbsp;&nbsp;<b></b>
      Site optimisé pour Internet Explorer 7 & 8 et Mozilla Firefox 3&nbsp;&nbsp; >>&nbsp;<a href="../home/ameliorer.aspx" target="_self" style="color:royalblue"><b><u>Merci de rapporter les anomalies d'interface constatées</u></b></a>
 
      </td></span>
 <input type="submit" name="ctl00$btnTestAddControl" value="Add a control" id="ctl00_btnTestAddControl" style="display:none;" />
        <input type="submit" name="ctl00$btnSavePage" value="Save Page" id="ctl00_btnSavePage" style="display:none;" />
        <input type="submit" name="ctl00$remove" value="remove it" id="ctl00_remove" style="display:none;" />
 </div>
 
</form>
</body>
</html>

Here is the full package chef cool: And also thanks


<!DOCTYPE html PUBLIC "//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_Head1"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
 
 
 
 
 
    <script src="../inc/tooltips/qTip.js" type="text/javascript"></script>
    <link href="../inc/tooltips/qTip.css" rel="stylesheet" type="text/css" />
    <div>
    
    <link rel="stylesheet" type="text/css" href="../css/home/Default.css" media="all" />
     <link href="../css/stylemenu.css" rel="stylesheet" type="text/css" />
     
    <title>NOTA-PME™ Notation Preface en ligne</title>
<script type="text/javascript"> 
 
//script pour ouvrir un pop-up 
function OuvrirPop(url,nom,haut,Gauche,largeur,hauteur,options) {
    ouvpop=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}
 
//function modalWin() {
//    var touto = document.getElementById('chercher').value;
//    if (window.showModalDialog) {
//        window.showModalDialog("recherche3.aspx?p=" + touto, "name","dialogTop=130px;dialogLeft=145px;dialogWidth:900px;dialogHeight:570px");
//    } else { 
//    window.open("recherche3.aspx?p=" + touto, 'name', 'top=130,left=145,height=570,width=900,toolbar=no,directories=no,status=no,continued from previous linemenubar=no,scrollbars=no,resizable=no ,modal=yes');
//    }
//} 
 
 
function r_Cookie(nom) {
    var arg = nom + "=";
    var alen = arg.length;
    var clen = document.cookie.length;
    var i = 0;
    while (i < clen) {
        var j = i + alen;
        if (document.cookie.substring(i, j) == arg) return getCookieVal(j);
        i = document.cookie.indexOf(" ", i) + 1;
        if (i == 0) break;
    }
    return null;
}
 
abinfo_popup = r_Cookie("abinfo");
 
if (abinfo_popup != "non") {
    //ouvrirPop();
}
 
</script> 
<script type="text/javascript"> 
    function nondisplay() {
        document.getElementById('adsense').style.display = "none";
        document.getElementById('partnersmarquee').style.height = "279px";
        document.getElementById('partnersmarquee').style.display = "block";
        document.getElementById('ldb').style.display = "block";
        document.getElementById('popupM').style.display = "none";
        document.getElementById('pdm').style.display = "none";
        document.getElementById('AE').style.display = "none";
        document.getElementById('grayline').style.marginTop = "-1px";
    }
    function addLoadEvent(func) {
        var oldonload = window.onload;
        if (typeof window.onload != 'function') {
            window.onload = func;
        }
        else {
            window.onload = function() {
                oldonload();
                func();
            }
        }
    }
    addLoadEvent(nondisplay);
    function chgClr() {
 
        document.getElementById('chercher').style.color = "black";
        document.getElementById('chercher').value = "";
    }
    function showPicture(pictureId) {
        document.getElementById(pictureId).style.display = "block"
    }
    function hidePicture(pictureId) {
        document.getElementById(pictureId).style.display = "none"
    }
   
</script>
 
    </div>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="Keywords" content="key, words" /><meta name="Distribution" content="Global" /><meta name="Robots" content="index,follow" /><link rel="stylesheet" type="text/css" href="../css/stylemaster.css" media="all" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><link id="ctl00_css1" href="../css/stylemenu.css" rel="stylesheet" type="text/css" />
    <!--[if lte IE 6]>
    <link href="../masterpage/stylemenu_ie.css" rel="stylesheet" type="text/css" />
    <![endif]--> 
    
<script type="text/javascript"> 
    var t;
    var s;
 
    if (document.all) {
        // IE
        document.onreadystatechange = function() {
            if (document.readyState == "complete") {
                document.getElementById('loading').style.display = 'none';
                //centrer bar informant
                document.getElementById('charger').style.left = (((document.documentElement.clientWidth - 180) / 2)+ "px");
            }
        }
    }
    else {
        // Firefox
        addEventListener('DOMContentLoaded', effacerloading, false);
    }
 
    function effacerloading() {
        document.getElementById('loading').style.display = 'none'; 
    }
    function delayChange() {
        t = setTimeout("dosomething()", 250);
        clearTimeout(s);
    }
    function delayReChange() {
        s = setTimeout("clearDelayChange()", 200);
        clearTimeout(t);
    }
 
    function clearDelayChange() {
        //clearTimeout(t);
        var sa = document.getElementById("sousa");
        sa.style.visibility = "hidden";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "hidden";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "hidden";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "hidden";
        var se = document.getElementById("souse");
        se.style.visibility = "hidden";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "hidden";
        //document.createStyleSheet().removeRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function dosomething() {
        var sa = document.getElementById("sousa");
        sa.style.visibility = "visible";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "visible";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "visible";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "visible";
        var se = document.getElementById("souse");
        se.style.visibility = "visible";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "visible";
        //clearTimeout(s);
        //document.createStyleSheet().addRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function patienter() {//pr patienter
 
        document.getElementById("charger").style.display = "block";
        if (document.all) for (var i = 0; i < document.all.length; i++)
            document.all(i).style.cursor = 'wait'; //transferer curseur en symbole d'attente
        else document.getElementsByTagName("BODY")[0].style.cursor = "wait";
    }  
</script>
<script type="text/javascript"> 
    //script pour ouvrir un pop-up 
    function OuvrirPop(url,nom, haut, Gauche, largeur, hauteur, options) {
        ouvpop = window.open(url, nom, "top=" + haut + ",left=" + Gauche + ",width=" + largeur + ",height=" + hauteur + "," + options);
    }
    
</script>
<title>
	Page sans titre
</title></head>
     <body id="ctl00_MyBody" class="opacite" style=" overflow:hidden; font-family:Tahoma,sans-serif;">
     
 
 
<div id="loading" style="background-color:#DEE7F2; margin-top: -15px; margin-left:-15px; height:100%; width:110%; position: fixed; z-index:9999; padding-top:300px;">
<center ><p><font style="font-size:20px; color:#254061; margin-left:-90px;">Chargement en cours...</font></p></center>
</div>
<div id="charger" style="border:1px solid black; border-bottom:1px solid black; border-right:1px solid black;">
<table>
<tr>
<td><img alt="" src="../images/loader/ajax-loader4.gif"/></td>
<td style="font-size:small;">Veuillez patienter : l'actualisation des données est en cours...</td>
</tr>
</table>
 
</div>
    
<form name="aspnetForm" method="post" action="Default.aspx" id="aspnetForm" style=" background-color:Transparent">
<div>
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTI3NjgxNTI4Mw9kFgJmD2QWAgIDD2QWAgIBD2QWAgITDw8WAh4EVGV4dAUEMjAxMGRkZMttRKWmN0WXvrLxhBQZ1P7FwLHa" />
</div>
 
<script type="text/javascript"> 
//<![CDATA[
var theForm = document.forms['aspnetForm'];
if (!theForm) {
    theForm = document.aspnetForm;
}
function __doPostBack(eventTarget, eventArgument) {
    if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
    }
}
//]]>
</script>
 
 
<div>
 
	<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBgLoprztBALDntjVBwKHwvwaAufzzf8GArvX4NMEAoPMoesCEG68GUkEUxpajKhwPJPzlSWrRUE=" />
</div>
 
<div id="wrapper" style=" background-color:Transparent" >
 
<div id="headall">
<a href=""><img src="../images/text254.png" alt="" style="margin-right:20px; margin-top:-24px;" /></a>
<img src="../images/line122.png" alt="" style=" margin-top:-30px;" />
<a href=""><img src="../images/text256.png" alt="" style=" margin-top:-24px;" /></a>
<img src="../images/text274.png" alt="" style=" margin-left:280px; margin-top:-24px;" />
<a href="../adhesion/Connexion_auto_notation.aspx"><img src="../images/text272.png" alt="" style=" margin-left:45px; margin-top:-24px;" /></a>
 
 
 
 
<div id="header">
 
 
<img src="../images/MasterPage/header_text_right.png" alt="" style="float:right; margin-right:20px; margin-top:15px;" />
<div style="background:url('../images/boutton_vert.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:65px; margin-left:770px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="">
<span id="ctl00_Default_left_61" style=" color:White;">PREFACE™ inside by ORDIMEGA </span>
</a></div> 
 
 
<br /><br /><br /><br /><br /><br /><br /><div id="Div1"></div>
<div>
<div class="menu">
<ul>
<li><a href="../home/Default.aspx" target="_self">Accueil</a></li>
<li><a class="drop" href="../home/route_auto_notation.aspx" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Auto-notation<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousa" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/adhesion_auto_notation.aspx" target="_self">Rejoignez le cercle d'Auto-notation NOTA-PME™</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Comment et par qui votre entreprise est-elle not&eacute;e ?</a></li>
<li><a href="#" target="_self">Sélectionnez votre Conseiller ou votre Expert indépendant agréé 
NOTA-PME™</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Tout savoir sur l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
 
<li><a class="drop" href="../home/consultation_basic.aspx" onmouseover="delayChange()" onmouseout="delayReChange()"  target="_self">Consultations</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousb" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" onclick='OuvrirPop("../home/recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")' target="_self" >Recherchez une entreprise</a></li>
<li><a href="../adhesion/service_consultation.aspx" target="_self">Souscrivez aux services de Consultations NOTA-PME™</a></li>
<li><a href="#" target="_self">Analysez en détail les comptes d'une entreprise</a></li>
<li><a href="#" target="_self">Enquêtes approfondies commerciales et solvabilité</a></li>
<li><a href="#" target="_self">Missions d'évaluation d'entreprise</a></li>
<li><a href="../introduction/savoir_consultation.aspx" target="_self">Tout savoir sur les consultations NOTA-PME™</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Conseillers NOTA-PME™<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousc" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/conseiller.aspx" target="_self">Devenez Conseiller NOTA-PME™</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur le conseil pour l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Experts indépendants NOTA-PME™</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousd" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/tiers_de_confiance.aspx" target="_self">Devenez Expert indépendant NOTA-PME™</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur la validation de l'Auto-notation</a></li>
</ul>
 
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Partenaires</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="souse" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" target="_self">Rejoignez les partenariats NOTA-PME™</a></li>
<li><a href="../testfp/ConnFB.aspx" target="_self">Les liens Partenaires</a></li>
<li><a href="#" target="_self">Tout savoir sur les Partenariats Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
 
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">La société</a>
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousf" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../contact/qui_sommes_nous.aspx#3" target="_self">Qui sommes-nous ?</a></li>
<li><a href="../contact/nous_contacter.aspx" target="_self">Nous contacter</a></li>
<li><a href="../contact/mentions_legales.aspx#2" target="_self">Mentions légales</a></li>
<li><a href="../contact/conditions_generales.aspx" target="_self">Conditions générales d'Adhésion</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</ul>
</div>
<div id="search">
<input id="s" type="text" name="s" value=""/>
<input id="x" type="button" value="" onclick="window.open('../home/SearchSite.aspx?search='+document.getElementById('s').value,'_self')"/>
</div>
</div>
 
</div>
 
 
 
<div id="homepic">
 
</div>
</div>
 
 
<div id="bottomcontent" style=" background-color:inherit" >
<div id="leftside" style=" background-color:inherit">
 
 
    <div id="bottomcontent1">
  <div class="left1" style="background: url( '../images/g61.png');background-repeat:no-repeat";>
  <div id="espace5">&nbsp;</div>
<span id="ctl00_ContentPlaceHolder1_Default_left_titre"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38;" id="titre1_left1">&nbsp;Espace Notation, Diagnostic et Evaluation</div></span>
  
    <div style="background: url( '../images/path95-2.png');padding-top:8px; margin-top:-8px; margin-left:-13px; background-repeat:no-repeat; height:100%; width:450px;"> 
    
    <br />
    
  <span id="ctl00_ContentPlaceHolder1_Default_left_1" style="text-align: center;margin-top:-18px; position:absolute; margin-left:20px; font-size:24px; width:300px;"><b><font size="2" color="royalblue">PME, ne vous laissez plus noter &agrave; l'aveugle : reprenez le pouvoir sur votre score</font></b></span><br /><br /><br />
    
    <br />
    <div id="espace5"></div>
    <div id="onglet">
    <span id="ctl00_ContentPlaceHolder1_Default_left_2"><b><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black">Affinez, justifiez et faites valider<br> votre notation, pour...</font></b><div id="espace3"></div>
 
	  <IMG SRC="../images/path968.png" style="margin-right:7px;">redresser et argumenter votre image financi&egrave;re</u></font></b>
	<div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">mettre en avant votre réel potentiel</u></font></b><div id="espace2"></div>
   <IMG SRC="../images/path968.png" style="margin-right:7px;">et, pour vous-m&ecirc;me, gagner en lucidit&eacute; sur vos points faibles afin de<br> mieux les compenser</u></font></b>
	<br></span>
    </div>
    <div id="onglet2">
    <span id="ctl00_ContentPlaceHolder1_Default_left_3"><div id="espace3"></div><b><font size="2" style="font-family: Arial Narrow,sans-serif;" color="Black">Faites-vous accompagner par<br> un Expert NOTA-PME™</font></b><div id="espace5"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">votre Expert-comptable</u></font></b>,</li><div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">un Commissaire aux comptes</u></font></b></li><div id="espace2"></div> <IMG SRC="../images/path968.png" style="margin-right:7px;">un Conseil CIF (Conseil en Investissement Financier agréé AMF</u></font></b>)</li></span>
    <span id="ctl00_ContentPlaceHolder1_Default_left_4"><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace5"></div><div id="espace3"></div></span>
    </div>
<div id="bottom_left1">
 
   
<div style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:-5px; margin-left:3px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../introduction/savoir_notation.aspx">
<span id="ctl00_ContentPlaceHolder1_Default_left_61" style=" color:White;">&nbsp;En savoir plus</span>
</a></div> 
 <div style="background:url('../images/g882.PNG'); width:100%; padding:3px; position:absolute; padding-left:15px; margin-left:132px; margin-top:-5px;font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../adhesion/Connexion_auto_notation.aspx">
<span id="ctl00_ContentPlaceHolder1_Default_left_63" style=" color:White;">&nbsp;Connexion</span>
</a></div> 
 
   
 
<div id="picleft" style="background:url('../images/Default/cadre_vert.png');padding:10px; padding-left:15px;font-size:11px;background-repeat:no-repeat; margin-left:5px;">
    <span id="ctl00_ContentPlaceHolder1_Default_left_cadre">    <b><font size="2" color="green">ANTICIPEZ POUR MIEUX RESISTER ET PROGRESSER</font></b>
     <br />Faites votre <b><font color="royalblue">auto-diagnostic</font></b> avec le CIP (Centre d'Information et de Prévention) : 
   </span> 
    <div style="height:40px; ">
   <table>
   <tr>
   <td>
    <img src="../images/polygon962.png" alt="" style="margin-top:-14px; margin-left:120px;" class="pic" />
    </td>
    <td>
    <div style="margin-top:-5px;"><a href="http://www.entrepriseprevention.com" title=""><font style="font-size:11px; margin-top:-5px;"><u><b>www.entrepriseprevention.com</b></u></font></a></div>
    </td>
    </tr>
    </table>
    </div>
 
    </div>
   
<div style="height:20px; padding-left:5px ; margin-top:9px; margin-left:4px;">
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a id="ctl00_ContentPlaceHolder1_A2" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$A2','')">
   <b><font color="royalblue" style="font-size:12px">
   <span id="ctl00_ContentPlaceHolder1_Label2">&nbsp;Testez gratuitement votre Auto-notation</span>
   </font></b></a>
   </div>
</div>
</div>
  </div>
  
  <div class="middle1" style="background: url( '../images/g61.png'); background-repeat:no-repeat;">
  <div id="espace5"></div>
  <span id="ctl00_ContentPlaceHolder1_Default_middle_titre" style="margin-top:-2px; margin-left:5px; position:absolute;"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38" id="titre1_middle1">&nbsp;Espace Consultations</div></span>
  <div style="background: url( '../images/path95-2.png'); padding-top:8px; margin-top:9px; margin-left:-8px; margin-right:50px; background-repeat:no-repeat; height:100%; width:450px; position:absolute;"> 
    
    
<span id="ctl00_ContentPlaceHolder1_Default_middle" style="text-align: center; margin-left:13px; margin-top:-5px; width:355px; position:absolute;"><b><font size="2" color="royalblue">Vers une meilleure s&eacute;curit&eacute; financi&egrave;re, pour renforcer<br>la compétitivité et accro&icirc;tre la confiance des partenaires</font></b><br/><div id="espace5"></div><div id="espace2"></div>
    </span>
<br /><br /><div id="espace5"></div>
<div id="ongletRight1">
    <span id="ctl00_ContentPlaceHolder1_Label1"><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black"><b>L'entreprise gagne à être connue de.. </font></b><div id="espace5"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses clients</u></font></b> (services Achats, donneurs d'ordre, collectivit&eacute;s...)</li><div id="espace2"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses fournisseurs</u></font></b> (Credit Managers) et assureurs-cr&eacute;dit</li><div id="espace2"></div>
		<IMG SRC="../images/path968.png" style="margin-right:7px;">ses banques</u></font></b> (B&acirc;le 2) et ses financeurs</u></font></b></li><br/><div id="espace5"></div><div id="espace5"></div>
      </span>
    </div>
    <div id="ongletRight2">
    <span id="ctl00_ContentPlaceHolder1_Label3"><font size="2" style="font-family: Arial Narrow,sans-serif;" color="black"><b>Accédez aux comptes des entreprises<br>et à leur Auto-notation argumentée... </font></b><div id="espace5"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#EE4000">NOTE BASIC</font></b>, sur la base des liasses fiscales brutes</u></font></b><div id="espace2"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#696969">NOTE SILVER</font></b>, fonction des justifications et correctifs déclaratifs</u></font></b> de l'entreprise accompagnée par son Conseiller NOTA-PME™</li><div id="espace2"></div><IMG SRC="../images/path968.png" style="margin-right:7px;">la <font size="2" color="#8B6508">NOTE GOLD</font></b> validée par un Expert indépendant agréé NOTA-PME™</u></font></b></u></b></li><div id="espace5"></div></span>
    </div>
 
<!--[if IE]>
<div id="bottom_middle1">
<![endif]-->
 
   
<span id="ctl00_ContentPlaceHolder1_Default_middle_6" style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px;margin-left:10px; +margin-left:-2px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle" /><a href="../introduction/savoir_consultation.aspx" style="color:White;">&nbsp; En savoir plus</a>
         </span>
   <span id="ctl00_ContentPlaceHolder1_Label4" style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px; margin-left:118px; font-size:12px; background-repeat:no-repeat;"><img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../adhesion/Connexion_auto_notation.aspx" style="color:White;" >&nbsp;Connexion</a>
    </span>
     
   <div id="picright" style="background:url('../images/Default/cadre_vert.png'); padding:8px; padding-left:20px;font-size:11px; background-repeat:no-repeat; margin-left:8px;">
   
   
    <font style="font-size:10px;">
    <span id="ctl00_ContentPlaceHolder1_Default_middle_cadre"><b><font size="2" color="green">LES COMPTES ET L'AUTO-NOTATION DE CETTE SOCIETE <br \\>SONT-ILS DISPONIBLES ?</font></b></span>
    </font>
 
  <table border="0" cellpadding="0" cellspacing="0" width="250px" style="margin-top:0px; width:400px;">
  <tr style="background:url('../images/path1233.png'); background-repeat:no-repeat;">
  <td align="left" nowrap="nowrap">
  <img src="../images/text1245.png" alt="" style=" position:relative; margin-top:-13px; margin-left:6px;" class="pic" />
 
 
    <a href="javascript:void(0)" id="ctl00_ContentPlaceHolder1_recherbtn" onclick="window.open('charger_compte_basic.aspx?search='+document.getElementById('chercher').value,'_self')" style=" margin-top:0px; font-size:11px; margin-left:75px;">
      <img id="ctl00_ContentPlaceHolder1_Image1" src="../images/g1247.png" style="border-width:0px;" /></a>
  
  
   <font face="Arial, sans-serif" size="1">
  <input id="chercher" onmousedown="chgClr();" type="text" name="s" value="" style=" margin-left:-119px; margin-top:-23px;width:85px; font-size:10px; height: 12px;" /></font>
  
  <a href="#" onclick='OuvrirPop("recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")'><font color="white" style="font-size:11px; margin-top:2px; position:absolute;  margin-left:3px;">
 <span id="ctl00_ContentPlaceHolder1_Label11" style="background:url('../images/g589.PNG') no-repeat; font-size:12px;margin-left:-13px; position:absolute; height:30px; width:250px; padding-left:11px; padding-top:1px; margin-top:-1px; top: 0px; left: 0px;">Recherche avancée</span>
 </font></a>
 <img 
 src="../images/polygon563-2.png" alt="" style="margin-top:4px; padding-right:4px; margin-left:-5px; position:absolute;" class="pic"/>
  </td>
  
  </tr>
 </table>
 
    </div>
    <br /><br /><div id="espace5"></div><div id="espace3"></div>
    <div style="height:20px; margin-left:4px; padding-left:5px ; margin-top:-5px;+margin-top:3px;">  
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a href="###">
   <b><font color="royalblue" style="font-size:12px">
   <span id="ctl00_ContentPlaceHolder1_Default_middle_5">&nbsp;Examinez un exemple d'Auto-notation</span>
   </font></b></a>
   </div>
 
   
 
<!--[if IE]>
</div>
<![endif]-->
 
 
   
 
    
</div>
</div>
 
 
<div style="height:76px; margin-top:377px; +margin-top:377px;margin-bottom: 3px; width:790px;padding-bottom:5px; margin-left:-11px;background: url( '../images/g37b.png'); background-repeat:no-repeat;position :relative;">
<span id="ctl00_ContentPlaceHolder1_Default_left_titre3"><div style="font-family: Arial Narrow,sans-serif;padding:5px;font-size:17px;color:#79aa38;" id="titre3_left1">&nbsp; Espace Place de Marché</div></span>
 
<div style="background: url( '../images/g38b.png'); padding-top:10px; background-repeat:no-repeat; margin-top:-7px; margin-bottom:5px; width:100%; height:55px; position:absolute;">
<label style="color:Royalblue; font-size:12px;"><b>&nbsp;&nbsp;Besoin d'un conseiller, d'un expert pour vous accompagner dans votre développement ?</b></label>
<div style=" font-size:12px; height:100%; background:url('../images/g530.png'); background-repeat:no-repeat; margin-left:580px;">
&nbsp;&nbsp;
<img src="../images/polygon563-2.png" style="margin-top:5px; margin-left:-4px;" alt="" class="pic" />
<a href="../PDM/DefaultPDM.aspx" style="font-size:12px; position:absolute; margin-top:4px; color:White;" ><span id="ctl00_ContentPlaceHolder1_Default_bottom_1" style=" color:White;">&nbsp;Accéder à la Place de Marché</span></a>
</div>
</div>
</div>
 
 
   <div id="picright_btn">
     <img src="../images/interogation.PNG" alt="" class="pic" onmouseover="showPicture('popupM')" onmouseout="hidePicture('popupM')"/>
     <img id="popupM" src="../images/popupM.PNG" class="large_right"  />
    </div>   
    <div id="picleft_btn">
  
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('AE')" onmouseout="hidePicture('AE')"/>
      <img id="AE" src="../images/Autonotation_Entreprise.PNG" width="700" class="large_left"/>
    
    </div>   
    <div id="picbottom_btn">
   
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('pdm')" onmouseout="hidePicture('pdm')"/>
       <img id="pdm" src="D:/Amine/Image popup/rect3.png" class="largebas"/>
    
    </div>   
    
    
</div>
<div id="espace5"></div>
 
<div id="espace2"></div>
 
</div>
<div id="rightside">
<div id="photo_right" style="background: url(../images/contact/part3.png);background-repeat:no-repeat; margin-left:-1px; padding-left:1px; padding-top:0px;" >
    <span id="ctl00_Master1_parterreserver2" style="text-align:center;"><div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#79aa38; margin-top: 5px;"><b>&nbsp;&nbsp;Partenaires NOTA-PME™</b></div></span>
    
    <div id="grayline" style="border-top:1px solid lightgray; margin-top:4px; margin-right:2px;"></div>
    
    <div style="margin-left:9px; margin-bottom:17px;>
    
<span id="ctl00_Master1_parterreserver1" style="text-align:center;"><font color="royalblue"  style="font-size:11px; text-align:center" ><b>Espace r&eacute;serv&eacute; à nos partenaires pour communiquer aupr&egrave;s des entreprises et de leurs conseils.</b></font></span>
 
</div>
 
    <div id="epace3"></div>
    
    <div id="ctl00_ph1">
 
</div>
    <div  id="partnersmarquee">
     
    <div id="partnersmarquee1" style="margin-top:5px;"><center>
    <table style="font-size:10px;"><tr><td>
    <a href="#"><img src="../images/partners/jedeclare.png" border="0" /></a></td><td><a href="#"><b> La télétransmission des comptes avec les Experts comptables</b></a></td> </tr>
    <tr><td><a href="#"><img src="../images/partners/oseo.png" border="0" width="90px"/></a></td><td><a href="#"><b> soutient l'innovation et la croissance des PME</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/apce_1.JPG" border="0" width="90px"/></a></td><td><a href="#"><b> Agence pour la création d'entreprises</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/bureauv_1.jpg" width="100px"/></a></td><td><a href="#"><b> DIANE, ASTREE et les 
        autres...</b></a> </td></tr>   
    <tr><td><a href="#"><img src="../images/partners/les_echos.gif" width="100px"/></a></td><td><a href="#"><b> Prix de la Performance</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/ordre_des_experts_comptable.gif" width="90px"/></a></td><td><a href="#"><b> 
        Conseil Supérieur de l'Ordre des Experts Comptables</b></a></td></tr>
   <tr><td><a href="#"><img src="../images/partners/salon_1.jpg" width="110px"/></a></td><td><a href="#"><b> Paris, Lyon, Nantes...</b></a></td></tr>
    </table>
    </center>
    
    </div> 
    <div id="partnersmarquee2">
    </div> 
    </div>
<script type="text/javascript"> 
<!--
 
    var speed = 200; //plus lente plus grande 
    var tab = document.getElementById("partnersmarquee");
    var tab1 = document.getElementById("partnersmarquee1");
    var tab2 = document.getElementById("partnersmarquee2");
    tab2.innerHTML = tab1.innerHTML;          //clone tab1 à tab2 
    tab.scrollTop = tab.scrollHeight
    function Marquee() {
        if (tab2.offsetTop - tab.scrollTop <= 0)//quand tzb1 et tab2 cross 
            tab.scrollTop -= tab1.offsetHeight  //demo deplacer a top 
        else {
            tab.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    tab.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    tab.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
-->
</script>
 
<div id="adsense">
 
<div id="espace5"></div><div id="espace5"></div>
 
 
<style type="text/css">
#partnersmarqueex { 
    background: #FFF; 
    overflow:hidden; 
    border: 0px dashed #CCC; 
    /*min-height: 580px;*/
    height: 580px; 
    text-align: center; 
    float: left; 
    width: 180px;
    display: none;
    z-index: 1;
    
} 
#partnersmarqueex img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:20px;
}
#adaptation {
	height: 600px; 
}
</style>
<input name="ctl00$listx1$tstText" type="text" id="ctl00_listx1_tstText" style="display:none;" />
<div id="partnersmarquee">
     
    <div id="partnersmarquee1"><center>
    <a href="#"><img src="../images/partners/jedeclare.png" border="0" width="90px"/><b>> La télétransmission des comptes avec les Experts comptables</b></a> 
    <a href="#"><img src="../images/partners/oseo.png" border="0" width="90px"/><b>> soutient l'innovation et la croissance des PME</b></a>
    <a href="#"><img src="../images/partners/apce_1.JPG" border="0" width="90px"/><b>> Agence pour la création d'entreprises</b></a> 
    <a href="#"><img src="../images/partners/bureauv_1.jpg" width="100px"/><b>> DIANE, ASTREE et les 
        autres...</b></a>    
    <a href="#"><img src="../images/partners/les_echos.gif" width="100px"/><b>> Prix de la Performance</b></a>
    <a href="#"><img src="../images/partners/ordre_des_experts_comptable.gif" width="90px"/><b>> 
        Conseil Supérieur de l'Ordre des Experts Comptables</b></a>
    <a href="#"><img src="../images/partners/salon_1.jpg" width="110px"/><b>> Paris, Lyon, Nantes...</b></a>
    </center></div> 
    <div id="partnersmarquee2">
    </div> 
    </div>
 
<script type="text/javascript">
    document.getElementById('partnersmarquee').style.height = "225px";
    document.getElementById('partnersmarquee').style.display = "block";
 
    var speed = 45; //plus lente plus grande 
    var tab = document.getElementById("partnersmarquee");
    var tab1 = document.getElementById("partnersmarquee1");
    var tab2 = document.getElementById("partnersmarquee2");
    tab2.innerHTML = tab1.innerHTML;          //clone tab1 à tab2 
    tab.scrollTop = tab.scrollHeight
    function Marquee() {
        if (tab2.offsetTop - tab.scrollTop <= 0)//quand tab1 et tab2 cross 
            tab.scrollTop -= tab1.offsetHeight  //demo deplacer a top 
        else {
            tab.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    tab.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    tab.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
 
</script> 
 
 
<style type="text/css">
#partnersmarqueey { 
    background: #FFF; 
    overflow:hidden; 
    border: 0px dashed #CCC; 
    height: 410px; 
    min-height:263px;
    max-height:663px;
    margin-top:-20px;
    text-align: center; 
    float: right; 
    width: 180px;
    display: none;
    z-index: 1;
}
#partnersmarqueey img { 
    border: 3px solid #F2F2F2; 
    display: block;
    margin-top:20px;
}
</style>
 
<div id="partnersmarqueey">
     
    <div id="partnersmarqueey1"><center>
    
<u><b><font color="royalblue"  style="font-size:12px">Evaluer l'immatériel</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Suivez le guide de l'INPI, la référence de la propriété industrielle</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.observatoire-immateriel.org</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Financer par crédit-bail</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Le spécialiste du leasing et du lease-back</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.financementPME.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="Div10"></div>
<u><b><font color="royalblue"  style="font-size:12px">Gérer le DIF</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Ne vos laissez pas piéger par le Droit Individuel à la Formation</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.annuaire-formations-dif.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Pilotez le recouvrement</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">La solution pour Se Faire Payer !</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.sefairepayer.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Faites-vous accompagner pour déposer vos Brevets d'Invention. </font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Liste nationale des Ingénieurs-Conseils en Brevet d'Invention.</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.inpi.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Optimisez vos stocks</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Conseil et Solutions en
Performances Industrielles !
</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.Albert-Deloin.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Levée de fonds</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Le spécialiste français
€500m levés sur 140 tours de table
</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.chaussonfinance.com</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Le capital risque en France</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">L'Assocation Française des Investisseurs en Capital</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.afic.asso.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">L'ISF pour capitaliser les PME</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Rencontrez les investisseurs des Holding ISF</font>
<div id="espace5"></div>
<b><font color="green"  style="font-size:10px">www.capitalpme.oseo.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
<div id="espace5"></div>
<u><b><font color="royalblue"  style="font-size:12px">Difficultés de trésorerie avec votre banque ?</font></b></u>
<div id="espace5"></div>
<font color="black"  style="font-size:11px">Faites-vous défendre et accompagner par la Médiation du Crédit</font>
<div id="espace3"></div>
<b><font color="green"  style="font-size:10px">www.mediateurducredit.fr</font></b>
<div id="espace5"></div><div id="espace5"></div>
    
 
    </center></div> 
    <div id="partnersmarqueey2">
    </div> 
    </div>
 
 
<script type="text/javascript"> 
<!--
    var speed = 35; //plus lente plus grande
    var taby = document.getElementById("partnersmarqueey");
    var taby1 = document.getElementById("partnersmarqueey1");
    var taby2 = document.getElementById("partnersmarqueey2");
    taby2.innerHTML = taby1.innerHTML;          //clone tab1 à tab2 
    taby.scrollTop = taby.scrollHeight
    function Marquee() {
        if (taby2.offsetTop - taby.scrollTop <= 0)//quand tzb1 et tab2 cross 
            taby.scrollTop -= taby1.offsetHeight  //demo deplacer a top 
        else {
            taby.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    taby.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    taby.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
--> 
</script>
 
 
 
 
 
 
 
</div>
</div>
<div id="bottom" style="background:url('../images/contact/bottom_part2.png'); background-repeat:no-repeat;position:relative; margin-left: -1px; margin-top: 133px;height:auto;width:210px"></div>
</div>
<div id="ldb" style="margin-left:790px; width:205px; height:70px;margin-top:3px ;background-repeat:no-repeat;" >
<div style="background:url('../images/Masterpage/ldb_head.png');width:205px; height:30px;margin-top:-1px;padding-top:-10px; padding-bottom:2px;margin-left: -4px; background-repeat:no-repeat;">
    <span id="ctl00_espace_detente"><div  id="titre_ldb" style="margin-top: -1px">&nbsp;Espace Détente</div></span>
    <div id="ldb_intero">
     <img src="../images/interogation.PNG" alt="Espace Détente" class="pic" />
    </div>  
 
</div>
 
<div style="background:url('../images/Masterpage/ldb_bottom.png');width:205px; height:53px;margin-top:-10px; margin-left: -4px;border-top:1px solid #d9d9d9; background-repeat:no-repeat; padding-top: 5px;">
    <span id="ctl00_Label3"><table>
 <tr>
 <td></td><td><font color="royalblue">Dirigeant : faites rédiger  votre prochain discours automatiquement...</td>
 </tr>
 </table>
      
     <a href="../ldb/ldb.aspx" style="color:royalblue; margin-left:20px;"><b><img src="../images/puce_1.png" style=" margin-top:5px;" alt="" />&nbsp;Discours "Langue de bois"</b></a></span>
</div>
 
 
 
</div>
</div>
</div>
 
 
 
<div id="footer" style="background: url( '../images/g3575.png'); background-repeat:no-repeat; color:White;">
 
  <table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:10px;margin-top:6px;" >
  <tr>
  <td align="left" style="color:White;" nowrap="nowrap">
&nbsp;&nbsp;<b>©&nbsp;NOTA-PME™ <span id="ctl00_Label1">2010</span></b></td>
<span id="ctl00_Label2">  
   <td align="right" nowrap="nowrap"><a href="../contact/mentions_legales.aspx" target="_self" style="color:white">
<b>&nbsp;&nbsp;| &nbsp;&nbsp;<u>Mentions l&eacute;gales</u></b><b></a>&nbsp;&nbsp;&nbsp;|
<a href="../contact/conditions_generales.aspx" target="_self" style="color:white"><b>&nbsp;&nbsp;&nbsp;<u>Conditions générales d'utilisation</u>&nbsp;&nbsp;</b></a>
  </td></span>
  </tr>
 </table>
<br />
 
 <span id="ctl00_Master1_footer1" style="color:royalblue">
      <td align="center" nowrap="nowrap">&nbsp;&nbsp;<b></b>
      Site optimisé pour Internet Explorer 7 & 8 et Mozilla Firefox 3&nbsp;&nbsp; >>&nbsp;<a href="../home/ameliorer.aspx" target="_self" style="color:royalblue"><b><u>Merci de rapporter les anomalies d'interface constatées</u></b></a>
 
      </td></span>
 <input type="submit" name="ctl00$btnTestAddControl" value="Add a control" id="ctl00_btnTestAddControl" style="display:none;" />
        <input type="submit" name="ctl00$btnSavePage" value="Save Page" id="ctl00_btnSavePage" style="display:none;" />
        <input type="submit" name="ctl00$remove" value="remove it" id="ctl00_remove" style="display:none;" />
 </div>
 
</form>
</body>
</html>

Great discussion :smiley:
So in conclusion : I just have to kill myself .The problem is that I’m juste a trainee dealing with others code .
anyway here is the famous code
Masterpage:


<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<%@ Register TagPrefix = "listx1" TagName = "li" Src = "../UserControl/listx1.ascx"%>
<%@ Register TagPrefix = "listx2" TagName = "li" Src = "../UserControl/listx2.ascx"%>

<%@ Register Assembly="FarPoint.Web.Spread" Namespace="FarPoint.Web.Spread" TagPrefix="FarPoint" %>
<!DOCTYPE html PUBLIC "//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<%--<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">--%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"  />

<%--<meta http-equiv="X-UA-Compatible" content="chrome=1"/>--%>
<%--testing new javascript engine version 8--%>
<%--  Tooltips Js  --%>
<%--Pour les bulles .?--%>
    <script src="../inc/tooltips/qTip.js" type="text/javascript"></script>
    <link href="../inc/tooltips/qTip.css" rel="stylesheet" type="text/css" />
    <div>
    <asp:ContentPlaceHolder id="head" runat="server">
    </asp:ContentPlaceHolder>
    </div>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 
    <meta name="Keywords" content="key, words"/>	
    <meta name="Distribution" content="Global"/>
    <meta name="Robots" content="index,follow"/>
    <link rel="stylesheet" type="text/css" href="../css/stylemaster.css" media="all" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link href="../css/stylemenu.css" rel="stylesheet" type="text/css" id="css1" />
    <!--[if lte IE 6]>
    <link href="stylemenu_ie.css" rel="stylesheet" type="text/css" />
    <![endif]--> 
    
<script type="text/javascript">
    var t;
    var s;

    if (document.all) {
        // IE
        document.onreadystatechange = function() {
            if (document.readyState == "complete") {
                document.getElementById('loading').style.display = 'none';
                //centrer bar informant
                document.getElementById('charger').style.left = (((document.documentElement.clientWidth - 180) / 2)+ "px");
            }
        }
    }
    else {
        // Firefox
        addEventListener('DOMContentLoaded', effacerloading, false);
    }

    function effacerloading() {
        document.getElementById('loading').style.display = 'none'; 
    }
    function delayChange() {
        t = setTimeout("dosomething()", 250);
        clearTimeout(s);
    }
    function delayReChange() {
        s = setTimeout("clearDelayChange()", 200);
        clearTimeout(t);
    }

    function clearDelayChange() {
        //clearTimeout(t);
        var sa = document.getElementById("sousa");
        sa.style.visibility = "hidden";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "hidden";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "hidden";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "hidden";
        var se = document.getElementById("souse");
        se.style.visibility = "hidden";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "hidden";
        //document.createStyleSheet().removeRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function dosomething() {
        var sa = document.getElementById("sousa");
        sa.style.visibility = "visible";
        var sb = document.getElementById("sousb");
        sb.style.visibility = "visible";
        var sc = document.getElementById("sousc");
        sc.style.visibility = "visible";
        var sd = document.getElementById("sousd");
        sd.style.visibility = "visible";
        var se = document.getElementById("souse");
        se.style.visibility = "visible";
        var sf = document.getElementById("sousf");
        sf.style.visibility = "visible";
        //clearTimeout(s);
        //document.createStyleSheet().addRule('.menu ul li ul', 'visibility:visible;');
        //document.createStyleSheet().addRule('.menu ul li:hover ul', 'display:none;');
    }
    function patienter() {//pr patienter

        document.getElementById("charger").style.display = "block";
        if (document.all) for (var i = 0; i < document.all.length; i++)
            document.all(i).style.cursor = 'wait'; //transferer curseur en symbole d'attente
        else document.getElementsByTagName("BODY")[0].style.cursor = "wait";
    }  
</script>
<script type="text/javascript">
    //script pour ouvrir un pop-up 
    function OuvrirPop(url,nom, haut, Gauche, largeur, hauteur, options) {
        ouvpop = window.open(url, nom, "top=" + haut + ",left=" + Gauche + ",width=" + largeur + ",height=" + hauteur + "," + options);
    }
    
</script>
</head>
     <body class="opacite" runat="server" id="MyBody" style=" overflow:hidden; font-family:Tahoma,sans-serif;">
     <%--#ffffff--%>


<div id="loading" style="background-color:#DEE7F2; margin-top: -15px; margin-left:-15px; height:100%; width:110%; position: fixed; z-index:9999; padding-top:300px;">
<center ><p><font style="font-size:20px; color:#254061; margin-left:-90px;">Chargement en cours...</font></p></center>
</div>
<div id="charger" style="border:1px solid black; border-bottom:1px solid black; border-right:1px solid black;">
<table>
<tr>
<td><img alt="" src="../images/loader/ajax-loader4.gif"/></td>
<td style="font-size:small;">Veuillez patienter : l'actualisation des données est en cours...</td>
</tr>
</table>

</div>
    
<form id="form1" method="post" runat="server" style=" background-color:Transparent" >

<div id="wrapper" style=" background-color:Transparent" >

<div id="headall">
<a href=""><img src="../images/text254.png" alt="" style="margin-right:20px; margin-top:-24px;" /></a>
<img src="../images/line122.png" alt="" style=" margin-top:-30px;" />
<a href=""><img src="../images/text256.png" alt="" style=" margin-top:-24px;" /></a>
<img src="../images/text274.png" alt="" style=" margin-left:280px; margin-top:-24px;" />
<a href="../adhesion/Connexion_auto_notation.aspx"><img src="../images/text272.png" alt="" style=" margin-left:45px; margin-top:-24px;" /></a>



<%-- top info starts here --%>
<div id="header">


<img src="../images/MasterPage/header_text_right.png" alt="" style="float:right; margin-right:20px; margin-top:15px;" />
<div style="background:url('../images/boutton_vert.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:65px; margin-left:770px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="">
<asp:Label style=" color:White;" ID="Default_left_61" runat="server" Text="PREFACE&#153 inside by ORDIMEGA&nbsp;"/>
</a></div> 


<br /><br /><br /><br /><br /><br /><br /><div id="Div1"></div>
<div>
<div class="menu">
<ul>
<li><a href="../home/Default.aspx" target="_self">Accueil</a></li>
<li><a class="drop" href="../home/route_auto_notation.aspx" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Auto-notation<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousa" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/adhesion_auto_notation.aspx" target="_self">Rejoignez le cercle d'Auto-notation NOTA-PME&#8482;</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Comment et par qui votre entreprise est-elle not&eacute;e ?</a></li>
<li><a href="#" target="_self">Sélectionnez votre Conseiller ou votre Expert indépendant agréé 
NOTA-PME&#8482;</a></li>
<li><a href="../introduction/savoir_notation.aspx" target="_self">Tout savoir sur l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>



<li><a class="drop" href="../home/consultation_basic.aspx" onmouseover="delayChange()" onmouseout="delayReChange()"  target="_self">Consultations</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousb" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" onclick='OuvrirPop("../home/recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")' target="_self" >Recherchez une entreprise</a></li>
<li><a href="../adhesion/service_consultation.aspx" target="_self">Souscrivez aux services de Consultations NOTA-PME&#8482;</a></li>
<li><a href="#" target="_self">Analysez en détail les comptes d'une entreprise</a></li>
<li><a href="#" target="_self">Enquêtes approfondies commerciales et solvabilité</a></li>
<li><a href="#" target="_self">Missions d'évaluation d'entreprise</a></li>
<li><a href="../introduction/savoir_consultation.aspx" target="_self">Tout savoir sur les consultations NOTA-PME&#8482;</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>


<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Conseillers NOTA-PME&#8482;<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousc" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/conseiller.aspx" target="_self">Devenez Conseiller NOTA-PME&#8482;</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur le conseil pour l'Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Experts indépendants NOTA-PME&#8482;</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousd" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../adhesion/tiers_de_confiance.aspx" target="_self">Devenez Expert indépendant NOTA-PME&#8482;</a></li>
<li><a href="#" target="_self">Proposez vos missions</a></li>
<li><a href="#" target="_self">Tout savoir sur la validation de l'Auto-notation</a></li>
</ul>

</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>


<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">Partenaires</a><!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="souse" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="#" target="_self">Rejoignez les partenariats NOTA-PME&#8482;</a></li>
<li><a href="../testfp/ConnFB.aspx" target="_self">Les liens Partenaires</a></li>
<li><a href="#" target="_self">Tout savoir sur les Partenariats Auto-notation</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>

<li><a class="drop" href="#" onmouseover="delayChange()" onmouseout="delayReChange()" target="_self">La société</a>
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table><tr><td>
<ul id="sousf" onmouseover="delayChange()" onmouseout="delayReChange()">
<li><a href="../contact/qui_sommes_nous.aspx#3" target="_self">Qui sommes-nous ?</a></li>
<li><a href="../contact/nous_contacter.aspx" target="_self">Nous contacter</a></li>
<li><a href="../contact/mentions_legales.aspx#2" target="_self">Mentions légales</a></li>
<li><a href="../contact/conditions_generales.aspx" target="_self">Conditions générales d'Adhésion</a></li>
</ul>
</td></tr></table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</ul>
</div>
<div id="search">
<input id="s" type="text" name="s" value=""/>
<input id="x" type="button" value="" onclick="window.open('../home/SearchSite.aspx?search='+document.getElementById('s').value,'_self')"/>
</div>
</div>

</div>


<%-- main content starts here --%>
<div id="homepic">

</div>
</div>


<div id="bottomcontent" style=" background-color:inherit" >
<div id="leftside" style=" background-color:inherit">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
<div id="rightside">
<div id="photo_right" style="background: url(../images/contact/part3.png);background-repeat:no-repeat; margin-left:-1px; padding-left:1px; padding-top:0px;" >
    <asp:Label ID="Master1_parterreserver2" style="text-align:center;" runat="server" Text="<%$ Resources:lang,Master1_parterreserver2 %>"/>
    
    <div id="grayline" style="border-top:1px solid lightgray; margin-top:4px; margin-right:2px;"></div>
    
    <div style="margin-left:9px; margin-bottom:17px;>
    
<asp:Label ID="Master1_parterreserver1" runat="server" style="text-align:center;" Text="<%$ Resources:lang,Master1_parterreserver1 %>"/>

</div>

    <div id="epace3"></div>
    <%--partners marquee partners marquee partners marquee   --%>
    <asp:Panel ID="ph1" runat="server" />
    <div  id="partnersmarquee">
     
    <div id="partnersmarquee1" style="margin-top:5px;"><center>
    <table style="font-size:10px;"><tr><td>
    <a href="#"><img src="../images/partners/jedeclare.png" border="0" /></a></td><td><a href="#"><b> La télétransmission des comptes avec les Experts comptables</b></a></td> </tr>
    <tr><td><a href="#"><img src="../images/partners/oseo.png" border="0" width="90px"/></a></td><td><a href="#"><b> soutient l'innovation et la croissance des PME</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/apce_1.JPG" border="0" width="90px"/></a></td><td><a href="#"><b> Agence pour la création d&#39;entreprises</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/bureauv_1.jpg" width="100px"/></a></td><td><a href="#"><b> DIANE, ASTREE et les 
        autres...</b></a> </td></tr>   
    <tr><td><a href="#"><img src="../images/partners/les_echos.gif" width="100px"/></a></td><td><a href="#"><b> Prix de la Performance</b></a></td></tr>
    <tr><td><a href="#"><img src="../images/partners/ordre_des_experts_comptable.gif" width="90px"/></a></td><td><a href="#"><b> 
        Conseil Supérieur de l&#39;Ordre des Experts Comptables</b></a></td></tr>
   <tr><td><a href="#"><img src="../images/partners/salon_1.jpg" width="110px"/></a></td><td><a href="#"><b> Paris, Lyon, Nantes...</b></a></td></tr>
    </table>
    </center>
    
    </div> 
    <div id="partnersmarquee2">
    </div> 
    </div>
<script type="text/javascript"> 
<!--

    var speed = 200; //plus lente plus grande 
    var tab = document.getElementById("partnersmarquee");
    var tab1 = document.getElementById("partnersmarquee1");
    var tab2 = document.getElementById("partnersmarquee2");
    tab2.innerHTML = tab1.innerHTML;          //clone tab1 à tab2 
    tab.scrollTop = tab.scrollHeight
    function Marquee() {
        if (tab2.offsetTop - tab.scrollTop <= 0)//quand tzb1 et tab2 cross 
            tab.scrollTop -= tab1.offsetHeight  //demo deplacer a top 
        else {
            tab.scrollTop++
        }
    }
    var MyMar = setInterval(Marquee, speed);
    tab.onmouseover = function() { clearInterval(MyMar) };
    //mouseover clear timer pour l'arreter
    tab.onmouseout = function() { MyMar = setInterval(Marquee, speed) };
    //redémarrer timer pour continuer quand mouseout 
-->
</script>

<div id="adsense">
<%--<asp:Image ID="Image2" runat="server" ImageUrl="../images/puce_1.png" />
&nbsp;
<b><font color="royalblue"  style="font-size:13px">
<asp:Label ID="Master1_partener" runat="server" Text="<%$ Resources:lang,Master1_partener %>"/>
</font></b>--%>
<div id="espace5"></div><div id="espace5"></div>
<%----------------------------------liste defiler --------------------------------%>
<listx1:li ID="listx1" runat = "server"/> 
<listx2:li ID="listx2" runat = "server"/> 
<%----------------------------------liste defiler --------------------------------%>
</div>
</div>
<div id="bottom" style="background:url('../images/contact/bottom_part2.png'); background-repeat:no-repeat;position:relative; margin-left: -1px; margin-top: 133px;height:auto;width:210px"></div>
</div>
<div id="ldb" style="margin-left:790px; width:205px; height:70px;margin-top:3px ;background-repeat:no-repeat;" >
<div style="background:url('../images/Masterpage/ldb_head.png');width:205px; height:30px;margin-top:-1px;padding-top:-10px; padding-bottom:2px;margin-left: -4px; background-repeat:no-repeat;">
    <asp:Label ID="espace_detente"  runat="server" Text="<%$ Resources:lang,master1_ldb_title %>"></asp:Label>
    <div id="ldb_intero">
     <img src="../images/interogation.PNG" alt="Espace Détente" class="pic" />
    </div>  
<%--    <div style="font-family: Arial Narrow,sans-serif;font-size:17px;color:#bcd49b;padding:5px;" id="titre3_left1">&nbsp;Espace Place de Marché</div>--%>
</div>

<div style="background:url('../images/Masterpage/ldb_bottom.png');width:205px; height:53px;margin-top:-10px; margin-left: -4px;border-top:1px solid #d9d9d9; background-repeat:no-repeat; padding-top: 5px;">
    <asp:Label ID="Label3"  runat="server" Text="<%$ Resources:lang,master1_ldb_text_corp%>"></asp:Label>
</div>


<%--<asp:Label ID="Master1_ldb" runat="server" Text="<%$ Resources:lang,Master1_ldb %>"/>--%>
</div>
</div>
</div>



<div id="footer" style="background: url( '../images/g3575.png'); background-repeat:no-repeat; color:White;">

  <table border="0" cellpadding="0" cellspacing="0" width="100%" style="font-size:10px;margin-top:6px;" >
  <tr>
  <td align="left" style="color:White;" nowrap="nowrap">
&nbsp;&nbsp;<b>&#169;&nbsp;NOTA-PME&#8482; <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></b></td>
<asp:Label ID="Label2" runat="server" Text="<%$ Resources:lang,Master1_footer2 %>"/>
  </tr>
 </table>
<br />
 
 <asp:Label ID="Master1_footer1" style="color:royalblue" runat="server" Text="<%$ Resources:lang,Master1_footer1 %>"/>
 <asp:Button ID="btnTestAddControl" style="display:none;" OnClick="btntest_Click" runat="server" Text="Add a control" />
        <asp:Button ID="btnSavePage" style="display:none;" OnClick="btnSavePage_Click" runat="server" Text="Save Page" />
        <asp:Button ID="remove" style="display:none;" OnClick="remove_Click" runat="server" Text="remove it" />
 </div>

</form>
</body>
</html>

and the default page


<%@ Page Language="C#" MasterPageFile="~/masterpage/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="home_Default1" Title="Page sans titre" %>

<asp:Content ID="Content1"  ContentPlaceHolderID="head" Runat="Server">
    <link rel="stylesheet" type="text/css" href="../css/home/Default.css" media="all" />
     <link href="../css/stylemenu.css" rel="stylesheet" type="text/css" />
     
    <title>NOTA-PME&#8482; Notation Preface en ligne</title>
<script type="text/javascript">

//script pour ouvrir un pop-up 
function OuvrirPop(url,nom,haut,Gauche,largeur,hauteur,options) {
    ouvpop=window.open(url,nom,"top="+haut+",left="+Gauche+",width="+largeur+",height="+hauteur+","+options);
}

//function modalWin() {
//    var touto = document.getElementById('chercher').value;
//    if (window.showModalDialog) {
//        window.showModalDialog("recherche3.aspx?p=" + touto, "name","dialogTop=130px;dialogLeft=145px;dialogWidth:900px;dialogHeight:570px");
//    } else { 
//    window.open("recherche3.aspx?p=" + touto, 'name', 'top=130,left=145,height=570,width=900,toolbar=no,directories=no,status=no,continued from previous linemenubar=no,scrollbars=no,resizable=no ,modal=yes');
//    }
//} 


function r_Cookie(nom) {
    var arg = nom + "=";
    var alen = arg.length;
    var clen = document.cookie.length;
    var i = 0;
    while (i < clen) {
        var j = i + alen;
        if (document.cookie.substring(i, j) == arg) return getCookieVal(j);
        i = document.cookie.indexOf(" ", i) + 1;
        if (i == 0) break;
    }
    return null;
}

abinfo_popup = r_Cookie("abinfo");

if (abinfo_popup != "non") {
    //ouvrirPop();
}

</script> 
<script type="text/javascript">
    function nondisplay() {
        document.getElementById('adsense').style.display = "none";
        document.getElementById('partnersmarquee').style.height = "279px";
        document.getElementById('partnersmarquee').style.display = "block";
        document.getElementById('ldb').style.display = "block";
        document.getElementById('popupM').style.display = "none";
        document.getElementById('pdm').style.display = "none";
        document.getElementById('AE').style.display = "none";
        document.getElementById('grayline').style.marginTop = "-1px";
    }
    function addLoadEvent(func) {
        var oldonload = window.onload;
        if (typeof window.onload != 'function') {
            window.onload = func;
        }
        else {
            window.onload = function() {
                oldonload();
                func();
            }
        }
    }
    addLoadEvent(nondisplay);
    function chgClr() {

        document.getElementById('chercher').style.color = "black";
        document.getElementById('chercher').value = "";
    }
    function showPicture(pictureId) {
        document.getElementById(pictureId).style.display = "block"
    }
    function hidePicture(pictureId) {
        document.getElementById(pictureId).style.display = "none"
    }
   
</script>
</asp:Content>


<asp:Content ID="Content2"  ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

    <div id="bottomcontent1">
  <div class="left1" style="background: url( '../images/g61.png');background-repeat:no-repeat";>
  <div id="espace5">&nbsp;</div>
<asp:Label ID="Default_left_titre" runat="server" Text="<%$ Resources:lang,Default_left_titre %>"></asp:Label>
  
    <div style="background: url( '../images/path95-2.png');padding-top:8px; margin-top:-8px; margin-left:-13px; background-repeat:no-repeat; height:100%; width:450px;"> 
    <%--<asp:Label ID="Default_left_titre_test" runat="server" Text="<%$ Resources:lang,Default_left_titre_test %>"></asp:Label>--%>
    <br />
    
  <asp:Label ID="Default_left_1" style="text-align: center;margin-top:-18px; position:absolute; margin-left:20px; font-size:24px; width:300px;" runat="server" Text="<%$ Resources:lang,Default_left_1 %>"></asp:Label><br /><br /><br />
    
    <br />
    <div id="espace5"></div>
    <div id="onglet">
    <asp:Label ID="Default_left_2" runat="server" Text="<%$ Resources:lang,Default_left_2 %>"></asp:Label>
    </div>
    <div id="onglet2">
    <asp:Label ID="Default_left_3" runat="server" Text="<%$ Resources:lang,Default_left_3 %>"></asp:Label>
    <asp:Label ID="Default_left_4" runat="server" Text="<%$ Resources:lang,Default_left_4 %>"></asp:Label>
    </div>
<div id="bottom_left1">

<%---- ------Default_left_6 conn, savoir-------------%>   
<div style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:-5px; margin-left:3px; font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../introduction/savoir_notation.aspx">
<asp:Label style=" color:White;" ID="Default_left_61" runat="server" Text="<%$ Resources:lang,Default_left_61 %>"/>
</a></div> 
 <div style="background:url('../images/g882.PNG'); width:100%; padding:3px; position:absolute; padding-left:15px; margin-left:132px; margin-top:-5px;font-size:12px; background-repeat:no-repeat;">
 <img src="../images/polygon563-2.png" alt="" align="absmiddle"/><a href="../adhesion/Connexion_auto_notation.aspx">
<asp:Label ID="Default_left_63" style=" color:White;" runat="server" Text="<%$ Resources:lang,Default_left_63 %>"/>
</a></div> 

<%---- ------Default_left_6---anticipez----------%>   

<div id="picleft" style="background:url('../images/Default/cadre_vert.png');padding:10px; padding-left:15px;font-size:11px;background-repeat:no-repeat; margin-left:5px;">
    <asp:Label ID="Default_left_cadre" runat="server" Text="<%$ Resources:lang,Default_left_cadre %>"></asp:Label> 
    <div style="height:40px; ">
   <table>
   <tr>
   <td>
    <img src="../images/polygon962.png" alt="" style="margin-top:-14px; margin-left:120px;" class="pic" />
    </td>
    <td>
    <div style="margin-top:-5px;"><a href="http://www.entrepriseprevention.com" title=""><font style="font-size:11px; margin-top:-5px;"><u><b>www.entrepriseprevention.com</b></u></font></a></div>
    </td>
    </tr>
    </table>
    </div>
<%----------place reserve pour div picleft_btn-------------%>
    </div>
   
<div style="height:20px; padding-left:5px ; margin-top:9px; margin-left:4px;">
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a id="A2" runat="server" onserverclick="test2"  >
   <b><font color="royalblue" style="font-size:12px">
   <asp:Label ID="Label2" runat="server" Text="<%$ Resources:lang,Default_left_5 %>"/>
   </font></b></a>
   </div>
</div>
</div>
  </div>
  
  <div class="middle1" style="background: url( '../images/g61.png'); background-repeat:no-repeat;">
  <div id="espace5"></div>
  <asp:Label ID="Default_middle_titre" style="margin-top:-2px; margin-left:5px; position:absolute;" runat="server" Text="<%$ Resources:lang,Default_middle_titre %>"></asp:Label>
  <div style="background: url( '../images/path95-2.png'); padding-top:8px; margin-top:9px; margin-left:-8px; margin-right:50px; background-repeat:no-repeat; height:100%; width:450px; position:absolute;"> 
    
    <%-- Test zone Test zone Test zone vers une...--%>
<asp:Label ID="Default_middle" style="text-align: center; margin-left:13px; margin-top:-5px; width:355px; position:absolute;" runat="server" Text="<%$ Resources:lang,Default_middle %>"></asp:Label>
<br /><br /><div id="espace5"></div>
<div id="ongletRight1">
    <asp:Label ID="Label1" runat="server" Text="<%$ Resources:lang,Default_midd_2 %>"></asp:Label>
    </div>
    <div id="ongletRight2">
    <asp:Label ID="Label3" runat="server" Text="<%$ Resources:lang,Default_midd_3 %>"></asp:Label>
    </div>

<!--[if IE]>
<div id="bottom_middle1">
<![endif]-->

<%---- ------Default_middle_6 En savoir plus-------------%>   
<asp:Label style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px;margin-left:10px; +margin-left:-2px; font-size:12px; background-repeat:no-repeat;" ID="Default_middle_6" runat="server" Text="<%$ Resources:lang,Default_middle_6 %>"/>
   <asp:Label style="background:url('../images/g882.PNG'); padding:3px; width:100%;  padding-left:15px; position:absolute; margin-top:28px; margin-left:118px; font-size:12px; background-repeat:no-repeat;" ID="Label4" runat="server" Text="<%$ Resources:lang,Default_middle_62 %>"/>
    <%---- ------Default_middle_6 En savoir plus-------------%> 
   <div id="picright" style="background:url('../images/Default/cadre_vert.png'); padding:8px; padding-left:20px;font-size:11px; background-repeat:no-repeat; margin-left:8px;">
   
   
    <font style="font-size:10px;">
    <asp:Label ID="Default_middle_cadre" runat="server" Text="<%$ Resources:lang,Default_middle_cadre %>"/>
    </font>

  <table border="0" cellpadding="0" cellspacing="0" width="250px" style="margin-top:0px; width:400px;">
  <tr style="background:url('../images/path1233.png'); background-repeat:no-repeat;">
  <td align="left" nowrap="nowrap">
  <img src="../images/text1245.png" alt="" style=" position:relative; margin-top:-13px; margin-left:6px;" class="pic" />
 

    <a id="recherbtn" href="javascript:void(0)" onclick="window.open('charger_compte_basic.aspx?search='+document.getElementById('chercher').value,'_self')" runat="server" style=" margin-top:0px; font-size:11px; margin-left:75px;">
      <asp:Image ID="Image1" runat="server" ImageUrl="../images/g1247.png" /></a>
  
  
   <font face="Arial, sans-serif" size="1">
  <input id="chercher" onmousedown="chgClr();" type="text" name="s" value="" style=" margin-left:-119px; margin-top:-23px;width:85px; font-size:10px; height: 12px;" /></font>
  
  <a href="#" onclick='OuvrirPop("recherchEntreprise.aspx","fencent",200,145,507,355,"menubar=no,scrollbars=yes,statusbar=no, resizable=yes")'><font color="white" style="font-size:11px; margin-top:2px; position:absolute;  margin-left:3px;">
 <asp:Label style="background:url('../images/g589.PNG') no-repeat; font-size:12px;margin-left:-13px; position:absolute; height:30px; width:250px; padding-left:11px; padding-top:1px; margin-top:-1px; top: 0px; left: 0px;" 
          ID="Label11" runat="server" Text="<%$ Resources:lang,Default_middle_search %>"/>
 </font></a>
 <img 
 src="../images/polygon563-2.png" alt="" style="margin-top:4px; padding-right:4px; margin-left:-5px; position:absolute;" class="pic"/>
  </td>
  
  </tr>
 </table>
 
    </div>
    <br /><br /><div id="espace5"></div><div id="espace3"></div>
    <div style="height:20px; margin-left:4px; padding-left:5px ; margin-top:-5px;+margin-top:3px;">  
   <img src="../images/polygon962-5.png" alt="" align="absmiddle"/><a href="###">
   <b><font color="royalblue" style="font-size:12px">
   <asp:Label ID="Default_middle_5" runat="server" Text="<%$ Resources:lang,Default_middle_5 %>"/>
   </font></b></a>
   </div>

<%---- ------Default_middle_6-------------%>   

<!--[if IE]>
</div>
<![endif]-->
<%---- ------bloc right les comptes de-------------%>

   
<%-- ------place reserve pour  div picright_btn------------%>
    
</div>
</div>


<div style="height:76px; margin-top:377px; +margin-top:377px;margin-bottom: 3px; width:790px;padding-bottom:5px; margin-left:-11px;background: url( '../images/g37b.png'); background-repeat:no-repeat;position :relative;">
<asp:Label ID="Default_left_titre3" runat="server" Text="<%$ Resources:lang,Default_left_titre3 %>"></asp:Label>
<%--PDM''''''''''''''''''''''''''''''''''''''--%>
<div style="background: url( '../images/g38b.png'); padding-top:10px; background-repeat:no-repeat; margin-top:-7px; margin-bottom:5px; width:100%; height:55px; position:absolute;">
<label style="color:Royalblue; font-size:12px;"><b>&nbsp;&nbsp;Besoin d'un conseiller, d'un expert pour vous accompagner dans votre développement ?</b></label>
<div style=" font-size:12px; height:100%; background:url('../images/g530.png'); background-repeat:no-repeat; margin-left:580px;">
&nbsp;&nbsp;
<img src="../images/polygon563-2.png" style="margin-top:5px; margin-left:-4px;" alt="" class="pic" />
<a href="../PDM/DefaultPDM.aspx" style="font-size:12px; position:absolute; margin-top:4px; color:White;" ><asp:Label style=" color:White;" ID="Default_bottom_1" runat="server" Text="<%$ Resources:lang,Default_bottom_1 %>"/></a>
</div>
</div>
</div>


   <div id="picright_btn">
     <img src="../images/interogation.PNG" alt="" class="pic" onmouseover="showPicture('popupM')" onmouseout="hidePicture('popupM')"/>
     <img id="popupM" src="../images/popupM.PNG" class="large_right"  />
    </div>   
    <div id="picleft_btn">
  <%--<a class="p1" href="#" title="">--%>
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('AE')" onmouseout="hidePicture('AE')"/>
      <img id="AE" src="../images/Autonotation_Entreprise.PNG" width="700" class="large_left"/>
    <%--</a>--%>
    </div>   
    <div id="picbottom_btn">
   <%-- <a class="p1" href="#" title="">--%>
      <img src="../images/interogation.PNG" class="pic" onmouseover="showPicture('pdm')" onmouseout="hidePicture('pdm')"/>
       <img id="pdm" src="D:/Amine/Image popup/rect3.png" class="largebas"/>
    <%--</a>--%>
    </div>   
    
    
</div>
<div id="espace5"></div>

<div id="espace2"></div>
</asp:Content>

It is perfectly possible to write semantic and valid xhtml using an application such as visual Studio.

The same can be said for DreamWeaver, who also vomits up a steaming pile of code when you let it write the code for you.

(I’ve never used visual studio but I’m agreeing with you… if you have full contol of hand-written code, it can be good regardless of editor)

The Lazy developer in me agrees, but I have seen developers like Paul O’B who have had their bacon saved by slow and careful coding.

And by Lazy I do mean it the way you do: the way Larry Wall describes it : )

The code contained on the web form (.aspx) is not the code that will end up in the browser. The .aspx page runs on the server and this generates the html which ends up being read by the browser. This is why the .aspx page has puts form tags around your content.

Using a program designed to write the code for you will always end up with less than desirable results so it is much better to hand code your pages in Visual Studio taking advantage of some excellent features such as IntelliSense to help you get there.

It is perfectly possible to write semantic and valid xhtml using an application such as visual Studio.

msdn has a a few pages on this which I think you would benefit from reading

While that may be considered best practice as far as code quality and production, I’d have to argue against it for the sake of efficiency (which is of course a developer euphemism for laziness). If your code is clean, hack free and as minimal as you can manage, I’ve found 9 times out of 10 it renders perfectly among all the good browsers. Of course you should check them all once in a while, but I wouldn’t think of it as a good use of time to do that every step of the way, unless you really REALLY want that bigger TV.

Fair enough. I said Firefox because it’s what I use. Safari, Chrome and Opera will all work just as well.

Why thank you!

No joke. Start over, template, place ASP code in after.

Suddenly everything wrong with the world is explained!
Seriously though, that’s sadistic.

Firebug’s ok, but the true necessary tool for web development is HTML validator
and the CSS validator for finding easy-stupid syntax errors… beyond that I don’t use CSS validator.

Amen. Though the build browser does not have to be firefox, and to be honest, it’s even better to have everyone open at once (including IE).
Otherwise, that post is full of win.

Ameno, in case you missed it: Zarin’s post means “rewrite the whole thing”. Now, that’s going to sound like a lot of work, but adapting bad Microsoft code to work with all the other browsers in the world is, seriously, much much more work.

BTW ASP has this thing it does, which really bothers me… it wraps web pages in <form> tags. That’s causing famine and disease across the world daily.

Disclaimer: I can’t see the image as it’s not yet approved, I don’t write ASP, and I don’t use visual studio to develop my web pages.

That said, you should not be using visual studio to develop your web pages, nor should the browser you design them for first be ANY iteration of Internet explorer. It’s asking for trouble.

If that master css isn’t written by hand, and instead the product of visual studio’s css generation that should be enough to let you know there’s a problem right there. It’s a Microsoft application using css hacks to make the product render properly in another Microsoft application. I’ve found the simplest development strategy for me is to build the page template first, laying out the basics with a text based editor (notepad, notepad2, notepad++, aptana) and use Firefox as your initial testing area for the master css file. From there, you can write another css file to fix it for IE6 (if you choose to support it), 7, and if necessary, 8 then include them using conditional HTML.

Developing for a non compliant browser first and then trying to fix your code for a compliant browser is a much more tedious and hair-pullingly annoying process than starting with good, clean code and then conditionally patching it up for a browser with no regard for the rules of the web.
</soapbox>

If anybody is going to be able to help you here, we will need to see your HTML code in order to see how the css affects each element.

Hi,

Is difficult to detect problems in the code of other people. I would suggest installing two add-ons in Firefox Web Developer and especially Firebug. With Firebug you can play with the setting and through trail an error you should be able to detect what causes this problem.