﻿.message{
		background-size: 40px 40px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);										
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: 100%;
		 border: 1px solid;
		 color: #fff;
		 padding: 15px;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 animation: animate-bg 5s linear infinite;
		 left:0px;
}

.info{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
}

.error
{
     text-align:center;
		 background-color: #de4343;
		 border-color: #c43d3d;
		 left:0px;
}
		 
.warning{
		 background-color: #eaaf51;
		 border-color: #d99a36;
}

.success{
		 background-color: #61b832;
		 border-color: #55a12c;
}

.message h3{
		 margin: 0 0 5px 0;	
		 text-align:center;												 
}

.message p{
		 margin: 0;													 
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

input
{
    border:1px solid gray;
}
select
{
    border:1px solid gray;
}
body
{
    background-position:top right; 
    background-color:#f2f2f2;/*#ACB244;*/
    font-family:Tahoma;
    background-image:url(../../images/login_images/everwin_background_gray_light.jpg);
}
#ddentete
{
    background-image:url(../../images/login_images/everwin_body_medium_ballup_dark_750_bleu.jpg);
   background-color:#b2cae7;
    width:750px;
    height:63px;
}
#corps
{
    background-image:url(../../images/login_images/everwin_body_medium_750_bleu.jpg);
   background-color:#b2cae7;
    width:750px;
    height:325px
    ;margin-top:0px;
}

#tableleft
{
    
    border:0;
    visibility:hidden;
    width:126px;
    height:60px;

}

#tableright
{
     background-image:url(../../images/marque.jpg);
     width:265px;
     height:80px;
     visibility:hidden;

}
#logo_web
{
     background-image: url("../../images/login_images/EVERWIN_Logoproduit_GX_transparent_blanc.png");
    background-repeat: no-repeat;
    height: 64px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 130px;
    
}

#key
{
    background-image: url("../../images/login_images/keys_64.gif");
    background-repeat: no-repeat;
    height: 64px;
    margin-left: 317px;
    width: 64px;
}

#warning
{
    background-image:url(../../images/warninge.png);
    background-repeat:no-repeat;
    cursor:pointer;
    height:32px;
    width:38px;
    position:absolute;
    visibility:hidden;
}

#aide
{
    /*background-image: url("../../images/aide.gif");*/
    border: 0 none;
    height: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 29px;
}
}