﻿body 
{
	text-align:center;
	font-size: 10pt;
	font-family: Arial;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h2
{
    color:#168FBC;    
}

#tabBody
{
	/*border-style:solid;
	border-color:Red;*/

}

.Normal
{
	text-align:left;
}

.polMini 
{
	font-size: 8pt;
}

.titreSection
{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	
}

ctrlInput
{
	background-color:Red;
	color:Red;
	
}

.titreSectionPaiement
{
	text-align:left;
	font-size:12px;
	font-weight:bold;
	vertical-align:middle;
	
}

.lblResume
{
}

td
{
	vertical-align:top;
}

p
{
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
}

img
{
	padding:0px;
	
	margin-bottom: 15px;
}

.sectionMontant
{
	padding-top:5px;
}

.btnCalculer
{
	padding: 0px 0px 0px 350px;	
}

#mainContainer
{
    width: 930px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
}

#mainContainerHeader
{
    background-color:#abdb17;
    text-align:center;
    height: 17px;
}


#grid
{
	width: 930px;
	border-right: 2px #20487C solid;
	border-bottom: 2px #20487C solid;
	border-left: 2px #20487C solid;
	overflow: hidden;	
}

.row
{
    width: 930px;
	float: left;
	border-top: 1px gray solid;
	overflow: hidden;
}

.cell
{
    width:18%;
    height:86px;
	float: left;
	border-left: 1px gray solid;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.cellExperts
{
    width:22%;
    height:86px;
	float: left;
	border-left: 1px gray solid;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.cellPlagesHoraires
{
    width:14%;
    height:86px;
	float: left;
	border-left: 1px gray solid;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.cellExperts select
{
    width: 200px;
}

.cellPlagesHoraires select
{
    width: 110px;
}

.firstcell
{
    width:18%;
	float: left;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.gridHeader
{
    width: 930px;
	float: left;
	overflow: hidden;
	background-color: #20487C;
	color:#ffffff;
}

.gridHeaderCell
{
    width:18%;
    height:30px;
	float: left;
	border-left: 1px gray solid;
	padding: 5px;
	overflow: hidden;
	white-space: nowrap;
}


.btnEnvoyer
{
    margin: 0px 0px 30px 0px;
}

.btnReset
{
    margin: 10px 0px 10px 0px;
}


#lblMessage
{
    font-weight:bold;
    color:Red;
}

#blanket  
{
    background-color:#111; 
    opacity: 0.65; 
    filter:alpha(opacity=65); 
    position:absolute; 
    z-index: 9001; 
    top:0px; 
    left:0px; 
    width:100%; 
} 

#popUpDiv  
{
    position:absolute;  
    vertical-align:middle; 
    background-color:#ffffff; 
    width:500px; 
    height:300px; 
    overflow:auto; 
    z-index: 9002; 
}      


