﻿.SubTitle
{
	font-weight: bold;
}

.ButtonNormal
{
    margin-top:6px;
    padding-top:20px;
    text-align :center   ;
}
.TextNormal
{
	clear:right ; 
	line-height:1.8em;
	color: #0072ba;
    font-size:12px;
    padding-left:4px; 
    padding-right:4px; 
    text-align :left ;
 	margin-top: 1px;
	padding:0;
}
.Main 
{
	height:450px;
	width:950px;
	margin-bottom :10px;
}
.Left 
{
	float:left;
	width:180px;
	height:auto ;
	margin-left:10px;
	margin-right:30px;
}
.Right 
{
	float:right;
	width:100px;
	height:450px;
}
.Top 
{
	padding-top: 21px;
	width:800px;
	
}
.Bottom
{
	padding-bottom: 21px;
	width:800px}

html,body,td 
{
	font-size:12px;
	font-family :Arial ;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

a.blue:link {color: #1473D2;}
a.blue:visited {color: #1473D2;}
a.blue:hover {color: #0072ba;}
a.blue:active {color: #0072ba;}

a.normal:link {color: #0072ba;}
a.normal:visited {	color: #0072bf;}
a.normal:hover {	color: #0090af;}
a.normal:active {	color: #0086ac;}

.titleParagraph
{
	FONT-FAMILY:  Arial;
	FONT-SIZE:  large ;
	font-weight:bold;
}
/*********************************************************
                          CLASS
*********************************************************/
/***************** LABEL *****************/
span.title1
{
    font-size: 14px;
    font-weight: bold;
    color: #0072ba;
}
div.titlePart
{
	color: #004f7d;
	background-color: #e0ecff;
	font-size: 14px;
	font-weight: bold;
	height: 1.9em;
	line-height: 1.9em;
	padding-left:17px;
	border-bottom: 1px solid #c3d9ff;
}
.colLabel,div.row,div.row1,div.row2
{
	line-height:1.8em;
}
.customerMenuRow
{
    font-weight: bold;
    font-size:12px;
    padding-left:4px; 
    padding-right:4px; 
}
.colLabel,div.row1 span.colLabel1,div.row2 span.colLabel2
{
    color: #0072ba;
    font-weight: bold;
    font-size:12px;
    padding-left:4px; 
    padding-right:4px; 
    text-align :left ;
}
.menuRow
{
    background-color:  #cccccc;
    color: #0072ba;
    font-weight: bold;
    font-size:12px;
    padding-left:4px; 
    padding-right:4px; 
}
div.row1 span.colLabel1
{
	height:1.9em;
}
div.row2 span.colLabel2
{
	height:3.8em;
}
div.selectBar
{
	height:2.10em;
	line-height:2.20em;
	background-color: #e0ecff;
	border:1px solid #c3d9ff;
}
.smallGrey
{
	color: #696969;
	font-size: 9px;
	line-height:normal;
}
.mediumGrey
{
	color: #696969;
	line-height:normal;
}
/***************** LINK *****************/
a.linkMenu,a.linkMenu:visited,a.linkMenu:hover
{
    color: #0072ba;
    text-decoration: none;
}
a.linkMenuBold
{
    color: #0072ba;
    text-decoration: none;
    font-weight: bold;
}
a.linkMenuBold:visited
{
    color: #0072ba;
    text-decoration: none;
}
span.link{color: #0072ba;}
span.link:hover
{
    cursor: pointer;
    text-decoration: underline;
}
/***************** POSITION *****************/
.alignCenter{text-align:center;}
.alignRight{text-align:right;}
.floatLeft{float:left;}
/*only for image*/
img.imgLink
{
    border-width:0px;
    vertical-align:text-bottom;/*a enlever si problème d'image barrée"*/
}
/***************** DIV *****************/
div.header3
{
	color: #0072ba;
	background-color: #e0ecff;
	line-height: 1.6em;
	border-bottom:1px solid #c3d9ff;
	border-left:1px solid #c3d9ff;
	border-right:1px solid #c3d9ff;
	font-size:12px;
	padding-left:4px; 
    padding-right:4px; 
}
div.block
{
	background-color:#f4f9ff;/*#f5f5f5 gris très clair*/
	border:1px solid #c3d9ff;
}
div.menuBlock
{
	border:1px solid #c3d9ff;
}
div.row,div.row1,div.row2
{
 	clear: both;
 	margin-top: 1px;
	padding:0;
	font-size:12px;
}
div.row .colLabel,div.row1 span.colLabel1,div.row2 span.colLabel2
{
    float: left;
}
div.row span.colComp,div.row1 span.colComp1,div.row2 span.colComp1,div.row2 span.colComp2
{
 	float: left;
 	margin-left:2px;
 	margin-right:5px;
 	font-size:13px;
}
div.row1
{
 	height:1.9em;
}
div.row1 span.colComp1,div.row2 span.colComp1
{
	height:1.75em;	
}
div.row2,div.row2 span.colComp2
{
 	height:3.8em;
}
div.cmd
{  
    margin-top:6px;
    padding-top:8px;
    border-top: 1px solid #0072ba;
    text-align:center;
    height:34px;
}
/***************** OTHERS *****************/
.msgError
{
    color: #ff0000;
}
.msgOk
{
	color: #48a260;
}
.border
{
    border: 1px solid #a7a6aa;
}

input.button /*input[type="button"], input[type="submit"], input[type="reset"]*/
{
    border: 1px solid #c3d9ff;/*#75a9ff*/
    background-color:#e0ecff;/*#c3d9ff*/
    color: #0072ba;
    font-weight: bold;
}
input.button:hover
{
    border: 1px solid #c3d9ff;
    background-color:#f4f9ff;/*#e0ecff*/
    color: #0072ba;
    font-weight: bold;
}
input.textDisabled /*input[disabled],input[readonly]*/
{
    border: 1px solid #a7a6aa;
    color: #808080;
    background-color: #f2f2f2;
}
