body,td,th,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-color: #FFFFFF;
}
.MenuGauche {
	font-size: larger;
}

.Titre {
	font-size: 17px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold
}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.BeigeClaire {
	color: #cacaca;
}
.FondBeigeClair {
	background-color: #efefef;
}
.FondBeige {
	background-color: #ebebeb;
}


a.BeigeClaire {
	text-decoration: none;
	color: #cacaca;
	font-weight: bold
}
a.BeigeClaire:hover {
	text-decoration: underline;
	color: #cacaca;
	font-weight: bold;
}
.Blanc {
	color: #FFFFFF;
}
a.Blanc {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold
}
a.Blanc:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.Rose {
	color: #ed008e;
}
a.Rose {
	text-decoration: none;
	color: #ed008e;
	font-weight: bold
}
a.Rose:hover {
	text-decoration: underline;
	color: #ed008e;
	font-weight: bold;
}

.GrisFonce {
	color: #696666;
}
a.GrisFonce {
	text-decoration: none;
	color: #696666;
	font-weight: bold
}
a.GrisFonce:hover {
	text-decoration: underline;
	color: #696666;
	font-weight: bold;
}
.Petit {font-size: 8px}
.Majuscule {
	text-transform: uppercase;
}
.FondBlanc {
	background-color: #FFFFFF;
}
.FormDroite {
	text-align: right;
}
.FormCentre {
	text-align: center;
}
.PlusGrand {font-size: larger}
.STitre {
	font-size: 14px;
	font-weight: bold;
}
.Puce {
            cursor: crosshair;
            position: relative;
            visibility: visible;
            float: left;
}
