/*SITE WEB: www.COURSBRAVO.CH - Feuilles de style (2003) - modifié 10.12.2003*/

body {	
	margin-top : 4;
	background-image: url(images1/fondY.gif) !important;
	background-repeat: repeat;
	background-attachment: fixed;
}
.texte  {
	font-size : 10pt;
	font-family : Arial;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.texte2 { /*variante style texte*/
	font-size : 10pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.cours { /*sur COURS.ASP*/
	font-size: 10pt;
	font-family: Arial;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	color: #2570DE /*bleu foncé*/;
}
.fluo { /*pour indiquer le TRI choisi dans le listing des cours*/
	color: black;
	background-color: #FFcc33;/*jaune foncé*/
	text-decoration: none;
}
.plan { /*variante style texte2 pour les plans de salles*/
	font-size: 8pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.keywords { /*texte pour moteurs de recherches, mais invisible à l'écran*/
	font-size: 1pt;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	color: #FEF2C7 /*comme couleur du fond*/;
}
.titre { /*sur l'Accueil*/
	font-size : 14pt;
	font-family : Arial;
	/*text-align: left;*/
	font-style: normal;
	font-weight: bold;
	color: Black;
}
.Rrapide { /*menu pour la recherche rapide*/
	font-size : 10pt;
	font-family : Arial;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color: Black;
}
.rubriques {
	font-size : 10pt;
	font-family : Arial;
	font-weight: bold;
	text-align: left;
}
.construction  { /*dans le cas d'une page en construction*/
	font-size : 10pt;
	font-family : Arial;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: Black;
}
.infosTitres { /*page infos.asp*/
	font-size : 9pt;
	font-family : Arial;
	font-style: normal;
	font-weight: bold;
	color: Black;
}
.yellow1 {background-color : #ffcc33;/*jaune foncé*/}
.yellow2 {background-color : #fef2c8; /*jaune clair*/}

A {color: black;}
A:visited {color: gray;}
A:active {color: black;}
A:hover {color: #2570DE;/*bleu*/}

option {background-color : #fef2c8; /*jaune clair*/}