
.i{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : italic;
}

a{
	color : #034EA2;
	text-decoration : underline;
	font-weight : bold;
	}

A:hover{
	color : #034EA2;
	text-decoration : none;
	font-weight : bold;
	}

A:active{
	color : #034EA2;
	text-decoration : underline;
	font-weight : bold;
	}

.txtnorm{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight : normal;
	}

.txtbig{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #000000;
	font-weight : normal;
	}
	
.txtbigblanc{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #FFFFFF;
	font-weight : normal;
	}
	
	
.txtimportant{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #034EA2;
	font-weight : bold;
	}
	
.txtblanc{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FFFFFF;
	font-weight : normal;
	}

.txttitre{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #034EA2;
	font-weight : bold;
}
	
b{
	font-weight : bold;
	}

.txtpetit{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000000;
	font-weight : normal;
	}
	
	.txtadmin{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight : normal;
	}
	
	.form {
	font-style: normal;
	text-decoration: none;
	color: #005194;
	background : #FFF9CA;
	}
	
	.txterreur{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : FF0000;
	font-weight : bold;
}

  img{
	border-color : #000066;
}


#introvendre{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : FF0000;
	text-align:center;
	padding:0px 5px 5px 5px;
	margin-top:-10px;
	width:650px;

}


.memoBar {                                 /* Barre d'outils                    */
  text-align: left;                        /* - boutons alignés à gauche        */
  background-color: buttonface;            /* - couleur de fond de windows      */
}
.memoOver {                                /* Boutons sélectionnés              */
  background-color: '#ffffff';             /* - couleur de fond de windows      */
  border: 1px solid buttonshadow;          /* - bordure de couleur plus foncée  */
}
.memoOut {                                 /* Boutons non sélectionnés          */
  background-color: buttonface;            /* - couleur de fond de windows      */
  border: 1px solid buttonface;            /* - bordure de même couleur         */
}
.memoText {                                /* Zone de texte wysiwyg             */
  text-align: left;                        /* - texte cadré à gauche            */
  border-left: buttonface 1px solid;       /* - bordure à gauche                */
  border-right: buttonface 1px solid;      /* - bordure à droite                */
  border-bottom: buttonface 1px solid;     /* - bordure au fond                 */
  overflow-y: auto;                        /* - avec un ascenceur vertical      */
  overflow-x: hidden;                      /* - sans ascenceur horizontal       */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px
  background : #FFFFFF;
}
.memoText p {                              /* Paragraphes dans la zone wysiwyg  */
  margin: 0px 0px 0px 0px;                 /* (évite l'interligne trop grande)  */
}
.memoText a {                              /* Liens dans la zone wysiwyg        */
  color: blue;                             /* - de couleur bleu classique       */
  text-decoration : underline;             /* - et soulignés                    */
}

