body {
	background-color: #E5E5FE;
	font-family: Arial, Helvetica, sans-serif;
}

/* MAIN texte principal */ 

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: none;
	vertical-align: top;
}
.main a{
	color: #624D85;
	text-decoration: underline;
}

.main a:hover{
	color: #624D85;
	text-decoration: none;
}

.main h1 {
	font-size: 1.18em;
	font-weight: bold;
	color: #624D85;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC233;
}
.main h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #624D85;
	background-color: #FEEECC;

}
.spe a {
	background-color: #FEDE9B;
}
.spe2  {
	background-color: #FEDE9B;
	margin-right: 5px;
}

.main h3 {
	font-size: 1em;
	font-weight: bold;
	color: #624D85;
}

/* MENU droite */

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 210px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menu h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #624D85;
}
.menu h2 a{
	color: #624D85;
	text-decoration: underline;
}
.menu h2 a:hover{
	color: #624D85;
	text-decoration: none;
}

.menu ul a{
	color: #624D85;
	text-decoration: none;
}
.menu ul a:hover{
	color: #624D85;
	text-decoration: underline;
}

.menu li {
	font-size: 0.8em;
	color: #624D85;
	list-style-type: disc;
	list-style-position: outside;
}

/* MAIN page accuel*/
.mainHome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: none;
	vertical-align: top;
}
.mainHome h1 {
	font-size: 1em;
	font-weight: bold;
	color: #624D85;
	background-color: #FEEECC;
}
.mainHome li {
	font-size: 0.95em;
	font-weight: bold;
	color: #624D85;
	text-decoration: none;
}
.mainHome a {
	font-weight: bold;
	color: #624D85;

}

/* Format table page principale */
.mainTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	border: none;
	vertical-align: top;
}
strong {
	color: #4C4C4C;
}
.footer {
	background-image: url(img/footer-coaching.jpg);
	height: 63px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
.footer a{
	color: #624D85;
	text-decoration: underline;
}
.footer a:hover{
	color: #624D85;
	text-decoration: none;
}
.formWarning {
	color: #CC0000;
}

.formWarning a{
	color: #CC0000;
}
.encadrebleu {
	font-style: italic;
	font-weight: bold;
	color: #9999CC;
	border: 1px solid #9999CC;
}
.encadrebleu2 {
	font-style: italic;
	font-weight: bold;
	color: #9999CC;
	border: 1px solid #9999CC;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
}
.encadrebleu3 {
	font-style: italic;
	font-weight: bold;
	color: #9999CC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.taille08 {
	font-size: 0.8em;
}
