body {
	background-image: url(Images/Charte/FondDegrade.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-color: #e0e7ed;
}
body,td,th,div,p,input,textarea,select {
	font-family: Verdana;
	font-size: 10px;
	color: #536D7B;
}
a {
	color: #536D7B;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
.Blanc {
	color: #FFFFFF;
}
a.Blanc {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.Capitalize {
}

a.Blanc:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.Bleu {
	color: #2D68A3;
}
a.Bleu {
	color: #2D68A3;
	text-decoration: none;
	font-weight: bold;
}
a.Bleu:hover {
	text-decoration: underline;
	color: #2D68A3;
}
.Violet {
	color: #823993;
}
.Gris {
	color: #666666;
}
.ConnexGris {
	color: #565758;
}
.Titre {
	font-size: 15px;
	font-weight: bold;
}
.STitre {
	font-size: 12px;
}
.FemmeCasque {
	background-image: url(Images/Charte/FemmeCasque.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.FondNoir {
	background-color: #000000;
}
.FondGrisBleu {
	background-color: #D8DFE5;
}
.FondMenuGaucheBleu {
	background-color: #2D68A3;
}
.FondFormGris {
	background-color: #E9EEF3;
}
.FondBlanc {
	background-color: #FFFFFF;
}
.GTitre {
	font-size: 18px;
}
.CadreFormGris {
	background-color: #536D7B;
}
.Form {
	font-size: 10px;
}
.Majuscule {
	text-transform: uppercase;
}
.Capitalize {
	text-transform: capitalize;
}
.Vert {
	color: #009900;
}
.Rouge {
	color: #FF0000;
}
.FormDroite {
	text-align: right;
}
.FormCentre {
	text-align: center;
}
