﻿.Body 
{
	text-align: center; font-family: Arial;	font-size: 9pt;
	cursor: default; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px
}

.Form
{
	width: 760px; margin-right: auto; margin-left: auto; text-align: left
}

.Hyperlien
{
	cursor: pointer; text-decoration: underline; color: black; font-weight: bold
}

.TextBox
{
	border: solid 1px #c0c0c0;
}	

.TextBoxFocus
{
	border: solid 1px #000000
}	

.Erreur
{
	font-weight: bold; color: #cd2852
}

.MessageTable
{
	font-family: Arial; font-size: 9pt; font-weight: bold; 
	width: 260px; height: 100px;
	background-image: url('Images/Message/BlancBody.gif');
}

.Rouge
{
	color: #990000
}

.Kaki
{
	color: #6B6923
}

.NoScript
{
	position: absolute; z-index:999; top: -10px; left: 0px; 
	background-color: #ffffff;
	height: 100%; width: 110%; padding-top: 200px;
	text-align: center;	font-weight: bold; 
}