/* CSS Document */
 
/* Styles des pages du catalogue */
A 					{color:#0000FF ; text-decoration:none}
A:hover 			{color:#FF0000 ; text-decoration:none}
body				{
	background-image: url(../IMAGES/Fonds/Fond-page.jpg);
	background-attachment: fixed;
	text-align: center;
}
.Tableaux_catalogue {width:100% ; border-width: 1px ; border-style: solid ; border-color:black; background-color:#FFFFFF } 
.Catalogue-PageXX 	{font-family: "Comic Sans MS"; font-size: medium; color: #000000; text-align:center ; background-image:url(../IMAGES/Fonds/Degrage-orange.gif)}
.Titre_colonnes		{background-image:url(../IMAGES/Fonds/Lignes-grises.gif); border-width: thin ; font-weight:bold ; font-size: smaller ; text-align:center}
.Descriptifs 		{font-size: smaller ; text-align:left}
.Faciales 			{font-size: smaller ; text-align:center}
.Fonds_noirs 		{background-color: #000000 ; text-align:center ; color: #FFFFFF}
.Loupe 				{cursor: url(../IMAGES/Boutons/Loupe.cur), pointer;  outline: none;}



