/*************************************/
/* Définition des styles pour l'UQAM */
/*************************************/

/* Format d'une question de la page d'aide */
.question 
{
	font-size:17px;
	font-family:Comic Sans MS;
	font-weight:normal;
	color:#003366;
}

.titregen
{
   font-size:16px;
   font-family:Comic Sans MS;
   color:#FFFFFF;
}

.textegen
{
   font-size:16px;
   font-family:Comic Sans MS;
   color:#FFFFFF;
   text-align:center;
   font-weight:bold;
}

/* Format d'une réponse de la page d'aide */
.reponse
{
	font-size:14px;
	font-family:Comic Sans MS;
	color:#003366;
}

/* Format de divers titre */
.titre1
{
	font-size:18px;
	font-family:Comic Sans MS;
	color:#339999;
	font-weight:normal;
}

/* Format de divers titre un peu plus gros */
.titre2
{
	font-size:24px;
	font-family:Comic Sans MS;
	color:#339999;
	font-weight:normal;
}

/* Format de divers texte courant */
.texte1
{
	font-size:10px;
	font-family:Comic Sans MS;
	color:#003366;	
}

.texte2
{
	font-size:13px;
	font-family:Comic Sans MS;
	color:#003366;	
}

.texte3
{
	font-size:15px;
	font-family:Comic Sans MS;
}

.texte4
{
	font-size:16px;
	font-family:Comic Sans MS;
}

/* Format d'affichage de la session (haut-gauche de plusieurs pages) */
.texte_session
{
	font-size:10px;
	font-family:Comic Sans MS;
	color:#003366;	
}

/* Utilisé pour des liens hypertexte */
.textelien
{
	font-size:13px;
	font-family:Comic Sans MS;
}

/* Utilisé dans le menu */
.textemenu
{
	font-size:11px;
	font-family:Verdana;
}

/* Utilisé pour le choix du mode d'affichage des activités */
/* (par promoteur, domaine, districts ...)                 */
.mode_aff
{
	font-size:13px;
	font-family:Comic Sans MS;
	font-weight:normal;
}

/* Définition du format des messages d'erreurs */
.erreur
{
	font-size:14px;
	font-family:Comic Sans MS;
	color:Red;
	font-weight:normal;
}

.texte1_insc
{
	font-size:10px;
	font-family:Comic Sans MS;
	color:#FFFFCC;
}

.texte2_insc
{
	font-size:13px;
	font-family:Comic Sans MS;
	color:#FFFFCC;
}

/* Définition du tableau pour l'inscription */
.tab_insc
{
   margin-left:10;
	border-style:solid;
	/*width:"100%";*/
	border-bottom-color:Black;
	background-color:#1F354D;
	border-color:#C0C0C0;
	padding:0;
	font-family:Comic Sans MS;
	font-size:12px;
	color:#000080;
}
/* Format des liens hypertexte */
/*a:link {color:#003366; text-decoration:underline; font-size:13px; font-family:Comic Sans MS; font-weight:300;}*/

/* Format des liens hypertexte visités */
/*a:visited {color:#003366; text-decoration:underline;}*/

/* Format du "mouse-over" des liens hypertexte */ 
/*a:hover {color:#9D90B3; text-decoration:underline;}*/
