html, body {
	height: 100%;
	margin: 0;
	}
div#conteneur {
	min-height: 100%;
        width: 742px;
	padding: 0;
	margin: 0 auto;
        position: relative;
	background: url('./ima/tp_contenu.png') repeat-y;
	}

body{
     background: #cdcdcd url('./ima/tp_fond.gif') top repeat-x;
     font: 0.8em verdana;
}

div#header{
	height: 160px;
        width: 742px;
	background: url('./ima/tp_header_fond.gif') repeat-x;
        }
div#lien{
	height: 30px;
        width: 500px;
	float: right;
	text-align: right; color: #FFF;
	padding-right: 30px;
	padding-top: 5Px;

        }
div#vide{
	height: 40px;
        width: 500px;
	float: right;
        }
div#recherche{
	height: 80px;
        width: 500px;
	float: right;
        }
div#logo{
	height: 160px;
        width: 180px;
	float: left;
	background: url('./ima/tp_logo.png') left no-repeat;
        }
div#contenu{
	height: 100px;
        width: 602px;
        padding: 0px 70px;
        }

div#menu{
        width: 255px;
	float: left; 
	padding-top: 50px;
        }
div#menu-top{
	height: 18px;
        width: 255px;
	background: url('./ima/tp_menu_haut.gif') left no-repeat;
        }
div#menu-middle{
	height: 150px;
        width: 255px;
	background: url('./ima/tp_menu_fond.gif') left repeat-y;
        }
div#menu-down{
	height: 24px;
        width: 255px;
	background: url('./ima/tp_menu_bas.png') left no-repeat;
        }
h1{
        font-size: 1.4em;
        }
input{
        width: 150px;
        border: 1px solid #666;
        }
input#sub{
        width: 100px;
        border: 1px solid #666;
        background: #e7e7e7;
        }
input#sub:hover{
        color: #F66;
        border: 1px solid #666;
        }
input#up_file{
        border: 1px solid #666;
        }
select{
        width: 227px;
        border: 1px solid #666;
        }
p#erreur{
        color: #F66;
        font-weight: bold;
        margin: 0; padding: 0;
        }
#tfrm{
        width: 400px;
        height: 100px;
        border: none;
        overflow: hidden;
        }

/* barre de progession */
div#barre_conteneur{
        width: 300px;
        height: 15px;
        margin: 20px 0px;
        background: #0FF url("./ima/up_barre_bg.gif") top left no-repeat;
        text-align: left;
        }
div#barre_pourcent{
        width: 300px;
        height: 30px;
        margin: 20px 0px;
        background: #0FF url("./ima/up_barre_bg.gif") top left no-repeat;
        text-align: left;
		color: #000;
        }
div#barre{
        width: 0px;
        height: 15px;
        margin: 0; padding: 0;
        background: url("./ima/up_barre_in.gif") top left no-repeat;
        }
/* fichier à télécharger */
table#liste td{
        width: 200px;
        padding: 4px;
}
table#liste a{
        text-decoration: none;
        font-weight: bold;
        color: #0085ff;
}
table#liste td#center{
        text-align: center;
}
table#liste td#right{
        text-align: right;
}
table#liste a:hover{
        color: #D33;
}
tr#grey{
        background: #EEE;
        }

        
a#linki{
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
        }
a#linki:hover{
        text-decoration: underline;
        }

