
/*----------------------- BALISE HTML ET BODY --------------------------*/
html
{
	margin:0; 
	padding:0; 
	height:100%;	
}

body
{
	margin:0; 
	padding:0; 
	height:100%;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	color: #4b4b4b;
	position: relative;
	background: white;
}

/*----------------------- RESULTAT DU PAYEMENT --------------------------*/
.tdPaymentResult
{
	height: 19px;
	background-color: rgb(117,140,253);
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 1px 10px 0 25px;
}

/*----------------------- CHAPITRE --------------------------*/

.chapterTableCtrl
{
	border-color: #B6D0FC;
	border: 1;
}

.chapterComment
{
	font-family: Verdana;
	font-size: 9pt;
	color: #000099;	
	height: 20px;
}

.chapterTitle
{
	border-bottom: #a7dbff thin solid;
	font-family: Verdana;
	color: #ffffff;
}

.chapterTitleBorder
{
	margin: 0px 0pt;
	border-right: #5050ef 1px solid;
	border-top: #5050ef 1px solid;
	border-left: #5050ef 1px solid;
	border-bottom: #5050ef 1px solid;
}

#chapterPrimaryTitle
{
	display: block;
	margin: 0;
	height: 16px;
	border: 1px solid white;
	padding-top: 2px;
	background: rgb(2,21,114) no-repeat left 50%;
	color: #ffffff;
}

.chapterPrimaryTitleH1
{
	height: 19px;
	background: url(App_Images/Common/h1.png) white no-repeat left 50%;
	padding: 1px 10px 0 25px;
	font-size: 12px;
	display: inline;
	border-right: #5050ef 1px solid;
	border-top: #5050ef 1px solid;
	border-left: #5050ef 1px solid;
	border-bottom: #5050ef 1px solid;
}

.chapterPrimaryTitleImg
{
	border-left : 1px solid white;
	width:20px;
	height:20px;
	background-color:White;
	background-image: url(../../App_Images/Common/h1_titre_bleu.png) ;
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position:left;
}

.chapterSecondTitle
{
	height: 19px; 
	font-size: 12px;
	height: 8px; 
	font-weight: bold;
	border-right: #5050ef 1px solid;
	border-top: #5050ef 1px solid;
	border-left: #5050ef 1px solid;
	border-bottom: #5050ef 1px solid;
}

.chapterSecondTitleImg
{
	border-left : 1px solid white;
	width:16px;
	height:16px;
	background-color:White;
	background-image: url(../../App_Images/Common/h1_bleu.png) ;
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position:left;	
}

.chapterContent
{
	font-family: Verdana;
	font-size: 10pt;
	color: #000866;
	background-color: rgb(198,207,254);
	border-right: #0014CC thin solid;
	border-left: #0014CC thin solid;
	border-bottom: #0014CC thin solid;
	border-top: #0014CC thin solid;
}

/*------------------------------ PAGE RECAP ---------------------------*/

.recapTextPayment
{
	font-weight: bold; font-size: 14px;
}

.recapDataGridAltItem
{
	height: 25px;
	background-color: #ccffcc;
	border: 1px solid #FFFFFF;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: normal;
	color: #061160;
}

.recapDataGridItem
{
	height: 25px;
	background-color: #ccffcc;
	border: 1px solid #FFFFFF;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: normal;
	color: #061160;
}

.recapDataGridHeaderLink
{
	color: #ccffff;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

.recapDataGridHeader
{
	background-color:#517DCE;
	font-weight:bold;
	color:White;
	border: 1px solid #000000;
}

.recapDataGridColumn
{
	background-color:#C6ECF7;
	text-align:right;
	font-weight: normal; font-size: 12px;
	border: 1px solid #000000;
}

.recapDataGridAltColumn
{
	background-color:#C6DFF7;
	text-align:right;
	font-weight: normal; font-size: 12px;
	border: 1px solid #000000;
}

.recapDataGridFirstColumn
{
	background-color:#C6DFF7;
	text-align:left;
	font-weight: bold; font-size: 12px;
	border: 1px solid #000000;
}

.recapTextValue
{
	font-weight: bold; 
	font-size: 12px
}

/*--------------------------- BANDEAU -----------------------------*/

.leftStringcourse
{
	background-position: center;
	background-attachment: scroll;
	/*background-image: url(../../App_Images/Common/cotee.jpg);*/
	background-repeat:repeat-y;
}

.rightStringcourse
{
	background-position: center;
	background-attachment: scroll;
	/*background-image: url(../../App_Images/Common/cotee.jpg);*/
	background-repeat:repeat-y;
}

/*---------------------------- CONTROLES --------------------------*/

.tdTotalFurnishing
{
	font-weight: bold;
	font-size: 8pt;
	color: #000099;
	font-family: verdana;
}

.buttonCtrl
{
	font-size: 9pt;
	font-weight: normal;
	color: #000866;
	background-color: #DEEDFF;
	cursor: pointer;
	font-family: Verdana;
	border-right: #0014CC 1px outset;
	border-top: #0014CC 1px outset;
	border-left: #0014CC 1px outset;
	border-bottom: #0014CC 1px outset;
}

.inputfieldCtrl
{
	font: 11px verdana;
	border-right: #070099 1px solid;
	border-top: #070099 1px solid;
	border-left: #070099 1px solid;
	border-bottom: #070099 1px solid;
	color: #343466;
}

.labelCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:8pt;
	color:#1D1D75;
}

