.Titre {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 32px;
	color: #666666;
}
.Sous-titre {
    font-family: Georgia, "Times New Roman", Arial;
	font-size: 16px;
	color: #666666;
	font-style: italic;}

BODY{
	cursor:url(pictures/interface/curseur.cur);
	background-repeat: no-repeat;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texte {
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
.footer {
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}
body,td,th {
	font-family: Georgia, Times New Roman, Arial;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #902147;
}
.points {
	color: #902147;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 18px;
	font-style: italic;
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.Style3 {
	color: #ff9900;
	font-weight: bold;
}.header2, h2 {
	color: #666666; 
	background: #ffffff; 
	font-weight: bold; 
	font-family: Georgia, Times New Roman, Arial; 
	font-size: 16px;
}
.allPageTable {
	height: 100%;
	border: 0; 
	width: 100%;
}
.tableBorder {
	border-color:#c99d00;
	border-style: solid;
	border-width: 1px;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	border-collapse: collapse;
	border-spacing: 0px;
}
.tableBorder td {
	border-color:#c99d00;
	border-style: solid;
	border-width: 1px;
	font-family: Georgia, "Times New Roman", Arial;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	padding: 2px;
}
img.noBorder {
	border: 0 solid #999999;
}
.red {
	color: #ff0000;
}
a.btn:link, a.btn:visited {
	padding: 5px 20px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #c99d00;
}
a.btn:hover {
	color: #666666;
}
img.left-M {
	text-align: left;
	margin: 2px 10px 2px 0;
}


/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearLeft {
	clear: left;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.clearRight {
	clear: right;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0 auto;
	padding: 0;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
.floatLeft_Mr{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0;
	padding: 0;
	float: right;
}
.floatRight_Ml{
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
}
.block{
	display: block;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
