a {
	color: [printAnchor.color];
}
a:hover {
	background: #bde;
}
a img {
	border: none;
}

/*----------------------- BALISE HTML ET BODY --------------------------*/
* {
	margin-top: 0;
	padding: 1;
}

html, body {
	border:0;
	color: #333;
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff;
	height:100%;
}

/*----------------------- RESULTAT DU PAYEMENT --------------------------*/

.tdPaymentResult
{
 height: 19px;
 background-color: #E7BD88;
 font-size: 12px;
 font-weight: bold;
 vertical-align:middle;
 padding: 1px 10px 0 25px;
}

/*----------------------- CHAPITRE --------------------------*/

/* main titles */
.chapterTitleBorder {
	background: #950F15;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
.chapterTitleBorder .chapterPrimaryTitleImg {
	display: none;
}
.chapterTitleBorder .chapterPrimaryTitleH1 {
	/*padding: 0 5px;*/
	color: #FFFFCC;
	font: bold 12px/20px "trebuchet ms", arial, helvetica, sans-serif;
}

.chapterTableCtrl
{
	border-color: #B6D0FC;
	border: 1;
}

.chapterComment
{
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	height: 20px;
}

.chapterTitle
{
	border-bottom: #a7dbff thin solid;
	font-family: Verdana;
}

#chapterPrimaryTitle
{
	display: block;
	margin: 0;
	height: 16px;
	border: 1px solid #950F15;
	/*padding-top: 2px;*/
	padding-bottom: 2px;
	padding-left: 30px;
	background: #3B2019;
	/*background: url(../images/asterisk_yellow.png) no-repeat;*/
	background: url(./images/fleche09.gif) no-repeat;
	/*background: url(../images/marker_rounded_grey_2.png) no-repeat;*/

	background-position: 2px 1px;
}

/* second title */
.chapterSecondTitleBorder {
	background: #009e1b;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
.chapterSecondTitleBorder .chapterSecondTitleImg {
	display: none;
}
.chapterSecondTitleBorder .chapterSecondTitleH1 {
	padding: 0 5px;
	color: #fff;
	font: bold 12px/20px "trebuchet ms", arial, helvetica, sans-serif;
}

/* table bg + border */
.chapterContent {
	color: #333;
	background: #E7BD88;
	border: 1px solid #3B2019;
}

/* table txt */

.chapterContent {
	outline: 0px solid red;
	padding: 5px 0;
	color: #333;
	font-size: 12px;
}
.chapterContent table table table tr td {
	/*padding: 0;*/
}

/*------------------------------ PAGE RECAP ---------------------------*/


.recapTextPayment
{
	font-weight: bold; font-size: 14px;
}

.recapDataGridAltItem
{
	height: 25px;
	background-color: #C6E38B;
	border: 1px solid #000000;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: normal;
	color: #333;
}

.recapDataGridItem
{
	height: 25px;
	background-color: #C6E38B;
	border: 1px solid #000000;
	padding-right: 5px;
	font-size: 8pt;
	font-weight: normal;
	color: #333;
}

.recapDataGridHeaderLink
{
	color: #FFFFCC;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000000;
}

.recapDataGridHeader
{
	background-color:#950F15;
	font-weight:bold;
	color:#FFFFCC;
}

.recapDataGridColumn
{
	background-color:#DCD2C8;
	text-align:right;
	font-weight: normal; font-size: 12px;
	border: 1px solid #000000;
}

.recapDataGridAltColumn
{
	background-color:#E6DCD2;
	text-align:right;
	font-weight: normal; font-size: 12px;
	border: 1px solid #000000;
}

.recapDataGridFirstColumn  
{
	background-color:#E7BD88;
	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: #333;
	font-family: verdana;
}

.buttonCtrl
{
	font-size: 9pt;
	font-weight: normal;
	color: #3B2019;
	background-color: #DDDDDD;
	cursor: pointer;
	font-family: Verdana;
	border-right: #000000 1px outset;
	border-top: #000000 1px outset;
	border-left: #000000 1px outset;
	border-bottom: #000000 1px outset;
}

.inputfieldCtrl
{
	font: 11px verdana;
	border-right: #666 1px solid;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	border-bottom: #666 1px solid;
	color: #333;
}

.labelCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:9pt;
	color:#3B2019;
}

.radioBoxCtrl
{
	font-weight:bold;
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
}

.labelHeadingLineCtrl  
{
	font-weight:bold;
	font-family:Verdana;
	font-size:8pt;
	color:#333;
}


.checkBoxCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:10pt;
	color:#00FFFF;
	width:264px;
}

.commentCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:8pt;
	color:#993366;
}

.textCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
	border-color:#3B2019;
	border-style:solid;
	border-width:1px;
}

.listCtrl
{
	font-weight:normal;
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
	border-color:#3B2019;
	border-style:solid;
	border-width:1px;
}

.labelTitleCtrl
{
	font-weight:bold;
	font-family:Verdana;
	font-size:13pt;
	color:White;
}

.checkBoxTreeView
{
   font-size: 10px;
   color: #333;
   font-family:Verdana;
   font-weight: normal;
}

.inputLabelLink
{
	text-decoration:underline;
	cursor:pointer;
}

/*-----------------------  ERROR --------------------------------*/

.pointMandatory
{
	display:inline-block;
	width:10px;
	color:#FF3300;
}

.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 #3B2019;
}

.labelLogonCtrl
{
	font-size: 9pt; 
	color: #62A53C; 
	font-family: Verdana;
	font-weight: normal;
}

a#linkLogonOut
{
	font-family: Verdana;
	font-size: 8pt;
	color: #9900cc;
}

/*------------------------ PRINT --------------------------------------------*/

/* Style de la page recap print */
.printTable
{
	border-top: 1px solid #8FC73E;
	border-bottom: 1px solid #8FC73E;
	background-color: rgb(249, 247, 251);
	border-right-style: none;
	border-left-style: none;
} 

.printTitle
{
	text-align: center;
	color: #333;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
} 

.printBusinessTitle
{
	text-align: center;
	color: #333;
	font-family: verdana;
	font-weight: bold;
	font-size: 15px;
} 

.printBusinessDate
{
	text-align: center;
	color: #333;
	font-family: verdana;
	font-size: 9px;
} 

.printAdresse
{
	color: #333;
	font-family: verdana;
	font-size: 9px;
} 

.printCorporateName
{
	color: #333;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
} 

.printAnchor
{
	color: [printAnchor.color];
	text-decoration: underline;
	font-size: 11px;
	vertical-align: middle;
} 

.printAnchor:hover
{
	color: [printAnchor.color];
	text-decoration: none;
	font-size: 11px;
	vertical-align: middle;
}

/*-------------------------- ONGLET ------------------------*/
/* Style des Onglet du formulaire demande d'admission */

/* tabs */
.navLvl3LinkSelected {
	color: #FFFFCC;
	font-size: 10px;
        text-decoration: none;
        font-weight: bold;
        font-family: Verdana;
	background: #560C0B;
	border : 0px solid #3B2019;
	border-left : 0px solid #333333;
	/*background: url(../images/arrow_state_blue_right.png) no-repeat left top;
  	background-position : 0px 4px;*/

}

.navLvl3LinkMouse {
	color: #333;
	font-size: 10px;
        text-decoration: none;
        font-weight: bold;
        font-family: Verdana;
	background: #950F15;
	text-position : 4px;
	border : 0px solid #3B2019;
	border-left : 0px solid #FF3300;
	/*background: url(../arrow_state_blue_right.png) no-repeat left top;
  	background-position : -5px 4px;*/


}

.navLvl3Link
{
	color: #FFFFFF;
	font-size: 10px;
        text-decoration: none;
	text-position : 10px;
        font-weight: bold;
        font-family: Verdana;
	border : 0px solid #cccccc;
	border-left : 0px solid #DDDDDD;
	background: url(./images/arrow_state_grey_right.png) no-repeat left top;
  	background-position : -3px 4px;

}

.headerBG04 {
	color: #fff;
	background: #950F15;

	/*background: #00ff00;*/
}

/*------------------------ 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: #ffffff;
}

.dataGridCtrlFooter
{
	height: 25px;
	background-color: #F0F0F7;
	border: 1px solid #FFFFFF;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana;
	color: #ffffff;
}

/*----------------------------- 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: 680px;
	height: 330px;
	overflow: auto;
}

.GridHeadColumn
{
	background-color:#B2B2B2;
	color:#000000;
}
.currentRow
{
	background-color:#EAEAEA;
}
.selectedRow
{
	background-color:#EAEAEA;
}
.validator {
	FONT-SIZE: 12px;  COLOR: #ff0000;  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


