@IMPORT url( "../Styles.css" );

/*-Les polices de caractères----------------------------------------------------------------------------------------------------*/
a, h1, h2, h3, p, li, caption, .text, .Text, .InfoBulle, .ValidatorError		{ font-family: arial; }

pre, pre * {
	font-family: courier, monospace;
}

/*-Tailles, couleurs et alignements---------------------------------------------------------------------------------------------*/
BODY				{ background-color: #FFFFFF; color: black; overflow: auto; width: 90%; min-width: 1000px; margin-left: auto; margin-right: auto; }

A:hover				{ color: #000000 }
A 					{ color: #004080; font-size: 11pt; }
              
.page_content H1 	{ font-weight: bold; color: #004080; text-align: center; }

.page_content H2	{ 
	font-weight: bold; 
	color: #19506F; 
	text-align:left; 
	font-size: 14pt; 
	margin-top: 40px;
	border-bottom: 1px solid #7397AB;
}

#indexEllispe h2 { margin-top: 15px; }

H3		 			{ font-weight: bold; color: #0060A0; text-align:left; font-size: 11pt; }
H2.subTitle 		{ text-align: center; }

P, LI, .text, .Text	{ color: black; font-size: 14px; line-height: 22px; }
P					{ text-indent: 15pt;   text-align: justify; }
LI.Text				{ text-align: justify; }


.ValidatorError 	{ color: red; }

.TextHeader  {
	background: #0070B0;
	color: white;
	font-size: 12pt;
	font-family: verdana, arial;
	height: 40px;
}

code {
	font-family: courier;
	font-size: 11pt;
}

.LinkBloc {
	border-left: 2px solid #0070B0;
	padding-left: 10px;
}

/********************************************************
*** Les bulles d'informations 
********************************************************/

.Definition {
	border-bottom: 1px dashed #000080;
}

.JwtToolTip {
	width: 280px;
	border: 1px solid rgb( 10,7,149);
	background: rgb( 180, 190, 250 );
	padding: 6px;
}

.JwtToolTip TD, .JwtToolTip {
	text-align: left;
	font-size: 10px;
}

/********************************************************
*** Les différentes sections de code
********************************************************/

caption { color: #006090; font-size: 11pt; }

.SectionCode {
    background-color:#E0E0E0;
    border: solid 1px #111111;
    border-collapse: collapse;

    width: 880px;
    /*margin-left: 10%;
    margin-right: 10%;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	
	text-align:left;
	font-size:11pt;
	color:#000000;
}

.navigationBar {
	height: 80px;
}


/**********************************************************/


