/**
* CSS pour la base pro
*/

/* Classe permettant de définir le texte des thématiques */
/*.texte-thematique {
	color: blue;
	height: 30%;
} */


/* Classe permettant de définir le texte des propriétaires */
.texte-user {
	color: green;
}

/* Classe permettant de définir le BODY */
body {
	background-color : white;
	background-image : url('/images/background.jpg');
	background-repeat : no-repeat;
	background-position-x : right
}

/* Classe des libelles reduit */
/*.texte-libelle-reduit {
	color: navy;
	font-size: 80%;
	text-align: left;
} */

/* Classe des libelles */
.texte-libelle {
	//color: #996699;
	color: #CC6600;
	text-align: left;
	font-weight: bold;
}

/* Classe des libelles */
.texte-libelle-centre {
	//color: #996699;
	color: #CC6600;
	text-align: centre;
	font-weight: bold;
}

/* Classes des confirmations */
.champ-obligatoire {
	//color: #A62A2A;
	color: red;
	//text-decoration : blink;
	text-align: left;
}

/* Classe des libelles "voyant" centré*/
.texte-voyant-centre {
	color: red;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

/* Classe des libelles "voyant"*/
.texte-voyant {
	color: green;
	font-style: italic;
}

/* Classe du titre en sommet de pages */
.texte-titre {
	color: #990099;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: +20;
}

/* Classes des erreurs */
.texte-erreur {
	color: red;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	font-size: +20;
}

/* Classes des confirmations */
.texte-confirmation {
	color: #990066;
	text-align: center;
	vertical-align: center;
	text-decoration : blink;
	font-weight: bold;
}

/* classes des liens */
A {
	color: #990066;
	text-decoration : none;
	font-weight: bold;
	font-size: +20;
}
a:HOVER{text-decoration : underline}
/* classes des liens A1 */
A.A1 {
	color: #990099;
	text-decoration : none;
	font-size: 15;
}
a.A1:HOVER{text-decoration : underline}
/* classes des liens A2 */
A.A2 {
	color: black;
	text-decoration : none;
}
a.A2:HOVER{text-decoration : underline}

/* classes des liens A3 */
A.A3 {
	color: #990066;
	text-decoration : none;
}
a.A3:HOVER{text-decoration : underline}

/* classes des liens A4 */
A.A4 {
	color: blue;
	text-decoration : none;
	font-size: 15;
}
a.A4:HOVER{text-decoration : underline}
/* classes des liens A1 */
A.A5 {
	color: black;
	text-decoration : none;
	font-size: 15;
}
a.A5:HOVER{text-decoration : underline}
/* Classe permettant de définir les tableaux 93DB70*/
TABLE {
	border-style: none;
}

/* Classe permettant de définir les cases des tableaux */
TD {
	border-color: #FF6633;
	border-style : solid;
        border-width : 2;
}
/* Libelle annuaire */
.libelle-annuaire {
        color: black;
        font-weight: bold;
}
