﻿.roundedCorners {
	border: 1px solid #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:White;
	
	font-family:Verdana;
	
	
}
 
.roundedTopCorners {
	border: 1px solid #000;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background-color:White;
	font-family:Verdana;
}
 
.roundedBottomCorners {
	border: 1px solid #000;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color:White;
	font-family:Verdana;
}
.titre
{
border:1px solid #000;
background-color:blue;
color:White;
height: 25px;
width: 100%;
font-family:Verdana;
}
.headgridview
{
background-color:#DDDDFF;
font-family:Verdana;

}
.pagergridview
{
background-color:#BBBBBB;
font-family:Verdana;
}
.selectedrow
{
background-color:#AAAAFF;
font-family:Verdana;
}
.gridviewfooter
{
background-color:#AABBBB;
font-family:Verdana;
}
.gridview
{
    font-size:small;
    font-family:Verdana;
}
.gridview2
{
    font-size:xx-small;
    font-family:Verdana;
}
.detailsview
{
    font-size:small;
    font-family:Verdana;
}

.dropdown
{
    font-size:small;
    font-family:Verdana;
}
.titre2
{
font-size:smaller;
font-family:Verdana;
}
.linkbutton
{
font-size:smaller;
font-family:Verdana;
}
.panel1
{
font-size:smaller;
color:Purple;
font-family:Verdana;
width:100%;


}
.style1
        {
            
        }
        .style2
        {
           
        }
        .style3
        {
           
        }
        
        
.control
{
background:  url(images/bc_button1.png) repeat-x;   
border-bottom: solid 1px #fff;
border-radius: 5px 5px 0px 0px;   
overflow:hidden;
width:99%;
height:24px;
line-height:25px;
margin-top:10px;
margin-left:5px;
}


.add
{
    display:block;
    background:url(images/add.png);
    background-repeat:no-repeat;
    background-position:6px 5px;
    float:left;
    width:20%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    text-decoration :none;
}

.delete
{
    display:block;
    background:url(images/delete.png);
    background-repeat:no-repeat;
    background-position:6px 5px;
    float:left;
    width:11.4%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    text-decoration:none;
}


.validate
{
    display:block;
    background:url(images/validate.png);
    background-repeat:no-repeat;
    background-position:6px 5px;
    float:left;
    width:11.4%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    text-decoration:none;
}

.apercu
{
    display:block;
    background:url(images/apercu.png);
    background-repeat:no-repeat;
    background-position:6px 5px;
    float:left;
    width:11.4%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    font-family:Arial;
    font-size:10pt;
    color:#012f51;
    text-decoration:none;
}

.reclamation
{
    display:block;
    background-position:1px 5px;
    float:left;
    width:15%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    font-family:Arial;
    font-size:10pt;
    color:#012f51;
    text-decoration:none;
}
.attachments
{
    display:block;
    background:url(images/attachments.png);
    background-repeat:no-repeat;
    background-position:0px 5px;
    float:left;
    width:13%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    font-family:Arial;
    font-size:10pt;
    color:#012f51;
    text-decoration:none;
    border:0px solid green;
} 

.return
{
    display:block;
    background:url(images/retour.png);
    background-repeat:no-repeat;
    background-position:1px 1px;
    float:left;
   width:11.4%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    font-family:Arial;
    font-size:10pt;
    color:#012f51;
    text-decoration:none;
}   

.verif
{
    display:block;
    background-repeat:no-repeat;
    background-position:6px 5px;
    float:left;
    width:13% !important;
    width:15.5%;
    height:25px;
    line-height:25px;
    margin-left:5px;
    padding-left:22px;
    font-family:Arial;
    font-size:10pt;
    color:#012f51;
    text-decoration:none;
 }
 
 
 .button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }