html, body{
	margin: 0;
	padding: 0;
	text-align: center;
  background-color: #E6E6FF
}


table {  
       border: 50px;
       border-color: #0;
      }	 


form input:focus, form textarea:focus{
     background-color: #E6E6FF;
     }
     

/**************************/
/*      FORMULAIRES       */
/**************************/

.SaisieGauche{
	border: 1px solid #999;
      -moz-border-radius: 5px;
	text-align: left;
	padding-left: 2px;
}

/**************************/
/* ENTETE et PIED DE PAGE */
/**************************/

p.Entete {
         color: #000000;
	       text-decoration: none;
         font-family: Verdana; 
         font-size: 8pt; 
         }


/**************************/
/*       BANNIERE         */
/**************************/


a.BanniereLien, table.BanniereLien {
                                   color: #000000;
                                   text-decoration: none;
                                   font-family: Verdana; 
                                   font-size: 10pt; 
                                   }



/**************************/
/*     MENU DE GAUCHE     */
/**************************/

a.MenuTitre, p.MenuTitre {
                color: #000000; 
		            display: block;
                font-weight: bold;
		            text-decoration: none;
                font-family: Verdana; 
                font-size: 12pt; 
                background-position: center;
	           }
	           
table.Menu {  
       border: 50px;
       border-color: #0;
      }	           

a.MenuItem, p.MenuItem {
	               color: #000000; 
		             display: block;
		             padding: 2px 10px;
		             text-decoration: none;
                 border-bottom: 1px solid #F4F4FF;
                 font-family: Verdana; 
                 font-size: 10pt; 
                 background-position: center;
	               }

a.MenuItem:hover, p.MenuItem:hover {
	               background: #D7D7FF;
		             text-decoration: none;
	               }


/*****************/
/*    PENSEE     */
/*****************/

a.PenseeTitre, p.PenseeTitre {
        color: #000000;
		    display: block;
        font-weight: bold;
		    text-decoration: none;
        font-family: Verdana; 
        font-size: 12pt; 
        background-position: center;
        }

a.PenseeTexte, p.PenseeTexte {
             color: #000000;
	           display: block;
	           padding: 2px;
	           text-decoration: none;
             font-family: Verdana; 
             font-size: 10pt; 
             background-position: center;
	           }

a.PenseeSignature, p.PenseeSignature {
            color: #000000;
		        display: block;
            font-weight: italic;
		        font-style: italic;
		        text-decoration: none;
            font-family: Verdana; 
            font-size: 10pt; 
            background-position: center;
            }

/**************************/
/*       NEWSLETTER       */
/**************************/

a.NewsletterTitre {
    color: #000000;
		display: block;
    font-weight: bold;
		text-decoration: none;
    font-family: Verdana; 
    font-size: 12pt; 
    background-position: center;
    }

/**************************/
/*        ARTICLE         */
/**************************/

p.ArticleEntete, a.ArticleEntete {
                          color: #000000;
                          text-decoration: none;
                          font-family: Verdana; 
                          font-size: 12pt; 
      		                font-weight: bold;
                          }
                               
p.ArticleTitre, a.ArticleTitre {
                          color: #000000;
                          text-decoration: none;
                          font-family: Verdana; 
                          font-size: 10pt; 
      		                font-weight: bold;
                          }

a.Article, p.Article, table.Article {
                         color: #000000;
                         text-decoration: none;
                         font-family: Verdana; 
                         font-size: 10pt; 
                         }


/**************************/
/*        ERREUR          */
/**************************/

a.Erreur, p.Erreur, table.Erreur {
                                 color: #FF0000;
                                 text-decoration: none;
                                 font-family: Verdana; 
                                 font-size: 10pt; 
                                 }

/**************************/
/*           OK           */
/**************************/

a.Ok, p.Ok, table.Ok {
                     color: #00AA00;
                     text-decoration: none;
                     font-family: Verdana; 
                     font-size: 10pt; 
                     }





/**************************/
/*        Extrait         */
/**************************/


a.ExtraitNom {
             color: #000000;
             text-decoration: none;
             font-family: Courier; 
             font-size: 12pt; 
             font-weight: bold;
             }

a.ExtraitTexte {
               color: #000000;
               text-decoration: none;
               font-family: Courier; 
               font-size: 12pt; 
               }
