p
{
    padding: 3px;
}

.lignes
{
    width: 100%;
    text-align: left;
    font-weight: bolder;
    margin: 5px 0px 20px 0px;
    background-image: url(                   '../Img-Tampon/backgr.jpg' );
    border-bottom: 3px ridge grey;
    border-left: 1px solid grey;
    border-right: 3px ridge grey;
    border-top: 1px solid grey;
}
.lignes thead tr
{
    text-align: center;
}
.lignes tr
{
    padding: 2px;
}
.lignes td
{
    padding: 4px;
    vertical-align: top;
    text-align: center;
}
.lignes_select
{
    border: 1px solid #3F55B1;
    height: 20px;
    padding-left: 3px;
    font-size: small;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.lignes_texte
{
    height: 18px;
    padding: 0 3px;
    border: 1px solid #3F55B1;
    font: bold small Tahoma, Arial, Helvetica, sans-serif;
}
.lignes_bouton
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    padding: 1px;
}
#image_tampon
{
    text-align: center;
    margin: 10px;
    width: 100%;
    overflow: auto;
}
.nblines
{
    font-weight: bolder;
    width:100%;
}
.nblines label, .nblines select
{
    float: left;
    line-height: 20px;
    margin: 3px;
}
.nblines span, .nblines input, .cadre
{
    float: right;
    line-height: 20px;
    margin: 5px;
}

.couleur
{
    font-weight: bolder;
    margin-right: 30px;
    float:left;
}
.couleur input, .couleur label
{
    float: right;
    margin: 3px;
}
/* TamponLogo.aspx */
#chargement li
{
    list-style-position: inside;
    list-style-type: circle;
    text-indent: 30px;
}
#chargement p
{
    margin: 5px;
}
#image_tampon
{
    float: left;
    margin: 10px 0px;
    width: 100%;
    overflow: auto;
}
#chargement span
{
    margin: 5px 0px;
    clear: both;
}
#chargement a
{
    display: inline;
    color: Black;
    font-weight: bold;
}

.upfile
{
    margin: 5px;
    position: absolute;
    top: 0;
    color: White;
    left: 85px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	opacity:0;
    z-index: 1;
    cursor:pointer;
}
.fond_upload
{
    position: relative;
    background-position: 400px;
    width: 100%;
    height: 40px;
    background-image: url(      '../Img-Tampon/FileFind.png' );
    background-repeat: no-repeat;
}
.box_upload
{
    left: 90px;
    position: absolute;
    top: 10px;
    width: 280px;
    z-index: 2;
    padding: 0px 10px;
    border: 1px solid #3F55B1;
    color: #3F55B1;
    font-weight: bold;
    background-color: #EBEEF7;
}
