@charset "utf-8";
/* Feuille de style pour le site BDscope */

body {font-family:Verdana, Arial, Helvetica, sans-serif;
      color:#27484c;
	  background-color:#666666; 
	  /*background-image: url("../images/logosbgnd.jpg");*/
	  background-image: url("../images/logosbgnd.jpg");
      background-attachment:fixed; 
	  background-position:center;
	  margin-top: 10px;
	 }       /* valeurs par défaut pour tout le "body" */

td {font-size: 8pt;}

a         {text-decoration:none;}   /* ne pas souligner les liens             */
a:link    {color:#27484c;}          /* couleur normale d'un lien              */
a:visited {color: #336;}            /* couleur d'un lien visité               */
a:active  {background-color: #c33;} /* quand le visiteur clique sur le lien   */
a:hover   {background :#FFFFFF;}    /* couleur de fond d'un élément "survolé" */

.scrollme {width: 100%;
           height:800px;
		   overflow: auto;
	       } /* Défilement avec ascenseur */
		   
h1 {font-size: 2.5em; color: #000066;}    /* gros titre gras bleu  */
h2 {font-size: 2.5em; color: #27484c;}    /* gros titre gras mauve */
h3 {font-size: 2.0em; color: #000066;}    /* sous-titre gras bleu  */ 
h4 {font-size: 2.0em; color: #27484c;}    /* sous-titre gras mauve */
h5 {font-size: 1.4em; color: #000066;}    /* normal gras bleu      */
h6 {font-size: 1.4em; color: #27484c;}    /* normal gras mauve     */

.stylepetitbleu   {color: #000066; font-size: 0.8em;}
.stylebleu        {color: #000066; font-size: 1.0em;}
.stylenormalbleu  {color: #000066; font-size: 1.25em;}

.stylepetitmauve  {color: #27484c; font-size: 0.8em;}
.styletmauve      {color: #27484c; font-size: 1.0em;}
.stylenormalmauve {color: #27484c; font-size: 1.25em;}

.stylepetitnoir   {color: #000000; font-size: 0.8em;}
.stylemoyennoir   {color: #000000; font-size: 0.9em;}
.stylenoir        {color: #000000; font-size: 1.0em;}
.stylenormalnoir  {color: #000000; font-size: 1.25em;}

.stylepetitrouge  {color: #AA0000; font-size: 1.0em;  font-weight:bold;}
.stylemoyenrouge  {color: #AA0000; font-size: 1.5em;  font-weight:bold;}
.stylerouge       {color: #AA0000; font-size: 2.0em;  font-weight:bold;}
.stylegrandrouge  {color: #AA0000; font-size: 2.4em;  font-weight:bold;}

.stylemoyenvert   {font-size: 1.5em;color: #006633;}

.styleliens       {font-size: 1.1em;}
.important        {color: red; font-size: 1.8em; font-weight:bold;}
.objets           {color: 000066; font-size: 1.25em; font-weight:bold;} 
.objetsrouges     {color: #AA0000; font-size: 1.25em; font-weight:bold;} 
.objetsverts      {color: green; font-size: 1.25em; font-weight:bold;} 

.stylebox1 {border-color: #004000; border-width: 1px; margin-left:10%; margin-right:10%; padding:10px; color: #004000; font-size:1.4em; font-weight:bold;} 
.stylebox2 {border-color: #000066; background-color: #A8A8FF; border-style: solid; border-width: 1px; margin-left:5%;  margin-right:5%;  padding:15px; color: #000066; font-size:2.5em; font-weight:bold;} 
.stylebox3 {border-color: #004000; border-width: 1px; margin-left:10%; margin-right:10%; padding:10px; color: #004000; font-size:1.2em; font-weight:bold;} 



