/* Texte dans les pages. */
body { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
}


/* Texte dans les tableau.x */
table { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
}


/* Texte d'erreur. */
.red { 
	color: #FF5900;
}


/* Texte ok. */
.vert { 
	color: #48C007;
}


/* Titre de la page. */
.titreadmin {
	font-size: 14px;
	font-weight: bold;
	color: #3399CC;
}


/* Titre du questionnaire. */
.enquete {
	font-weight: bold;
	color: #993300;
}


/* Titre des groupes de modules. */
.grmodule {
	font-weight: bold;
	color: #3EB8D7;
}


/* Titre des modules. */
.rubrique {
	font-weight: bold;
	color: #0000FF;
}


/* Titre des questions. */
.question {
	font-weight: bold;
	color: #006699;
}


/* Titre des modules dans la page etape.php. */
.titremodule {
	font-weight: bold;
	color: #FFFFFF;
}


/* Titre des formations. */
.titreformation {
	font-weight: bold;
	color: #F1AA10;
}


/* Titre de l'écran (formation et exercice). */
.soustitre {
	font-weight: bold;
	color: #B20F6B;
}


/* Trait de l'écran (formation et exercice). */
.trait {
	background-color: #B20F6B;
}


/* Couleur d'arriere-plan de la question. */
.couleur1 {
	background-color: #DCEF9E;
}


/* Couleur d'arriere-plan des choix de la question. */
.couleur2 {
	background-color: #F7FBE9;
}


/* Couleur d'arriere-plan de la question (évaluation de la formation). */
.couleur1formation {
	background-color: #EC8BC2;
}


/* Couleur d'arriere-plan des choix de la question (évaluation de la formation). */
.couleur2formation {
	background-color: #F8F0F2;
}


/* Couleur d'arriere-plan de la question (évaluation de la formation). */
.couleur1motivation {
	background-color: #FDD001;
}


/* Couleur d'arriere-plan des choix de la question (évaluation de la formation). */
.couleur2motivation {
	background-color: #FAF0C3;
}


/* Couleur d'arriere-plan de la colonne analyse de l'exercice (exercice / formation). */
.couleurAnalyse {
	background-color: #FFEDF3;
}


/* Tableau des questions. */
.tabenquete { 
	border-left-width:1px; border-left-color:#8FB422; border-left-style:solid;  
	border-right-width:1px; border-right-color:#8FB422; border-right-style:solid;
	border-top-width:1px; border-top-color:#8FB422; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#8FB422; border-bottom-style:solid
}


/* Tableau des questions de l'évaluation de la formation. */
.tabformation { 
	border-left-width:1px; border-left-color:#B20F6B; border-left-style:solid;  
	border-right-width:1px; border-right-color:#B20F6B; border-right-style:solid;
	border-top-width:1px; border-top-color:#B20F6B; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#B20F6B; border-bottom-style:solid
}


/* Tableau des questions de motivation. */
.tabmotivation { 
	border-left-width:1px; border-left-color:#FDD001; border-left-style:solid;  
	border-right-width:1px; border-right-color:#FDD001; border-right-style:solid;
	border-top-width:1px; border-top-color:#FDD001; border-top-style:solid;
	border-bottom-width:1px; border-bottom-color:#FDD001; border-bottom-style:solid
}


/* Liens normaux. */
a {
	font-size: 13px;
	color: #428DDC;
	text-decoration: none;
}

a:hover {
	color: #8FB422;
}

a:active {
	color: #8FB422;
}


/* Liens bas de l'accueil. */
a.accueil {
	font-size: 12px;
	font-weight: bold;
	color: #428DDC;
	text-decoration: none;
}

a.accueil:hover {
	color: #666666;
}

a.accueil:active {
	color: #666666;
}


/* Champ texte de l'identification. */
.inputIdent {
  
  background: #FFF1B0;
  border: 1px solid #049CF2;
}


/* Bouton valider de l'identification. */
.validerIdent  {
  background-repeat: no-repeat;
  border:0px;
  width:60px;
  height:19px;
  cursor: pointer;
  background-image: url("../images/bt_valider_jaune.jpg");
}


/* Champ texte de l'inscription. */
.inputInscr {
  
  background: #EBF5FF;
  border: 1px solid #049CF2;
}


/* Bouton valider. */
.valider  {
  background-repeat: no-repeat;
  border:0px;
  width:91px;
  height:24px;
  cursor: pointer;
  background-image: url("../images/bt_valider_vert.jpg");
}


/* Bouton valider de l'inscription. */
.validerInscription  {
  background-repeat: no-repeat;
  border:0px;
  width:60px;
  height:19px;
  cursor: pointer;
  background-image: url("../images/bt_valider_bleu.jpg");
}


/* Bouton valider. */
.validerFormation  {
  background-repeat: no-repeat;
  border:0px;
  width:91px;
  height:24px;
  cursor: pointer;
  background-image: url("../images/bt_valider_formation.jpg");
}


/* Bouton valider. */
.validerMotivation  {
  background-repeat: no-repeat;
  border:0px;
  width:91px;
  height:24px;
  cursor: pointer;
  background-image: url("../images/bt_valider_motivation.jpg");
}