/* ------ Général ------ */

body{
	}

.titre22 {
	font-size:xx-large;
	font-weight:700;
	color:#093;
	text-align: center;
}
.titre14 {
	font-size:x-large;
	font-weight:700;
	color:#093;
	text-align: center;
}
.titre12 {
	font-size:large;
	font-weight:700;
	color:#093;
	text-align: center;
}
.titreDate {
	font-weight:700;
	color:#000;
	text-align: center;
}
.titreInline{
	font-weight:700;
	color:#093;
}
.titreFormation{
	color:#060;
	font-variant:small-caps;
	font-weight:bold;
	font-size:x-large;
}
.titreNon{
	font-weight:normal;
	font-variant:normal;
}


.Footer {
	text-align: center;
}
.Devise {
	text-align: right;
	vertical-align: bottom;
}
.BlocGauche {
	text-align: left;
	vertical-align:top;
}
.Principal {
	text-align: justify;
	vertical-align:top;
	padding-left: 20pt;
	padding-right: 20px;
	}


/* ------ main ------ */

// #main a, a:link {
//	color:#060;
//	text-decoration:none;
//}

//#main a:hover  {
//	text-decoration:underline;
//}


/* ------ Menu ------ */

.Menu {
	text-align: center;
	width:11%;
	color:#FFF;
	font-weight:bold;
	padding-bottom:6px;
	padding-top:6px;
	text-decoration:none;
}

.FluidMenu {
/*	text-align: center; */
	color:#FFF;
	background-color:#006600;
}


/* ------ FLOTTANTS ------ */

.FlotteDroit {
	border-color:#006600;
	border-style: dotted;
	border-width: thin;
	float: right;
	font-weight: normal;
	margin-bottom: 4pt;
	margin-left: 10pt;
	margin-right: 10pt;
	margin-top: 4pt;
	padding-bottom: 3pt;
	padding-left: 7pt;
	padding-right: 7px;
	padding-top: 3pt;
	text-align: justify;
	overflow: visible;
}

/* ------ Stripped ------ */

table.striped th
{	text-align:center;
	background:#CCCCCC;
	font-weight: bold;
}

table.striped tr:nth-child(even)
{	vertical-align:middle;		
	background:#E9FDD9;
	border-bottom-color: #666;
	border-bottom-style: solid;
}

table.striped tr:nth-child(odd)
{	vertical-align:middle;
	background:#FFFFFF;
	border-bottom-color: #666;
	border-bottom-style: solid;
}

img {
	border: 1px;
}

.float-left {
	padding: 5px;
	clear: left;
	float: left;
}

.float-right {
	padding: 5px;
	clear: right;
	float: right;
}

img.center {
	clear: both;
	text-align: center;
}
.TexteBlanc {
	color: #FFF;
}

td.BleuPrat {
	background:#9BC1FF;
}

td.RougeMPrat {
	background:#F9F;
}

.normal {
	font-variant:normal;
	font-weight:normal;
	font-size:medium;
}

.surligne {
	background-color:#ffff66;
}

.box-TR {
  background: white;
  padding: 12px;
  margin-top: 12px;
  border-top: 1px solid #AAAAAA;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  border-left: 1px solid #AAAAAA;
  border-top-right-radius:24px;
}

.box-TL {
  background: white;
  padding: 12px;
  margin-top: 12px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  border-left: 1px solid #aaa;
  border-top-left-radius:24px;
}

.box-BL {
  background: white;
  padding: 12px;
  margin-top: 12px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  border-left: 1px solid #aaa;
  border-bottom-left-radius:24px;
}

.box-BR {
  background: white;
  padding: 12px;
  margin-top: 12px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  border-left: 1px solid #aaa;
  border-bottom-right-radius:24px;
}

.fondBlanc {
	background-color:#FFFFFF;
}

.noDeco {
	text-decoration:none;
}

.cacheTout{
	display:none;
	visibility:hidden
}

.grasVertLarge{
	color:#060; 
	font-weight:bold; 
	font-size:large;
}

.vert{
	color:#060; 
}

.vertSombre{
	color:#093;
}

.xSmall {
	font-size:x-small;
}

.gras{
	font-weight:bold;
}

.centrer{
	text-align:center;
}

.boite-coach {
  color:#B020CF;
  background-color:#F8E4FC;
  border-color: #faebcc;
}

.boite-praticien {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.boite-maitre {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.boite-hypnose {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}