/**************************************************************
 Cassiopée Formation (www.cassiopee-formation.com)
 Copyright 2009-2024 Develop'it
 
 Version : 11.5.0
 Date    : 25/11/2024
 Fichier : css/Screen.css
**************************************************************/

/*************************** Listes ***************************/
ul.PointBlanc,
ul.PointBleu,
ul.PointCerise,
ul.PointCyan,
ul.PointMandarine,
ul.PointMauve,
ul.PointOrange2,
ul.PointNoir,
ul.PointPeche,
ul.PointPomme,
ul.PointRouge,
ul.PointVert,
ul.PointViolet
{
	list-style:none;
}
ul.PointBlanc li,
ul.PointBleu li,
ul.PointCerise li,
ul.PointCyan li,
ul.PointMandarine li,
ul.PointMauve li,
ul.PointOrange2 li,
ul.PointNoir li,
ul.PointPeche li,
ul.PointPomme li,
ul.PointRouge li,
ul.PointVert li,
ul.PointViolet li
{ 
    padding-left: 0em; 
    text-indent: -.8em;
}
ul.PointBlanc li:before,
ul.PointBleu li:before,
ul.PointCerise li:before,
ul.PointCyan li:before,
ul.PointMandarine li:before,
ul.PointMauve li:before,
ul.PointOrange2 li:before,
ul.PointNoir li:before,
ul.PointPeche li:before,
ul.PointPomme li:before,
ul.PointRouge li:before,
ul.PointVert li:before,
ul.PointViolet li:before
{
	font-size:1.2em;
    content: "• ";
}
ul.PointBlanc li:before {		color:#ffffff; }
ul.PointBleu li:before {		color:#0080C6; }
ul.PointCerise li:before {		color:#E20072; }
ul.PointCyan li:before {		color:#00ABE2; }
ul.PointMandarine li:before {	color:#F7A609; } /* #F08A00 */
ul.PointMauve li:before {		color:#A663A1; }
ul.PointOrange2 li:before {		color:#E75037; }
ul.PointNoir li:before {		color:#000000; }
ul.PointPeche li:before {		color:#F08482; }
ul.PointPomme li:before {		color:#A7CE39; }
ul.PointRouge li:before {		color:#E2001A; }
ul.PointVert li:before {		color:#8CC9B0; }
ul.PointViolet li:before {		color:#93107E; }


/*************************** Texte ***************************/
.TexteBlanc { 		color:rgba( 254, 254, 254, 1.0); }

.TexteBleu {		color:#0080C6; }
.TexteCerise {		color:#E20072; }
.TexteCyan { 		color:#00ABE2; }
.TexteJaune { 		color:#FEB811; }
.TexteMandarine {	color:#F7A609; } /* #F08A00 */
.TexteMauve {		color:#A663A1; }
.TexteNoir { 		color:#000000; }
.TexteOrange2 { 		color:#E75037; }
.TextePeche { 		color:#F08482; }
.TextePomme { 		color:#A7CE39; }
.TexteRouge { 		color:#E2001A; }
.TexteVert { 		color:#00957D; }
.TexteViolet {		color:#93107E; }

.TexteBleu { 		color:rgba(   0,  82, 160, 1.0); } /* #0069b4 */
.TexteOrange {		color:rgba( 239, 124,   0, 1.0); } /* #ef7c00 */a.TexteOrange:hover { 	color:rgba( 239, 124,   0, 1.0); }
.TexteRose { 		color:rgb(230, 0, 126); } /* #e5007d */a.TexteRose:hover { 	color:rgba( 229,   0 ,125, 1.0); }
.TexteVert { 		color:rgba(  58, 199, 199, 1.0); } /* #3ac7c7 */a.TexteVert:hover { 	color:rgba(  58, 199, 199, 1.0); }

.TexteSophrologie {		color: rgba(   0, 170, 232, 1.0); }
.TexteRelationAide {	color: rgba( 246, 166,  17, 1.0); }
.TexteHypnose {			color: rgba(  16, 113, 184, 1.0); }
.TexteArtTherapie {		color: rgb(169, 48, 138); }
.TexteReflexePrimitif {	color: rgba(  56, 185, 179, 1.0); }
.TexteEnergetique {		color: rgba( 228,   6,  82, 1.0); }
.TexteReflexologie {	color: rgba( 238, 116,   7, 1.0); }
.TexteMassage {			color: rgba(  20, 151,  70, 1.0); }
.TexteTestTherapeute {	color: rgba( 243, 146,   0, 1.0); }
.TexteSonotherapie {	color: rgba( 232, 115, 170, 1.0); } /* E873AA */
.TextePsychogenealogie {	color: rgba( 168,  99, 165, 1.0); } /* A863A5 */

.TexteInstitut {		color: rgba(   0,  82, 160, 1.0); } /* #0052A0 */
.TexteOrientation {		color: rgba( 239, 124,   0, 1.0); } /* #ef7c00 */
.TexteFormation {		color: rgba( 229,   0 ,125, 1.0); } /* #e5007d */
.TexteInstallation {	color: rgba(  58, 199, 199, 1.0); } /* #3ac7c7 */


/*************************** Fond ***************************/
.FondBlanc {		background-color: rgba( 254, 254, 254, 1.0); }
.FondBleu {			background-color: #0080C6; }
.FondCerise {		background-color: #e20072; }
.FondCyan {			background-color: #00ABE2; }
.FondJaune { 		background-color: #FEB811; }
.FondMandarine {	background-color: #F7A609; } /* #F08A00 */
.FondMarine {		background-color: #003399; }
.FondMauve {		background-color: #BBA3CA; }
.FondNoir {			background-color: #000000; }
.FondOrange2 {		background-color: #E75037; }
.FondPeche { 		background-color: #F08482; }
.FondPomme { 		background-color: #A7CE39; }
.FondRouge {		background-color: #E2001A; }
.FondVert {			background-color: #00957D; }
.FondVert2 {		background-color: #8CC9B0; }
.FondViolet { 		background-color: #93107e; }

.FondBleu {		background-color: rgba(   0, 105, 180, 1.0); } /* #0069b4 */
.FondOrange {	background-color: rgba( 239, 124,   0, 1.0); } /* #ef7c00 */
.FondRose {		background-color: rgba( 229,   0 ,125, 1.0); } /* #e5007d */
.FondVert {		background-color: rgba(  58, 199, 199, 1.0); } /* #3ac7c7 */

.FondSophrologie {		background-color: rgba(   0, 170, 232, 1.0); } /* #00AAE8 */
.FondRelationAide {		background-color: rgba( 246, 166,  17, 1.0); } /* #F6A611 */
.FondHypnose {			background-color: rgba(  16, 113, 184, 1.0); } /* #1071B8 */
.FondArtTherapie {		background-color: rgba( 169,  48, 138, 1.0); } /* #A9308A */
.FondReflexePrimitif {	background-color: rgba(  56, 185, 179, 1.0); } /* #38B9B3 */
.FondEnergetique {		background-color: rgba( 228,   6,  82, 1.0); } /* #E40652 */
.FondReflexologie {		background-color: rgba( 238, 116,   7, 1.0); } /* #EE7407 */
.FondMassage {			background-color: rgba(  20, 151,  70, 1.0); } /* #149746 */
.FondTestTherapeute {	background-color: rgba( 243, 146,   0, 1.0); } /* #F39200 */
.FondSonotherapie {	    background-color: rgba( 232, 115, 170, 1.0); } /* # */
.FondPsychogenealogie {	background-color: rgba( 168,  99, 165, 1.0); } /* # */

.FondSophrologieT {		background-color: rgba(   0, 170, 232, 0.1); }
.FondRelationAideT {	background-color: rgba( 246, 166,  17, 0.1); }
.FondHypnoseT {			background-color: rgba(  16, 113, 184, 0.1); }
.FondArtTherapieT {		background-color: rgba( 169,  48, 138, 0.1); }
.FondReflexePrimitifT {	background-color: rgba(  56, 185, 179, 0.1); }
.FondEnergetiqueT {		background-color: rgba( 228,   6,  82, 0.1); }
.FondReflexologieT {	background-color: rgba( 238, 116,   7, 0.1); }
.FondMassageT {			background-color: rgba(  20, 151,  70, 0.1); }
.FondSonotherapieT {	background-color: rgba( 232, 115, 170, 0.1); } 
.FondPsychogenealogieT {	background-color: rgba( 168,  99, 165, 0.1); } 

.FondSophrologie10 {	background-color: rgba(   0, 170, 232, 0.1); }
.FondRelationAide10 {	background-color: rgba( 246, 166,  17, 0.1); }
.FondHypnose10 {		background-color: rgba(  16, 113, 184, 0.1); }
.FondArtTherapie10 {	background-color: rgba( 169,  48, 138, 0.1); }
.FondReflexePrimitif10 {	background-color: rgba(  56, 185, 179, 0.1); }
.FondEnergetique10 {	background-color: rgba( 228,   6,  82, 0.1); }
.FondReflexologie10 {	background-color: rgba( 238, 116,   7, 0.1); }
.FondMassage10 {		background-color: rgba(  20, 151,  70, 0.1); }
.FondSonotherapie10 {	background-color: rgba( 232, 115, 170, 0.1); } 
.FondPsychogenealogie10 {	background-color: rgba( 168,  99, 165, 0.1); } 

.FondSophrologie20 {	background-color: rgba(   0, 170, 232, 0.2); }
.FondRelationAide20 {	background-color: rgba( 246, 166,  17, 0.2); }
.FondHypnose20 {		background-color: rgba(  16, 113, 184, 0.2); }
.FondArtTherapie20 {	background-color: rgba( 169,  48, 138, 0.2); }
.FondReflexePrimitif20 {	background-color: rgba(  56, 185, 179, 0.2); }
.FondEnergetique20 {	background-color: rgba( 228,   6,  82, 0.2); }
.FondReflexologie20 {	background-color: rgba( 238, 116,   7, 0.2); }
.FondMassage20 {		background-color: rgba(  20, 151,  70, 0.2); }
.FondSonotherapie20 {	background-color: rgba( 232, 115, 170, 0.2); } 
.FondPsychogenealogie20 {	background-color: rgba( 168,  99, 165, 0.2); } 

.FondSophrologie30 {	background-color: rgba(   0, 170, 232, 0.3); }
.FondRelationAide30 {	background-color: rgba( 246, 166,  17, 0.3); }
.FondHypnose30 {		background-color: rgba(  16, 113, 184, 0.3); }
.FondArtTherapie30 {	background-color: rgba( 169,  48, 138, 0.3); }
.FondReflexePrimitif30 {	background-color: rgba(  56, 185, 179, 0.3); }
.FondEnergetique30 {	background-color: rgba( 228,   6,  82, 0.3); }
.FondReflexologie30 {	background-color: rgba( 238, 116,   7, 0.3); }
.FondMassage30 {		background-color: rgba(  20, 151,  70, 0.3); }
.FondSonotherapie30 {	background-color: rgba( 232, 115, 170, 0.3); } 
.FondPsychogenealogie30 {	background-color: rgba( 168,  99, 165, 0.3); } 

/*************************** Divers ***************************/
.FondOrangeClair {		background-color: rgba( 252, 246, 240, 1.0); }
.FondBleuFonce {		background-color: rgba( 212, 235, 250, 1.0); } /* #D4EBFA */
.FondBleuClair {		background-color: rgba( 239, 248, 253, 1.0); } /* #EFF8FD */
