﻿        /* LOGON Page */
        /*------------*/
        .DetailView
        {
	        border: 1px solid #6495e1;
        }
        
        body
        {
	        font-family: Verdana;
	        text-align: center;
	        font-size: small;
	        color: #444444;
	        background-color: #d7d7d7;
	        /*background-image: url(body_bg.gif);*/
	        vertical-align:middle;	        
        }        
        
        .DVRowStyle
        {
	        background-color: white;
	        /*color: #555555;*/
	        text-align: left;
	        padding-top:8px;
	        padding-left:10px;
        }
        
        .DVHeaderStyle
        {
	        background-color: #6495e1;
	        color: White;
	        font-weight: bold;
	        background-image: url(Images/headerDV.png);
	        background-repeat: repeat-x;
	        height: 17px;
	        padding-left:10px;
	        padding-right:10px;
        }
        
        .Bouton_logon
        {
	        background-repeat: no-repeat;
	        background-image: url(Images/Login.gif);
	        margin-left: 0px;
	        padding-left: 20px;
	        line-height: 30px;
	        height:30px;
	        font-weight: bold;
	        font-size: small;
            margin-top:4px;
	        padding-bottom: 4px;	
	        padding-top: 4px;
	        color:#444444;
        }
        
        .TextBox
        {
            border:1px solid #555555;
            width:165px;
            font-size: small;
            font-family: Verdana;
            /*color:#555555;*/
            
        }
        
        .header_titre
        {
            width:100%;
            color:#444444;
            text-align:left;
            font-weight:bold;
            padding-left:25px;            
        }
        
        .table_connectError
        {	
	        text-align:left;
	        border: 1px solid black;
	        background-color: #fffacd;
	        padding: 0px;	
	        font: Arial;
	        font-size: small;
	        font-weight:normal;
	        width: 230px;
	        /*color:#555555;*/
        }
        
        
        .roundedcornr_box_707222 {
   background: #ffffff; 
}
.roundedcornr_top_707222 div {
   background: url(Images/roundedcornr_707222_tl.png) no-repeat top left;
}
.roundedcornr_top_707222 {
   background: url(Images/roundedcornr_707222_tr.png) no-repeat top right;
}
.roundedcornr_bottom_707222 div {
   background: url(Images/roundedcornr_707222_bl.png) no-repeat bottom left;
   position:fixed;bottom:25px;left:25px;
}
.roundedcornr_bottom_707222 {
   background: url(Images/roundedcornr_707222_br.png) no-repeat bottom right;
   position:fixed;bottom:25px;right:25px;
   
}

.roundedcornr_top_707222 div, .roundedcornr_top_707222, 
.roundedcornr_bottom_707222 div, .roundedcornr_bottom_707222 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_707222 { margin: 0 30px; }

.div_Logon
{
   height:100%;
   position:fixed;
   top:25px;
   right:25px;
   bottom:25px;
   left:25px;
}


.div_top
{
    position:fixed;
    top:0;left:0;
    width:100%;
    height:20px;
    background-color:#6495e1;
    text-align:center;
    padding-top:5px;
}

.div_left
{
    position:fixed;
    top:0;left:0;
    width:25px;
    height:100%;
    background-color:#6495e1;
}

.div_right
{
    position:fixed;
    top:0;right:0;
    width:25px;
    height:100%;
    background-color:#6495e1;
}

.div_bottom
{
    position:fixed;
    bottom:0;left:0;
    width:100%;
    height:25px;
    background-color:#6495e1;
}