/*
// ---------------------------------------------------------------------------
//
//				      MyLibrary
//
//		     Gestion d'une bibliothèque en PHP / MySQL
//
// MyLibrary permet de gérer une bibliothèque avec une liste de livres et
// d'auteurs, paramétrable en genres, langues, pays. Moteur de recherche et
// statistiques sont également disponibles.
//
// version   : 1.1 (23/07/2001)
// copyright : Olivier Duffez (MyLibrary@PopuLiens.com)
// demo      : http://www.PopuLiens.com/scripts/MyLibrary
// ---------------------------------------------------------------------------
*/

body{
	font-family: arial,verdana,sans-serif;
	font-size: 15px;
	scrollbar-face-color:		#11776c; /* barre + 2 carrés */
	scrollbar-shadow-color: 	#004054; /* ombre droite de la barre + 2 carrés */
	scrollbar-darkshadow-color: #004054; /* extérieur droite de la barre + 2 carrés */
	scrollbar-highlight-color:	#bcecdd; /* bordure */
	scrollbar-3dlight-color:	#bcecdd; /* extérieur gauche de la barre + 2 carrés */
	scrollbar-track-color:		#7ac498; /* zone non couverte par la barre */
	scrollbar-arrow-color:		#abdbcc } /* triangle fleche */
}

.bouton {
	font-family: arial,verdana,sans-serif;
	font-size: 15px;
	FONT-WEIGHT: bold;
	CURSOR: hand;
	COLOR: #004054;
	BACKGROUND-COLOR: #abdbcc;
	BORDER-RIGHT:  #11776c 2px solid;
	BORDER-TOP:    #11776c 2px solid;
	BORDER-LEFT:   #11776c 2px solid;
	BORDER-BOTTOM: #11776c 2px solid;
}

/* entete - pied de page */
.heading    { color: black; font-size: 10pt; font-weight: bolder;}

/* zone d'info */
.titreinfo	   { font-size: 17px; color: #CC0000; font-weight: bold;}
.titreinfo:visited { font-size: 17px; color: #ffff99; font-weight: bold;}
.titreinfo:hover   { font-size: 17px; color: #ffffff; font-weight: bold;}
.titreinfo:link    { font-size: 17px; color: #ffff99; font-weight: bold;}
.texteinfo	   { font-size: 15px; color: #004422;}
.texteinfo:visited { font-size: 15px; color: #eeff44; }
.texteinfo:hover   { font-size: 15px; color: #000000; }
.texteinfo:link    { font-size: 15px; color: #eeff44; }
.texteinfopetit    { font-size: 12px; color: #004422;}

/* adresses e-mail et bas de page*/
.baspage	 { font-size:12px; color: #003300; text-decoration: none; }
.baspage:visited { font-size:12px; color: #006610; text-decoration: none; }
.baspage:hover	 { font-size:12px; color: #001100; text-decoration: none; }
.baspage:link	 { font-size:12px; color: #006610; text-decoration: none; }

a:link	  { color: #3333ff; text-decoration: none; }
a:visited { color: #3333ff; text-decoration: none; }
a:active  { color: #3333ff; text-decoration: none; }
a:hover   { color: #FF0000; text-decoration: none; }

A.erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background: #ED1015 }

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006633 }

.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006633}

.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6600CC;
	font-style: italic}

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px}

.titre {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12pt;
       font-weight: bold;
       color: #666666}

.petit {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 11px;
       color: #666666}

.grostitre {
	   font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: large;
	   color: #666666;
	   font-weight: bold}

.trespetit {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 9px; color: #666666}

.moyen {
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 9pt;
       color: #666666}

   .Vert:link{color: #0033CC;font-weight: bold;}
   .Vert:visited{color: #0033CC;font-weight: bold}
   .Vert:active{color: #ff0000;font-weight: bold}
   .Vert:hover{color: #ff0000;font-weight: bold}

   .Blanc:link{color: #ffffff;font-weight: bold}
   .Blanc:visited{color: #ffffff;font-weight: bold}
   .Blanc:active{color: #000000;font-weight: bold}
   .Blanc:hover{color: #000000;font-weight: bold}

   .Rouge:link{color: #ff3333;}
   .Rouge:visited{color: #330000;}
   .Rouge:active{color: #ff0000;}
   .Rouge:hover{color: #ffaa00;}

   .Bleu:link{color: #0000ff;}
   .Bleu:visited{color: #000044;}
   .Bleu:active{color: #6600ff;}
   .Bleu:hover{color: #0088ff;}

.italrouge {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; color: #FF0000}
.rbutton {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #000000;
	 background: #E6E6E6;
	 font-weight: bold}

