@charset "iso-8859-1";

/* ############ Style du texte ######################################################### */

H1		{color: black; font-family: Verdana; font-size: 16px; font-style: bold;	font-weight: bold; text-align: center; }

.titre		{color: black; font-family: Verdana; font-size: 16px; font-style: bold;	font-weight: bold; text-align: center; list-style-type: circle; }

.menuTitle	{color: white; font-family: Verdana; font-size: 12px; font-style: normal; text-align: left; font-weight: normal; }

.menuItem	{color: black; font-family: arial; font-size: 11px; font-style: bold; list-style-type: circle; text-align: left; }

.menuItemWhite	{color: white; font-family: arial; font-size: 11px; font-style: bold;}

.menuItemCenter {color: black; font-family: arial; font-size: 11px; text-align: center; }

.formulaire	{color: black; font-family: arial; font-size: 12px; font-style: bold; text-align: right;	}

.formulaireCenter	{color: black; font-family: arial; font-size: 12px; font-style: bold; text-align: center; }

.formulaireLeft	{color: black; font-family: arial; font-size: 11px; font-style: bold; text-align: left; }

.formulaireRight	{color: black; font-family: arial; font-size: 12px; font-style: bold; text-align: right; }


/* ############# Barre de Défillement (Internet Exploreur >= 5.5 uniquement) ########### */ 

BODY
     {
     scrollbar-face-color: black;
     scrollbar-shadow-color: #FFFFCC;
     scrollbar-highlight-color: #FFFFCC;
     scrollbar-3dlight-color: black;
     scrollbar-darkshadow-color: black;
     scrollbar-track-color: #FFFFCC;
     scrollbar-arrow-color: #FFFFCC;
     }


/* ############## Style des Liens ############################################# */

A:link    {font-family:arial; font-size:11px; text-decoration: none; font-weight:bold; color: black;}
A:visited {font-family:arial; font-size:11px; text-decoration: none; font-weight:bold; color: black;}
A:active  {font-family:arial; font-size:11px; text-decoration: none; font-weight:bold; color: black;}
A:hover   {font-family:arial; font-size:11px; text-decoration: underline; font-weight:bold; color: #D30000;} 
