/* STYLES DES DIFFERENTS LIENS */

/* Liens dans le menu */
a.menu {	font-family : Lucida Handwriting ; font-size : 12px ; font-weight : bold ; text-decoration : none ; color : #007abe ; }
a.menu:hover { text-decoration : underline ; } /* quand l'utilisateur passe sur le lien avec la souris */

/* Liens dans les pages (Accès) */
a.pages { font-family : Lucida Handwriting ; font-size : 12px ; font-weight : bold ; text-decoration : none ; color : #6aabd8 ; }
a.pages:hover { text-decoration : underline ; } /* quand l'utilisateur passe sur le lien avec la souris */

/* Liens pour le mail (Accueil, Contact), pour l'impression des plans d'accès et pour le téléchargement du livret d'accueil */
a.divers { font-family : Arial ; font-size : 12px ; text-decoration : underline ; color : #000000 ; }

/* ##### ##### ##### ##### ##### */

/* TABULATIONS */

/* Tabulation avant la puce des listes à puces */
.Tabulation1 {
	margin-left : 30px ;
}

/* Tabulation avant le texte des listes à puces */
.Tabulation2 {
	margin-left : 10px ;
}

/* ##### ##### ##### ##### ##### */

/* STYLES D'ECRITURES */
/* "Bienvenue" en page d'accueil */
.Style1 {
	font-family : Lucida Handwriting ;
	font-size : 40px ;
	color : #ddb97f ; /* beige */
}

/* Coordonnées */
.Style2 {
	font-family : Arial ;
	font-size : 16px ;
	font-weight : bold ;
	color : #000000 ; /* noir */
}

/* Texte et titres des plans (page d'impression) */
.Style3 {
	font-family : Arial ;
	font-size : 12px ;
	color : #000000 ; /* noir */
}

/* Titres (Présentation, Séjour, Hébergement, Histoire, Restructuration, Accès, Contact) */
.Style4 {
	font-family : Lucida Handwriting ;
	font-size : 26px ;
	color : #6aabd8 ; /* bleu */
}

/* Titre (page d'impression) */
.Style5 {
	font-family : Arial ;
	font-size : 18px ;
	font-weight : bold ;
	color : #000000 ; /* noir */
}

/* Sous-titre (page d'impression) */
.Style6 {
	font-family : Arial ;
	font-size : 14px ;
	color : #000000 ; /* noir */
}

/* Définition des sigles (Présentation) et texte */
.Style7 {
	font-family : Arial ;
	font-size : 11px ;
	color : #000000 ; /* noir */
}

/* Sous-titre (Téléchargement) */
.Style8 {
	font-family : Lucida Handwriting ;
	font-size : 14px ;
	text-decoration : underline ;
	color : #000000 ; /* noir */
}

/* Coordonnées */
.Style9 {
	font-family : Lucida Handwriting ;
	font-size : 12px ;
	color : #000000 ; /* noir */
}
