body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th,p,div,h1,h2,h3 {
	color: #000000;
	font-family: "Exo 2", sans-serif;
	font-size: 12px;
}
h1 {
	font-weight: normal;
}
h2 {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
.Blanc {
	color: #FFFFFF;
}
a.Blanc {
	color: #FFFFFF;
	text-decoration: none;
}
a.Blanc:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.Gras {
	font-weight: bold;
}
.Capitalize {
	text-transform: capitalize;
}
.Majuscule {
	text-transform: uppercase;
}
.Minuscules {
	text-transform: lowercase;
}
.Petit {
	font-size: 10px;
}
.Police11 {
	font-size: 11px !important;
}
.Police12 {
	font-size: 12px !important;
}
.Souligne {
	text-decoration: underline !important;
}
.STitre {
	font-size: 14px;
}
.Titre {
	font-size: 16px;
}
.GTitre {
	font-size: 18px;
}
#menu-gauche {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px; /* ou la largeur que vous voulez */
  height: 100%;  /* pour prendre toute la hauteur de la page */
  /*background-color: #f4f4f4;*/
  padding: 20px;
  /*box-shadow: 2px 0 5px rgba(0,0,0,0.1);*/
  overflow-y: auto; /* utile si le menu est long */
}
#contenu-principal {
  margin-left: 350px; /* 200px de menu + 20px de padding de chaque côté */
  padding-right: 20px;
}
.Gris {
	color: #666666;
}
.GrisFonce {
	color: #444645;
}
.GrisPale {
	color: #EEEEEE;
}
.Bordeaux {
	color: #7a1010;
}
.Bleu {
	color: #4a90e2;
}
.FondTab1 {
	background-color: #EEEEEE;
}
.FondTab1:hover {
	background-color: #c2e1f0;
}
.FondTab2 {
	background-color: #FFFFFF;
}
.FondTab2:hover {
	background-color: #c2e1f0;
}
.FondBlanc {
	background-color: #FFFFFF;
}
.FondNoir {
	background-color: #060606;
}
.FondGrisPale {
	background-color: #EEEEEE;
}
.FondGrisFonce {
	background-color: #5b5b5b;
}
.FondGris {
	background-color: #d4d4d4;
}
.FondGrisClair {
	background-color: #CCCCCC;
}
.FormCentre {
	text-align: center;
}
.FormDroite {
	text-align: right;
}
.FormGauche {

	text-align: left;
}
