/* ########### PAGE. ########### */


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


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


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


/* Texte message confirmation. */
.green { 
	color: #006600;
}


/* Liens normaux. */
a {
	color: #0B79BE;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
}


/* Fond du bas de page. */
.bas {
	background-color: #005399;
}


/* Titre des pages identification, inscription.... */
.pageTitreIdent {
	font-size: 13px;
	font-weight: bold;
	color: #45AEDE;
}