.Button
{
	border-right: #4b7bc9 1px solid;
	padding-right: 10px;
	border-top: #4b7bc9 1px solid;
	padding-left: 10px;
	font-size: 12px;
	background: #bad0f1;
	padding-bottom: 3px;
	margin: 1px 5px;
	border-left: #4b7bc9 1px solid;
	cursor: pointer;
	color: #2663e0;
	padding-top: 3px;
	border-bottom: #4b7bc9 1px solid;
	font-family: verdana;
	text-align: center;
}

.ValidatorError {
	color: red;
	font-family: verdana, arial;
	font-size: 10px;
}

.Row 
{
	padding-top:4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: underline;
	font-size: 12px;
	color: White;
	background: #bad0f1;
	font-family: verdana;
}

BODY {
	margin: 0px;
	/*border: 1px solid #2663E0;*/
}

H1, H2, H3, H6, P, .Text {
	font-family: verdana, arial;
}

H1 {
	font-size: 20px;
	color: #1653A0;
	text-align: center;
}

H2 {
	font-size: 16px;
	color: #225AC0;	
}

H3 {
	font-size: 13px;
	color: #113860;		
}

H6 {					/* == H1 en plus petit pour les titres d'onglets rétractables */
	font-size: 18px;
	color: #1653A0;
	text-align: center;
}

P, .Text {
	font-size: 12px;
	color: #2663E0;	
}

HR {
	height: 2px;
	color: #2663E0;
}

.Bloc {
	background: #ddecfe;
    border: 1px solid #4B7BC9;
}

INPUT, TEXTAREA, SELECT {
	font-family: verdana;
	font-size: 13px;
	color: #004080;
}

.PanelContent {
	height: 100%;
	border: 1px solid #2663E0;
	background: white;
	overflow: hidden;
	margin: 0px; padding:0px;
}

.ContentForIE {
	overflow: auto; height: 100%;
	padding-left: 25%;
	padding-right:10px; margin-right: 19%;
}

.ContentForNetscape {
	padding-left: 20%;
	padding-right: 20%;
}