.radioBoxCtrl
{
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;
	color:#1D1D7D;
}

.labelHeadingLineCtrl
{
	font-weight:bold;
	font-family:Verdana;
	font-size:8pt;
	color:#3C4375;
}

.checkBoxCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:10pt;
	color:#000099;
	width:264px;
}

.commentCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:8pt;
	color:#404040;
	background-color:GhostWhite;
}

.textCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:8pt;
	color:#14055E;
	border-color:#9494FF;
	border-style:solid;
	border-width:1px;
}

.listCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:8pt;
	color:#14055E;
	border-color:#9494FF;
	border-style:solid;
	border-width:1px;
}

.labelTitleCtrl
{
	font-weight:bold;
	font-family:Verdana;
	font-size:13pt;
	color:White;
}

.checkBoxTreeView
{
   font-size: 10px;
   color: #14055E;
   font-family:Verdana;
   font-weight: normal;
}

.inputLabelLink
{
	text-decoration:underline;
	cursor:pointer;
}

/*-----------------------  ERROR --------------------------------*/

.pointMandatory  
{
	width: 10px;
	font-family: Verdana;
	color: #FF3300;
	font-size:10px;
}

.errorText
{
	color:Red;
	font-family:Verdana;
	font-size:10px;
}

.errorTitle
{
	font-size: 14pt; 
	color: #ff0000; 
	font-family: Verdana;
}

.errorComment
{
	font-size: 9pt;
	color: #003300;
	font-family: Verdana;
}

/*----------------------- LOGIN ----------------------------------*/


.tdAccueilBorder
{
	border-bottom: solid 1px #9494FF;
}


.labelLogonCtrl
{
	font-size: 9pt; 
	color: #62A53C; 
	font-family: Verdana;
	font-weight: normal;
}

a#linkLogonOut
{
	font-family: Verdana;
	font-size: 8pt;
	color: #0033ff;
}

/*------------------------- PRINT ---------------------------------*/

/* Style de la page recap print */
.printTable
{
	border-top: #0099ff 1px solid;
	border-bottom: #0099ff 1px solid;
	background-color: rgb(249, 247, 251);
	border-right-style: none;
	border-left-style: none;	
} 

.printTitle
{
	text-align: center;
	color: #6b0564;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
} 

.printBusinessTitle
{
	text-align: center;
	color: #6b0564;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
} 

.printBusinessDate
{
	text-align: center;
	color: #6b0564;
	font-family: verdana;
	font-size: 9px;
} 

.printAdresse
{
	color: #6b0564;
	font-family: verdana;
	font-size: 11px;
} 

.printCorporateName
{
	color: #6b0564;
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
} 

.printAnchor
{
	color: #0033ff; 
	text-decoration: underline;
	font-size: 11px;
	vertical-align: middle;
} 

.printAnchor:hover
{
	color: #0033ff;
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
}

/*--------------------------- ONGLET -------------------------------*/
/* Style des Onglet du formulaire demande d'admission */

.navLvl3LinkSelected
{
	background-color: rgb(255,167,1) ;/*#FFEDAE;*/
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}

.navLvl3Link
{
	color: #FFFFFF;
	font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana;
}

.navLvl3LinkMouse
{
	background-color: #BAA7C6;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
}

.headerBG04 
{
	background-color: rgb(2,21,114); /*#A6A5C7;*/
}

/*------------------------ DataGrid ------------------------*/
.dataGridCtrlItem
{
	height: 25px;
	background-color: #E8F1FF;
	border: 1px solid #FFFFFF;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: normal;
	font-family:Verdana;
	color: #000066;
	text-align:left;
	vertical-align:top;
}

.dataGridCtrlAltItem
{
   height: 25px;
   background-color: #f8f8f8;
   border: 1px solid #FFFFFF;
   padding-right: 5px;
   font-size: 8pt;
   font-family:Verdana;
   font-weight: normal;
   color: #000066;
   text-align:left;
   vertical-align:top;
}

.dataGridCtrlHeader
{
	height: 25px;
	background-color: #F0F0F7;
	border: 1px solid #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana;
	color: #330066;
}

.dataGridCtrlFooter
{
	height: 25px;
	background-color: #F0F0F7;
	border: 1px solid #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
	color: #330066;
}

/*----------------------------- DIV SCROLLING ---------------------*/

div#divReglement
{
	width: 100%;
	height: 330px;
	overflow: auto;
	border-right: 2px inset;
	border-top: 2px inset;
	border-left: 2px inset;
	border-bottom: 2px inset;
	position: relative; 
	word-wrap: normal;
}

.divScroll5Rows
{
	width: 100%;
	height: 220px;
	overflow: auto;
}
.divScroll10Rows
{
	width: 100%;
	height: 330px;
	overflow: auto;
}

.GridHeadColumn
{
	background-color:#F7D3F7;
}
.currentRow
{
	background-color:#F4E3F4;
}
.selectedRow
{
	background-color:#F7D3F7
}

.validator {
	FONT-SIZE: 12px;  COLOR: #ff0000;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}